Uses of Class
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.UploadMethod
-
Packages that use GeoServerRESTPublisher.UploadMethod Package Description it.geosolutions.geoserver.rest Main GSManager classes are here. -
-
Uses of GeoServerRESTPublisher.UploadMethod in it.geosolutions.geoserver.rest
Methods in it.geosolutions.geoserver.rest that return GeoServerRESTPublisher.UploadMethod Modifier and Type Method Description static GeoServerRESTPublisher.UploadMethodGeoServerRESTPublisher.UploadMethod. valueOf(java.lang.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.Methods in it.geosolutions.geoserver.rest with parameters of type GeoServerRESTPublisher.UploadMethod Modifier and Type Method Description booleanGeoServerRESTPublisher. createStore(java.lang.String workspace, GeoServerRESTPublisher.StoreType dsType, java.lang.String storeName, GeoServerRESTPublisher.UploadMethod method, java.lang.String extension, java.lang.String mimeType, java.net.URI uri, GeoServerRESTPublisher.ParameterConfigure configure, org.apache.commons.httpclient.NameValuePair... params)Upload and publish data (vector or raster), and automatically create the associated Store if needed.booleanGeoServerRESTPublisher. publishShp(java.lang.String workspace, java.lang.String storeName, org.apache.commons.httpclient.NameValuePair[] storeParams, java.lang.String datasetName, GeoServerRESTPublisher.UploadMethod method, java.net.URI shapefile, java.lang.String srs, GSResourceEncoder.ProjectionPolicy policy, java.lang.String defaultStyle)Deprecated.useGeoServerRESTPublisher.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.booleanGeoServerRESTPublisher. publishShp(java.lang.String workspace, java.lang.String storeName, org.apache.commons.httpclient.NameValuePair[] storeParams, java.lang.String datasetName, GeoServerRESTPublisher.UploadMethod method, java.net.URI shapefile, java.lang.String srs, java.lang.String defaultStyle)Publish a shapefile.booleanGeoServerRESTPublisher. publishShp(java.lang.String workspace, java.lang.String storeName, org.apache.commons.httpclient.NameValuePair[] storeParams, java.lang.String datasetName, GeoServerRESTPublisher.UploadMethod method, java.net.URI shapefile, java.lang.String srs, java.lang.String nativeCRS, GSResourceEncoder.ProjectionPolicy policy, java.lang.String defaultStyle)Publish a shapefile.
-