CoverageDataResults |
CoverageDataCore.getValues(BoundingBox requestBoundingBox) |
Get the coverage data values within the bounding box
|
CoverageDataResults |
CoverageDataCore.getValues(BoundingBox requestBoundingBox,
Integer width,
Integer height) |
Get the coverage data values within the bounding box with the requested
width and height result size
|
CoverageDataResults |
CoverageDataCore.getValues(CoverageDataRequest request) |
Get the requested coverage data values
|
abstract CoverageDataResults |
CoverageDataCore.getValues(CoverageDataRequest request,
Integer width,
Integer height) |
Get the requested coverage data values with the requested width and
height
|
CoverageDataResults |
CoverageDataCore.getValuesUnbounded(BoundingBox requestBoundingBox) |
Get the unbounded coverage data values within the bounding box.
|
abstract CoverageDataResults |
CoverageDataCore.getValuesUnbounded(CoverageDataRequest request) |
Get the requested unbounded coverage data values.
|