public interface RasterServer
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
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()