Uses of Class
mil.nga.geopackage.extension.nga.index.TableIndex
-
Packages that use TableIndex Package Description mil.nga.geopackage.extension.nga.index -
-
Uses of TableIndex in mil.nga.geopackage.extension.nga.index
Methods in mil.nga.geopackage.extension.nga.index that return TableIndex Modifier and Type Method Description TableIndexFeatureTableCoreIndex. getTableIndex()Get the table indexTableIndexGeometryIndex. getTableIndex()Get the table indexMethods in mil.nga.geopackage.extension.nga.index with parameters of type TableIndex Modifier and Type Method Description intTableIndexDao. deleteCascade(TableIndex tableIndex)Delete the TableIndex, cascadingprotected booleanFeatureTableCoreIndex. index(TableIndex tableIndex, long geomId, GeoPackageGeometryData geomData)Index the geometry id and geometry dataprotected abstract intFeatureTableCoreIndex. indexTable(TableIndex tableIndex)Index the feature tableGeometryIndexGeometryIndexDao. populate(TableIndex tableIndex, long geomId, GeometryEnvelope envelope)Populate a new geometry index from an envelopevoidGeometryIndex. setTableIndex(TableIndex tableIndex)Set the table indexMethod parameters in mil.nga.geopackage.extension.nga.index with type arguments of type TableIndex Modifier and Type Method Description intTableIndexDao. deleteCascade(PreparedQuery<TableIndex> preparedDelete)Delete the TableIndex matching the prepared query, cascadingintTableIndexDao. deleteCascade(Collection<TableIndex> tableIndexCollection)Delete the collection of TableIndex, cascadingConstructors in mil.nga.geopackage.extension.nga.index with parameters of type TableIndex Constructor Description TableIndex(TableIndex tableIndex)Copy ConstructorConstructor parameters in mil.nga.geopackage.extension.nga.index with type arguments of type TableIndex Constructor Description TableIndexDao(ConnectionSource connectionSource, Class<TableIndex> dataClass)Constructor, required by ORMLite
-