public interface TileStructImage
Modifier and Type | Method and Description |
---|---|
Band |
fetchTile(int bandNumber,
int zoomLevel,
int structRow,
int structCol)
Get band from the required tile.
|
int |
getBandNumber() |
java.lang.Object |
getColorInterpretation() |
java.lang.Object |
getColorTable() |
int |
getColumns(int zoomLevel) |
int |
getColumnsPerTile() |
int[] |
getDataTypes() |
Envelope |
getEnvelope() |
java.lang.Object |
getLegend() |
java.lang.String |
getProviderName() |
int |
getRows(int zoomLevel) |
int |
getRowsPerTile() |
TileStruct |
getTileStruct() |
int |
getZoomLvlForPixelSize(double pixelSize) |
int getZoomLvlForPixelSize(double pixelSize)
pixelSize
- Band fetchTile(int bandNumber, int zoomLevel, int structRow, int structCol)
bandNumber
- zoomLevel
- structRow
- structCol
- int getBandNumber()
int[] getDataTypes()
int getRows(int zoomLevel)
zoomLevel
- int getColumns(int zoomLevel)
zoomLevel
- Envelope getEnvelope()
int getRowsPerTile()
int getColumnsPerTile()
java.lang.String getProviderName()
java.lang.Object getColorInterpretation()
java.lang.Object getColorTable()
java.lang.Object getLegend()
TileStruct getTileStruct()