public interface GridValueCapabilities
Interface that supports raster value queries
| Modifier and Type | Method and Description | 
|---|---|
| GridValue | getGridValue(java.lang.String datasourceName, java.lang.String datasetName, Point2D point2D)Gets the raster value for the specified coordinate position of the raster dataset. | 
| GridValues | getGridValues(java.lang.String datasourceName, java.lang.String datasetName, Geometry geometry)Gets the raster value matrix in the rectangle according to the specified rectangle range. | 
| ImageValue | getImageValue(java.lang.String datasourceName, java.lang.String datasetName, Point2D point2D)Gets the image information of the specified coordinate position of the image data set. | 
| ImageValues | getImageValues(java.lang.String datasourceName, java.lang.String datasetName, Geometry geometry)Gets the raster value matrix in the rectangle according to the specified rectangle range. | 
GridValue getGridValue(java.lang.String datasourceName, java.lang.String datasetName, Point2D point2D)
Gets the raster value for the specified coordinate position of the raster dataset.
datasoruceName -datasetName -GridValues getGridValues(java.lang.String datasourceName, java.lang.String datasetName, Geometry geometry)
datasourceName -datasetName -geometry -ImageValue getImageValue(java.lang.String datasourceName, java.lang.String datasetName, Point2D point2D)
Gets the image information of the specified coordinate position of the image data set.
datasoruceName -datasetName -ImageValues getImageValues(java.lang.String datasourceName, java.lang.String datasetName, Geometry geometry)
datasourceName -datasetName -geometry -