| Package | Description |
|---|---|
| mil.nga.geopackage.extension.index |
| Modifier and Type | Method and Description |
|---|---|
GeometryIndex |
GeometryIndexDao.populate(TableIndex tableIndex,
long geomId,
GeometryEnvelope envelope)
Populate a new geometry index from an envelope
|
GeometryIndex |
GeometryIndexDao.queryForId(GeometryIndexKey key) |
GeometryIndex |
GeometryIndexDao.queryForSameId(GeometryIndex data) |
| Modifier and Type | Method and Description |
|---|---|
ForeignCollection<GeometryIndex> |
TableIndex.getGeometryIndices()
Get the Geometry Indices
|
CloseableIterator<GeometryIndex> |
FeatureTableCoreIndex.query()
Query for all Geometry Index objects
|
CloseableIterator<GeometryIndex> |
FeatureTableCoreIndex.query(BoundingBox boundingBox)
Query for Geometry Index objects within the bounding box, projected
correctly
|
CloseableIterator<GeometryIndex> |
FeatureTableCoreIndex.query(BoundingBox boundingBox,
Projection projection)
Query for Geometry Index objects within the bounding box, projected
correctly
|
CloseableIterator<GeometryIndex> |
FeatureTableCoreIndex.query(GeometryEnvelope envelope)
Query for Geometry Index objects within the Geometry Envelope
|
QueryBuilder<GeometryIndex,GeometryIndexKey> |
FeatureTableCoreIndex.queryBuilder()
Build a query builder to query for all Geometry Index objects
|
QueryBuilder<GeometryIndex,GeometryIndexKey> |
FeatureTableCoreIndex.queryBuilder(GeometryEnvelope envelope)
Build a query builder to query for Geometry Index objects within the
Geometry Envelope
|
List<GeometryIndex> |
GeometryIndexDao.queryForTableName(String tableName)
Query by table name
|
| Modifier and Type | Method and Description |
|---|---|
int |
GeometryIndexDao.delete(GeometryIndex data) |
GeometryIndexKey |
GeometryIndexDao.extractId(GeometryIndex data) |
GeometryIndex |
GeometryIndexDao.queryForSameId(GeometryIndex data) |
int |
GeometryIndexDao.update(GeometryIndex geometryIndex)
Update using the complex key
|
int |
GeometryIndexDao.updateId(GeometryIndex data,
GeometryIndexKey newId) |
| Constructor and Description |
|---|
GeometryIndex(GeometryIndex geometryIndex)
Copy Constructor
|
| Constructor and Description |
|---|
GeometryIndexDao(ConnectionSource connectionSource,
Class<GeometryIndex> dataClass)
Constructor, required by ORMLite
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.