Uses of Class
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.UploadMethod

Packages that use GeoServerRESTPublisher.UploadMethod
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
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.
 

Methods in it.geosolutions.geoserver.rest with parameters of type GeoServerRESTPublisher.UploadMethod
 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-2013 GeoSolutions. All Rights Reserved.