Uses of Class
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.ParameterConfigure
-
Packages that use GeoServerRESTPublisher.ParameterConfigure Package Description it.geosolutions.geoserver.rest Main GSManager classes are here. -
-
Uses of GeoServerRESTPublisher.ParameterConfigure in it.geosolutions.geoserver.rest
Methods in it.geosolutions.geoserver.rest that return GeoServerRESTPublisher.ParameterConfigure Modifier and Type Method Description static GeoServerRESTPublisher.ParameterConfigureGeoServerRESTPublisher.ParameterConfigure. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeoServerRESTPublisher.ParameterConfigure[]GeoServerRESTPublisher.ParameterConfigure. 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.ParameterConfigure Modifier and Type Method Description RESTCoverageStoreGeoServerRESTPublisher. createExternaMosaicDatastore(java.lang.String workspace, java.lang.String storeName, java.io.File mosaicDir, GeoServerRESTPublisher.ParameterConfigure configure, GeoServerRESTPublisher.ParameterUpdate update)Publish a Mosaic from a filesystem currently readable by GeoServer.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. publishImageMosaic(java.lang.String workspace, java.lang.String storeName, java.io.File zipFile, GeoServerRESTPublisher.ParameterConfigure configure, org.apache.commons.httpclient.NameValuePair... params)Publish imagemosaic as zip file.booleanGeoServerRESTPublisher. publishWorldImage(java.lang.String workspace, java.lang.String coveragestore, java.io.File zipFile, GeoServerRESTPublisher.ParameterConfigure configure, org.apache.commons.httpclient.NameValuePair... params)Publish a zipped worldimage file.
-