Uses of Interface
mil.nga.geopackage.tiles.features.CustomFeaturesTile
-
Packages that use CustomFeaturesTile Package Description mil.nga.geopackage.tiles.features mil.nga.geopackage.tiles.features.custom -
-
Uses of CustomFeaturesTile in mil.nga.geopackage.tiles.features
Fields in mil.nga.geopackage.tiles.features declared as CustomFeaturesTile Modifier and Type Field Description protected CustomFeaturesTileFeatureTiles. maxFeaturesTileDrawWhen not null and the number of features is greater than the max features per tile, used to draw tiles for those tiles with more features than the maxMethods in mil.nga.geopackage.tiles.features that return CustomFeaturesTile Modifier and Type Method Description CustomFeaturesTileFeatureTiles. getMaxFeaturesTileDraw()Get the max features tile draw, the custom tile drawing implementation for tiles with more features than the max at #getMaxFeaturesPerTileMethods in mil.nga.geopackage.tiles.features with parameters of type CustomFeaturesTile Modifier and Type Method Description voidFeatureTiles. setMaxFeaturesTileDraw(CustomFeaturesTile maxFeaturesTileDraw)Set the max features tile draw, used to draw tiles when more features for a single tile than the max at #getMaxFeaturesPerTile exist -
Uses of CustomFeaturesTile in mil.nga.geopackage.tiles.features.custom
Classes in mil.nga.geopackage.tiles.features.custom that implement CustomFeaturesTile Modifier and Type Class Description classNumberFeaturesTileDraws a tile indicating the number of features that exist within the tile, visible when zoomed in closer.
-