public interface RasterServer
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getRasterAsByteBuffer(AVList params)
Composes a Raster and returns as ByteBuffer in the requested format (image or elevation)
|
Sector |
getSector()
Returns a Geographic extend (coverage) of the composer
|
java.nio.ByteBuffer getRasterAsByteBuffer(AVList params)
params
- Required parameters in params:
AVKey.WIDTH - the height of the requested raster AVKey.HEIGHT - the height of the requested raster
AVKey.SECTOR - a regular Geographic Sector defined by lat/lon coordinates of cornersSector getSector()