| Package | Description |
|---|---|
| mil.nga.geopackage.extension.index |
| Modifier and Type | Method and Description |
|---|---|
GeometryIndexKey |
GeometryIndexDao.extractId(GeometryIndex data) |
GeometryIndexKey |
GeometryIndex.getId()
Get the id
|
| Modifier and Type | Method and Description |
|---|---|
com.j256.ormlite.stmt.QueryBuilder<GeometryIndex,GeometryIndexKey> |
FeatureTableCoreIndex.queryBuilder()
Build a query builder to query for all Geometry Index objects
|
com.j256.ormlite.stmt.QueryBuilder<GeometryIndex,GeometryIndexKey> |
FeatureTableCoreIndex.queryBuilder(GeometryEnvelope envelope)
Build a query builder to query for Geometry Index objects within the
Geometry Envelope
|
| Modifier and Type | Method and Description |
|---|---|
int |
GeometryIndexDao.deleteById(GeometryIndexKey id) |
boolean |
GeometryIndexDao.idExists(GeometryIndexKey id) |
GeometryIndex |
GeometryIndexDao.queryForId(GeometryIndexKey key) |
void |
GeometryIndex.setId(GeometryIndexKey id)
Set the id
|
int |
GeometryIndexDao.updateId(GeometryIndex data,
GeometryIndexKey newId) |
| Modifier and Type | Method and Description |
|---|---|
int |
GeometryIndexDao.deleteIds(Collection<GeometryIndexKey> idCollection) |
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.