Uses of Class
mil.nga.geopackage.features.index.FeatureIndexType
-
Packages that use FeatureIndexType Package Description mil.nga.geopackage.features.index -
-
Uses of FeatureIndexType in mil.nga.geopackage.features.index
Methods in mil.nga.geopackage.features.index that return FeatureIndexType Modifier and Type Method Description FeatureIndexTypeFeatureIndexManager. getIndexedType()Get the first ordered indexed typeFeatureIndexTypeFeatureIndexManager. getIndexLocation()Get the index locationstatic FeatureIndexTypeFeatureIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureIndexType[]FeatureIndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.features.index that return types with arguments of type FeatureIndexType Modifier and Type Method Description List<FeatureIndexType>FeatureIndexManager. getIndexedTypes()Get the indexed types that are currently indexedSet<FeatureIndexType>FeatureIndexManager. getIndexLocationQueryOrder()Get the ordered set of ordered index query locationsIterator<FeatureIndexType>FeatureIndexLocation. iterator()Methods in mil.nga.geopackage.features.index with parameters of type FeatureIndexType Modifier and Type Method Description booleanFeatureIndexManager. deleteIndex(FeatureIndexType type)Delete the feature indexbooleanFeatureIndexManager. deleteIndex(FeatureIndexType type, long geomId)Delete the feature index for the geometry idbooleanFeatureIndexManager. deleteIndex(FeatureIndexType type, FeatureRow row)Delete the feature index for the feature rowDateFeatureIndexManager. getLastIndexed(FeatureIndexType type)Get the date last indexedintFeatureIndexManager. index(FeatureIndexType type)Index the feature table if neededintFeatureIndexManager. index(FeatureIndexType type, boolean force)Index the feature tablebooleanFeatureIndexManager. index(FeatureIndexType type, FeatureRow row)Index the feature row.booleanFeatureIndexManager. isIndexed(FeatureIndexType type)Is the feature table indexed in the provided type locationvoidFeatureIndexManager. prioritizeQueryLocation(FeatureIndexType... types)Prioritize the query location order.booleanFeatureIndexManager. retainIndex(FeatureIndexType type)Retain the feature index from the index types and delete the othersvoidFeatureIndexManager. setIndexLocation(FeatureIndexType indexLocation)Set the index locationvoidFeatureIndexManager. setIndexLocationOrder(FeatureIndexType... types)Set the index location order, overriding all previously set typesMethod parameters in mil.nga.geopackage.features.index with type arguments of type FeatureIndexType Modifier and Type Method Description booleanFeatureIndexManager. deleteIndex(long geomId, List<FeatureIndexType> types)Delete the feature index for the geometry id from the index typesbooleanFeatureIndexManager. deleteIndex(Collection<FeatureIndexType> types)Delete the feature index from the index typesbooleanFeatureIndexManager. deleteIndex(FeatureRow row, List<FeatureIndexType> types)Delete the feature index for the feature row from the index typesintFeatureIndexManager. index(boolean force, List<FeatureIndexType> types)Index the feature tables for the index typesintFeatureIndexManager. index(List<FeatureIndexType> types)Index the feature tables if needed for the index typesbooleanFeatureIndexManager. index(FeatureRow row, List<FeatureIndexType> types)Index the feature row for the index types.voidFeatureIndexManager. prioritizeQueryLocation(Collection<FeatureIndexType> types)Prioritize the query location order.booleanFeatureIndexManager. retainIndex(Collection<FeatureIndexType> types)Retain the feature index from the index types and delete the othersvoidFeatureIndexManager. setIndexLocationOrder(Collection<FeatureIndexType> types)Set the index location order, overriding all previously set types
-