Uses of Class
it.geosolutions.geoserver.rest.encoder.GSLayerGroupEncoder
-
Packages that use GSLayerGroupEncoder Package Description it.geosolutions.geoserver.rest Main GSManager classes are here.it.geosolutions.geoserver.rest.encoder Encoders for GeoServer's beans. -
-
Uses of GSLayerGroupEncoder in it.geosolutions.geoserver.rest
Methods in it.geosolutions.geoserver.rest with parameters of type GSLayerGroupEncoder Modifier and Type Method Description booleanGeoServerRESTPublisher. configureLayerGroup(java.lang.String name, GSLayerGroupEncoder group)Update a LayerGroup using the specified encoderbooleanGeoServerRESTPublisher. configureLayerGroup(java.lang.String workspace, java.lang.String name, GSLayerGroupEncoder group)Update a LayerGroup using the specified encoderbooleanGeoServerRESTPublisher. createLayerGroup(java.lang.String name, GSLayerGroupEncoder group)Create a new LayerGroup using the specified encoderbooleanGeoServerRESTPublisher. createLayerGroup(java.lang.String workspace, java.lang.String name, GSLayerGroupEncoder group)Create a new LayerGroup using the specified encoder -
Uses of GSLayerGroupEncoder in it.geosolutions.geoserver.rest.encoder
Subclasses of GSLayerGroupEncoder in it.geosolutions.geoserver.rest.encoder Modifier and Type Class Description classGSLayerGroupEncoder23LayerGroup encoder for GeoServer >= 2.3
-