The Geo Raster SDK version 1.0 contains the following features.
TheGeo Raster SDK APIs comprise of various operations on different raster formats. These APIs are broadly classified into three main categories- Metadata APIs (metadata information about the raster dataset), Analysis APIs (analysis operations that can be performed on the raster), and Rendering APIs (display or render a raster dataset).
Metadata APIs
- Raster Information
getRasterInfo
: Information about a raster dataset as RasterInfo Object. - Raster Statistics
getStatistics
: Basic statistics information of Raster Dataset as RasterStatistics Object for given field and band index. - Cell Value
getCellValue
: Cell Value of a Grid Coordinates.
Analysis APIs
-
Line Statistics
getLineStatistics
: Statistical information of a line calculated from an already opened raster. -
Polygon/Region Statistics
getPolygonStatistics
: Statistics of a given input polygon or region calculated from an already opened raster. -
Cross Section Information
getCrossSectionInfo
: Samples an already opened Raster Dataset along a series of points specified by line or polyline.
Rendering APIs
- Raster Style
RasterStyle
: Uniformly defines the properties of given field of Raster file. - Raster Renderer
createRenderer
: Raster Renderer object to display or render the underlying raster file into an image buffer.
For more information, see Geo Raster SDK Guide.