Uses of Class
mil.nga.geopackage.extension.nga.index.GeometryIndexKey
-
Packages that use GeometryIndexKey Package Description mil.nga.geopackage.extension.nga.index -
-
Uses of GeometryIndexKey in mil.nga.geopackage.extension.nga.index
Methods in mil.nga.geopackage.extension.nga.index that return GeometryIndexKey Modifier and Type Method Description GeometryIndexKeyGeometryIndexDao. extractId(GeometryIndex data)GeometryIndexKeyGeometryIndex. getId()Get the idMethods in mil.nga.geopackage.extension.nga.index that return types with arguments of type GeometryIndexKey Modifier and Type Method Description QueryBuilder<GeometryIndex,GeometryIndexKey>FeatureTableCoreIndex. queryBuilder()Build a query builder to query for all Geometry Index objectsQueryBuilder<GeometryIndex,GeometryIndexKey>FeatureTableCoreIndex. queryBuilder(GeometryEnvelope envelope)Build a query builder to query for Geometry Index objects within the Geometry EnvelopeMethods in mil.nga.geopackage.extension.nga.index with parameters of type GeometryIndexKey Modifier and Type Method Description intGeometryIndexDao. deleteById(GeometryIndexKey id)booleanGeometryIndexDao. idExists(GeometryIndexKey id)GeometryIndexGeometryIndexDao. queryForId(GeometryIndexKey key)voidGeometryIndex. setId(GeometryIndexKey id)Set the idintGeometryIndexDao. updateId(GeometryIndex data, GeometryIndexKey newId)Method parameters in mil.nga.geopackage.extension.nga.index with type arguments of type GeometryIndexKey Modifier and Type Method Description intGeometryIndexDao. deleteIds(Collection<GeometryIndexKey> idCollection)
-