public interface BitmapReader
Modifier and Type | Method and Description |
---|---|
void |
getSourcePoint(int level,
int column,
int row,
PointD dst)
Get source point
|
TileBitmap |
getTile(int level,
int column,
int row)
Get tile bitmap
|
void |
getTilePoint(int level,
PointD src,
android.graphics.Point dst)
Get tile point
|
TileBitmap getTile(int level, int column, int row)
level
- Resolution levelcolumn
- Columnrow
- Rowvoid getTilePoint(int level, PointD src, android.graphics.Point dst)
level
- Resolution levelsrc
- Source pointdst
- Destination pointvoid getSourcePoint(int level, int column, int row, PointD dst)
level
- Resolution levelcolumn
- Columnrow
- Rowdst
- Destination point