Uses of Class
it.geosolutions.geoserver.rest.decoder.RESTStructuredCoverageIndexSchema
-
Packages that use RESTStructuredCoverageIndexSchema 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 -
-
Uses of RESTStructuredCoverageIndexSchema in it.geosolutions.geoserver.rest
Methods in it.geosolutions.geoserver.rest that return RESTStructuredCoverageIndexSchema Modifier and Type Method Description RESTStructuredCoverageIndexSchemaGeoServerRESTReader. getGranuleIndexSchema(java.lang.String workspace, java.lang.String coverageStore, java.lang.String coverage)Get information about the schema of the index for a structured coverage. -
Uses of RESTStructuredCoverageIndexSchema in it.geosolutions.geoserver.rest.decoder
Methods in it.geosolutions.geoserver.rest.decoder that return RESTStructuredCoverageIndexSchema Modifier and Type Method Description static RESTStructuredCoverageIndexSchemaRESTStructuredCoverageIndexSchema. build(java.lang.String response)build -
Uses of RESTStructuredCoverageIndexSchema in it.geosolutions.geoserver.rest.manager
Methods in it.geosolutions.geoserver.rest.manager that return RESTStructuredCoverageIndexSchema Modifier and Type Method Description RESTStructuredCoverageIndexSchemaGeoServerRESTStructuredGridCoverageReaderManager. getGranuleIndexSchema(java.lang.String workspace, java.lang.String coverageStore, java.lang.String coverage)Get information about the schema of the index for a structured coverage.
-