| Package | Description |
|---|---|
| mil.nga.geopackage.extension.index |
| Modifier and Type | Method and Description |
|---|---|
TableIndex |
GeometryIndex.getTableIndex()
Get the table index
|
TableIndex |
FeatureTableCoreIndex.getTableIndex()
Get the table index
|
| Modifier and Type | Method and Description |
|---|---|
int |
TableIndexDao.deleteCascade(TableIndex tableIndex)
Delete the TableIndex, cascading
|
protected boolean |
FeatureTableCoreIndex.index(TableIndex tableIndex,
long geomId,
GeoPackageGeometryData geomData)
Index the geometry id and geometry data
|
protected abstract int |
FeatureTableCoreIndex.indexTable(TableIndex tableIndex)
Index the feature table
|
GeometryIndex |
GeometryIndexDao.populate(TableIndex tableIndex,
long geomId,
mil.nga.sf.GeometryEnvelope envelope)
Populate a new geometry index from an envelope
|
void |
GeometryIndex.setTableIndex(TableIndex tableIndex)
Set the table index
|
| Modifier and Type | Method and Description |
|---|---|
int |
TableIndexDao.deleteCascade(Collection<TableIndex> tableIndexCollection)
Delete the collection of TableIndex, cascading
|
int |
TableIndexDao.deleteCascade(PreparedQuery<TableIndex> preparedDelete)
Delete the TableIndex matching the prepared query, cascading
|
| Constructor and Description |
|---|
TableIndex(TableIndex tableIndex)
Copy Constructor
|
| Constructor and Description |
|---|
TableIndexDao(ConnectionSource connectionSource,
Class<TableIndex> dataClass)
Constructor, required by ORMLite
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.