Uses of Class
mil.nga.geopackage.features.index.FeatureIndexManager
-
Packages that use FeatureIndexManager Package Description mil.nga.geopackage.features.index mil.nga.geopackage.tiles.features -
-
Uses of FeatureIndexManager in mil.nga.geopackage.features.index
Constructors in mil.nga.geopackage.features.index with parameters of type FeatureIndexManager Constructor Description FeatureIndexLocation(FeatureIndexManager manager)
Constructor -
Uses of FeatureIndexManager in mil.nga.geopackage.tiles.features
Fields in mil.nga.geopackage.tiles.features declared as FeatureIndexManager Modifier and Type Field Description protected FeatureIndexManager
FeatureTiles. indexManager
When not null, features are retrieved using a feature indexMethods in mil.nga.geopackage.tiles.features that return FeatureIndexManager Modifier and Type Method Description FeatureIndexManager
FeatureTiles. getIndexManager()
Get the index managerMethods in mil.nga.geopackage.tiles.features with parameters of type FeatureIndexManager Modifier and Type Method Description void
FeatureTiles. setIndexManager(FeatureIndexManager indexManager)
Set the index
-