public class MapFeatureTiles extends FeatureTiles
compressFormat, context, featureDao, fillPolygon, heightOverlap, indexManager, linePaint, maxFeaturesPerTile, maxFeaturesTileDraw, pointIcon, pointPaint, pointRadius, polygonFillPaint, polygonPaint, tileHeight, tileWidth, WEB_MERCATOR_PROJECTION, WGS_84_PROJECTION, widthOverlap| Constructor and Description |
|---|
MapFeatureTiles(Context context,
FeatureDao featureDao)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
drawTile(BoundingBox boundingBox,
FeatureCursor cursor)
Draw a tile bitmap from feature geometries in the provided cursor
|
Bitmap |
drawTile(BoundingBox webMercatorBoundingBox,
FeatureIndexResults results)
Draw a tile bitmap from feature index results
|
Bitmap |
drawTile(BoundingBox boundingBox,
List<FeatureRow> featureRow)
Draw a tile bitmap from the feature rows
|
calculateDrawOverlap, close, createNewBitmap, drawTile, drawTileBytes, drawTileQueryAll, drawTileQueryIndex, getCompressFormat, getFeatureDao, getHeightDrawOverlap, getIndexManager, getLinePaint, getMaxFeaturesPerTile, getMaxFeaturesTileDraw, getPointIcon, getPointPaint, getPointRadius, getPolygonFillPaint, getPolygonPaint, getTileHeight, getTileWidth, getWgs84ToWebMercatorTransform, getWidthDrawOverlap, isFillPolygon, isIndexQuery, queryIndexedFeatures, queryIndexedFeaturesCount, setCompressFormat, setDrawOverlap, setFillPolygon, setHeightDrawOverlap, setIndexManager, setLinePaint, setMaxFeaturesPerTile, setMaxFeaturesTileDraw, setPointIcon, setPointPaint, setPointRadius, setPolygonFillPaint, setPolygonPaint, setTileHeight, setTileWidth, setWidthDrawOverlappublic MapFeatureTiles(Context context, FeatureDao featureDao)
context - featureDao - public Bitmap drawTile(BoundingBox webMercatorBoundingBox, FeatureIndexResults results)
drawTile in class FeatureTilespublic Bitmap drawTile(BoundingBox boundingBox, FeatureCursor cursor)
drawTile in class FeatureTilespublic Bitmap drawTile(BoundingBox boundingBox, List<FeatureRow> featureRow)
drawTile in class FeatureTiles