| Package | Description |
|---|---|
| it.geosolutions.geoserver.rest |
Main GSManager classes are here.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoServerRESTPublisher.ParameterConfigure |
GeoServerRESTPublisher.ParameterConfigure.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
RESTCoverageStore |
GeoServerRESTPublisher.createExternaMosaicDatastore(String workspace,
String storeName,
File mosaicDir,
GeoServerRESTPublisher.ParameterConfigure configure,
GeoServerRESTPublisher.ParameterUpdate update)
Publish a Mosaic from a filesystem currently readable by GeoServer.
|
boolean |
GeoServerRESTPublisher.publishImageMosaic(String workspace,
String storeName,
File zipFile,
GeoServerRESTPublisher.ParameterConfigure configure,
org.apache.commons.httpclient.NameValuePair... params)
Publish imagemosaic as zip file.
|
boolean |
GeoServerRESTPublisher.publishWorldImage(String workspace,
String coveragestore,
File zipFile,
GeoServerRESTPublisher.ParameterConfigure configure,
org.apache.commons.httpclient.NameValuePair... params)
Publish a zipped worldimage file.
|
Copyright © 2007–2016 PDOK. All rights reserved.