| Package | Description |
|---|---|
| it.geosolutions.geoserver.rest |
Main GSManager classes are here.
|
| it.geosolutions.geoserver.rest.encoder |
Encoders for GeoServer's beans.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeoServerRESTPublisher.publishArcGrid(String workspace,
String storeName,
String coverageName,
File arcgrid,
String srs,
GSResourceEncoder.ProjectionPolicy policy,
String defaultStyle,
double[] bbox)
Upload and publish a ArcGrid image.
|
boolean |
GeoServerRESTPublisher.publishExternalArcGrid(String workspace,
String storeName,
File arcgrid,
String coverageName,
String srs,
GSResourceEncoder.ProjectionPolicy policy,
String defaultStyle)
Publish a ArcGrid already in a filesystem readable by GeoServer.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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–2016 PDOK. All rights reserved.