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.
 boolean GeoServerRESTPublisher.publishGeoTIFF(String workspace, String storeName, String resourceName, File geotiff, String srs, GSResourceEncoder.ProjectionPolicy policy, String defaultStyle)
           
 boolean GeoServerRESTPublisher.publishShp(String workspace, String storeName, org.apache.commons.httpclient.NameValuePair[] storeParams, String datasetName, GeoServerRESTPublisher.UploadMethod method, URI shapefile, String srs, GSResourceEncoder.ProjectionPolicy policy, String defaultStyle)
          Publish a shapefile.
 

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
protected  void GSResourceEncoder.addProjectionPolicy(GSResourceEncoder.ProjectionPolicy policy)
          NONE, REPROJECT_TO_DECLARED, FORCE_DECLARED
 void GSResourceEncoder.setProjectionPolicy(GSResourceEncoder.ProjectionPolicy policy)
          NONE, REPROJECT_TO_DECLARED, FORCE_DECLARED
 



Copyright © 2007-2012 GeoSolutions. All Rights Reserved.