public class DefaultFeatureTiles extends FeatureTiles
compressFormat, context, featureDao, fillPolygon, heightOverlap, indexManager, linePaint, maxFeaturesPerTile, maxFeaturesTileDraw, pointIcon, pointPaint, pointRadius, polygonFillPaint, polygonPaint, projection, simplifyGeometries, tileHeight, tileWidth, WEB_MERCATOR_PROJECTION, WGS_84_PROJECTION, widthOverlap| Constructor and Description |
|---|
DefaultFeatureTiles(Context context)
Constructor, only for retrieving default feature attributes
|
DefaultFeatureTiles(Context context,
FeatureDao featureDao)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
drawTile(int zoom,
BoundingBox boundingBox,
FeatureCursor cursor)
Draw a tile bitmap from feature geometries in the provided cursor
|
Bitmap |
drawTile(int zoom,
BoundingBox webMercatorBoundingBox,
FeatureIndexResults results)
Draw a tile bitmap from feature index results
|
Bitmap |
drawTile(int zoom,
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, getProjectionToWebMercatorTransform, getTileHeight, getTileWidth, getWgs84ToWebMercatorTransform, getWidthDrawOverlap, isFillPolygon, isIndexQuery, isSimplifyGeometries, queryIndexedFeatures, queryIndexedFeaturesCount, setCompressFormat, setDrawOverlap, setFillPolygon, setHeightDrawOverlap, setIndexManager, setLinePaint, setMaxFeaturesPerTile, setMaxFeaturesTileDraw, setPointIcon, setPointPaint, setPointRadius, setPolygonFillPaint, setPolygonPaint, setSimplifyGeometries, setTileHeight, setTileWidth, setWidthDrawOverlap, simplifyPointspublic DefaultFeatureTiles(Context context, FeatureDao featureDao)
context - featureDao - public DefaultFeatureTiles(Context context)
context - public Bitmap drawTile(int zoom, BoundingBox webMercatorBoundingBox, FeatureIndexResults results)
drawTile in class FeatureTileszoom - zoom levelpublic Bitmap drawTile(int zoom, BoundingBox boundingBox, FeatureCursor cursor)
drawTile in class FeatureTileszoom - zoom levelpublic Bitmap drawTile(int zoom, BoundingBox boundingBox, List<FeatureRow> featureRow)
drawTile in class FeatureTileszoom - zoom level