public interface CustomFeaturesTile
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
drawTile(int tileWidth,
int tileHeight,
long tileFeatureCount,
FeatureIndexResults featureIndexResults)
Draw a custom tile
|
Bitmap |
drawUnindexedTile(int tileWidth,
int tileHeight,
long totalFeatureCount,
FeatureCursor allFeatureResults)
Draw a custom tile when the number of features within the tile is unknown.
|
Bitmap drawTile(int tileWidth, int tileHeight, long tileFeatureCount, FeatureIndexResults featureIndexResults)
tileWidth - tile width to drawtileHeight - tile height to drawtileFeatureCount - count of features in the requested tilefeatureIndexResults - results as feature index resultsBitmap drawUnindexedTile(int tileWidth, int tileHeight, long totalFeatureCount, FeatureCursor allFeatureResults)
tileWidth - tile width to drawtileHeight - tile height to drawtotalFeatureCount - count of total features in the feature tableallFeatureResults - results in a feature cursor