Uses of Class
it.geosolutions.geoserver.rest.encoder.GSLayerEncoder

Packages that use GSLayerEncoder
it.geosolutions.geoserver.rest Main GSManager classes are here. 
 

Uses of GSLayerEncoder in it.geosolutions.geoserver.rest
 

Methods in it.geosolutions.geoserver.rest with parameters of type GSLayerEncoder
 boolean GeoServerRESTPublisher.configureLayer(GSLayerEncoder layer, String layerName)
          Deprecated. please use GeoServerRESTPublisher.configureLayer(String workspace, String layerName, GSLayerEncoder layer)
 boolean GeoServerRESTPublisher.configureLayer(String workspace, String layerName, GSLayerEncoder layer)
          Allows to configure some layer attributes such and DefaultStyle TODO WmsPath
 boolean GeoServerRESTPublisher.createExternalMosaic(String workspace, String storeName, File mosaicDir, GSCoverageEncoder coverageEncoder, GSLayerEncoder layerEncoder)
          Publish a Mosaic already in a filesystem readable by GeoServer.
 boolean GeoServerRESTPublisher.publishDBLayer(String workspace, String storename, GSFeatureTypeEncoder fte, GSLayerEncoder layerEncoder)
          Publish a table in a PostGis store as a new layer.
 RESTCoverageStore GeoServerRESTPublisher.publishExternalMosaic(String workspace, String storeName, File mosaicDir, GSCoverageEncoder coverageEncoder, GSLayerEncoder layerEncoder)
          Deprecated. this is keep only for backward compatibility use createExternalMosaic and getCoverageStore separately
 



Copyright © 2007-2012 GeoSolutions. All Rights Reserved.