Uses of Class
it.geosolutions.geoserver.rest.encoder.GSResourceEncoder.ProjectionPolicy

Packages that use GSResourceEncoder.ProjectionPolicy
it.geosolutions.geoserver.rest Main GSManager classes are here. 
it.geosolutions.geoserver.rest.encoder Encoders for GeoServer's beans. 
 

Uses of GSResourceEncoder.ProjectionPolicy in it.geosolutions.geoserver.rest
 

Methods in it.geosolutions.geoserver.rest with parameters of type GSResourceEncoder.ProjectionPolicy
 boolean GeoServerRESTPublisher.publishExternalGeoTIFF(String workspace, String storeName, File geotiff, String coverageName, String srs, GSResourceEncoder.ProjectionPolicy policy, String defaultStyle)
          Publish a GeoTiff already in a filesystem readable by GeoServer.
 

Uses of GSResourceEncoder.ProjectionPolicy in it.geosolutions.geoserver.rest.encoder
 

Methods in it.geosolutions.geoserver.rest.encoder that return GSResourceEncoder.ProjectionPolicy
static GSResourceEncoder.ProjectionPolicy GSResourceEncoder.ProjectionPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GSResourceEncoder.ProjectionPolicy[] GSResourceEncoder.ProjectionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.geosolutions.geoserver.rest.encoder with parameters of type GSResourceEncoder.ProjectionPolicy
 void GSResourceEncoder.addProjectionPolicy(GSResourceEncoder.ProjectionPolicy policy)
          Deprecated. use the setProjectionPolicy.
This method will be set as protected in the next release
 void GSResourceEncoder.setProjectionPolicy(GSResourceEncoder.ProjectionPolicy policy)
          NONE, REPROJECT_TO_DECLARED, FORCE_DECLARED
 



Copyright © 2007-2012 GeoSolutions. All Rights Reserved.