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 FeatureIndexManagerFeatureTiles. indexManagerWhen not null, features are retrieved using a feature indexMethods in mil.nga.geopackage.tiles.features that return FeatureIndexManager Modifier and Type Method Description FeatureIndexManagerFeatureTiles. getIndexManager()Get the index managerMethods in mil.nga.geopackage.tiles.features with parameters of type FeatureIndexManager Modifier and Type Method Description voidFeatureTiles. setIndexManager(FeatureIndexManager indexManager)Set the index
-