com.supermap.services.components.spi
Interface GridValueCapabilities
-
- All Known Implementing Classes:
- UGCDataProvider
public interface GridValueCapabilitiesInterface that supports raster value queries
- Since:
- 8.1.1
-
-
Method Summary
Methods Modifier and Type Method and Description GridValuegetGridValue(java.lang.String datasourceName, java.lang.String datasetName, Point2D point2D)Gets the raster value for the specified coordinate position of the raster dataset.GridValuesgetGridValues(java.lang.String datasourceName, java.lang.String datasetName, Geometry geometry)Gets the raster value matrix in the rectangle according to the specified rectangle range.ImageValuegetImageValue(java.lang.String datasourceName, java.lang.String datasetName, Point2D point2D)Gets the image information of the specified coordinate position of the image data set.ImageValuesgetImageValues(java.lang.String datasourceName, java.lang.String datasetName, Geometry geometry)Gets the raster value matrix in the rectangle according to the specified rectangle range.
-
-
-
Method Detail
-
getGridValue
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.
- Parameters:
datasoruceName-datasetName-- Returns:
- Since:
- 8.1.1
-
getGridValues
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.- Parameters:
datasourceName-datasetName-geometry-- Returns:
-
getImageValue
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.
- Parameters:
datasoruceName-datasetName-- Returns:
- Since:
- 8.1.1
-
getImageValues
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.- Parameters:
datasourceName-datasetName-geometry-- Returns:
-
-