| Package | Description |
|---|---|
| it.geosolutions.geoserver.rest |
Main GSManager classes are here.
|
| it.geosolutions.geoserver.rest.decoder |
Decoders for GeoServer's beans.
|
| it.geosolutions.geoserver.rest.manager |
| Modifier and Type | Method and Description |
|---|---|
RESTStructuredCoverageGranulesList |
GeoServerRESTReader.getGranuleById(String workspace,
String coverageStore,
String coverage,
String id)
Get information about a granule for a structured coverage.
|
RESTStructuredCoverageGranulesList |
GeoServerRESTReader.getGranules(String workspace,
String coverageStore,
String coverage,
String filter,
Integer offset,
Integer limit)
Get information about the granules for a coverage with optional filter and paging.
|
| Modifier and Type | Method and Description |
|---|---|
static RESTStructuredCoverageGranulesList |
RESTStructuredCoverageGranulesList.build(String response) |
| Modifier and Type | Method and Description |
|---|---|
RESTStructuredCoverageGranulesList |
GeoServerRESTStructuredGridCoverageReaderManager.getGranuleById(String workspace,
String coverageStore,
String coverage,
String id)
Get information about a granule for a structured coverage.
|
RESTStructuredCoverageGranulesList |
GeoServerRESTStructuredGridCoverageReaderManager.getGranules(String workspace,
String coverageStore,
String coverage)
Get information about all the granules for a coverage with optional filter and paging.
|
RESTStructuredCoverageGranulesList |
GeoServerRESTStructuredGridCoverageReaderManager.getGranules(String workspace,
String coverageStore,
String coverage,
String filter,
Integer offset,
Integer limit)
Get information about the granules for a coverage with optional filter and paging.
|
Copyright © 2007–2016 PDOK. All rights reserved.