public class FeatureTileGenerator extends TileGenerator
boundingBox, context| Constructor and Description |
|---|
FeatureTileGenerator(android.content.Context context,
GeoPackage geoPackage,
java.lang.String tableName,
FeatureTiles featureTiles,
int minZoom,
int maxZoom)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
createTile(int z,
long x,
long y)
Create the tile
|
close, generateTiles, getTileCount, setBitmapCompressionConfig, setCompressFormat, setCompressQuality, setGoogleTiles, setProgress, setTileBoundingBoxpublic FeatureTileGenerator(android.content.Context context,
GeoPackage geoPackage,
java.lang.String tableName,
FeatureTiles featureTiles,
int minZoom,
int maxZoom)
context - geoPackage - tableName - featureTiles - minZoom - maxZoom - protected byte[] createTile(int z,
long x,
long y)
createTile in class TileGenerator