Package org.geotools.mbtiles
Class MBTilesGrid
- Object
-
- MBTilesGrid
-
public class MBTilesGrid extends Object
-
-
Constructor Summary
Constructors Constructor Description MBTilesGrid(long zoomLevel, long tileColumn, long tileRow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getGrid()
Map<String,String>
getGridData()
String
getGridDataKey(String key)
long
getTileColumn()
long
getTileRow()
long
getZoomLevel()
void
setGrid(byte[] grid)
void
setGridDataKey(String key, String value)
-