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(String workspace, String resourceName, GSLayerEncoder layer)
          Allows to configure some layer attributes such and DefaultStyle
 boolean GeoServerRESTPublisher.createExternalMosaic(String workspace, String storeName, File mosaicDir, GSCoverageEncoder coverageEncoder, GSLayerEncoder layerEncoder)
          Deprecated. use GeoServerRESTPublisher.publishExternalMosaic(String, String, File, GSCoverageEncoder, GSLayerEncoder)
 boolean GeoServerRESTPublisher.publishDBLayer(String workspace, String storename, GSFeatureTypeEncoder fte, GSLayerEncoder layerEncoder)
          Publish and configure a new layer from an existing DataStore (v.
 RESTCoverageStore GeoServerRESTPublisher.publishExternalGeoTIFF(String workspace, String storeName, File geotiff, GSCoverageEncoder coverageEncoder, GSLayerEncoder layerEncoder)
          Publish a GeoTiff already in a filesystem readable by GeoServer.
 boolean GeoServerRESTPublisher.publishExternalMosaic(String workspace, String storeName, File mosaicDir, GSCoverageEncoder coverageEncoder, GSLayerEncoder layerEncoder)
          Publish a Mosaic already in a filesystem readable by GeoServer.
 



Copyright © 2007-2013 GeoSolutions. All Rights Reserved.