|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Deprecated. use the former method with bbox set to null. |
boolean |
GeoServerRESTPublisher.publishGeoTIFF(String workspace,
String storeName,
String coverageName,
File geotiff,
String srs,
GSResourceEncoder.ProjectionPolicy policy,
String defaultStyle,
double[] bbox)
Upload and publish a GeoTIFF image. |
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)
Deprecated. use GeoServerRESTPublisher.publishShp(String, String, NameValuePair[], String, UploadMethod, URI, String, String) instead as the behaviour of
this method is misleading as it allows you to use wrong ProjectionPolicy values. |
boolean |
GeoServerRESTPublisher.publishShp(String workspace,
String storeName,
org.apache.commons.httpclient.NameValuePair[] storeParams,
String datasetName,
GeoServerRESTPublisher.UploadMethod method,
URI shapefile,
String srs,
String nativeCRS,
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |