| Package | Description |
|---|---|
| it.geosolutions.geoserver.rest |
Main GSManager classes are here.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoServerRESTPublisher.UploadMethod |
GeoServerRESTPublisher.UploadMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoServerRESTPublisher.UploadMethod[] |
GeoServerRESTPublisher.UploadMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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 defaultStyle)
Publish a shapefile.
|
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.
|
Copyright © 2007–2016 PDOK. All rights reserved.