| Package | Description |
|---|---|
| mil.nga.geopackage | |
| mil.nga.geopackage.extension | |
| mil.nga.geopackage.factory |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoPackageCore.createFeatureTable(FeatureTable table)
Create a new feature table
|
| Modifier and Type | Method and Description |
|---|---|
Extensions |
RTreeIndexCoreExtension.create(FeatureTable featureTable)
Create the RTree Index extension for the feature table.
|
void |
RTreeIndexCoreExtension.createAllTriggers(FeatureTable featureTable)
Create Triggers to Maintain Spatial Index Values
|
boolean |
RTreeIndexCoreExtension.createFunctions(FeatureTable featureTable)
Check if the feature table has the RTree extension and create the
functions if needed
|
void |
RTreeIndexCoreExtension.createRTreeIndex(FeatureTable featureTable)
Create the RTree Index Virtual Table
|
void |
RTreeIndexCoreExtension.delete(FeatureTable featureTable)
Delete the RTree Index extension for the feature table.
|
void |
RTreeIndexCoreExtension.drop(FeatureTable featureTable)
Drop the the triggers and RTree table for the feature table
|
void |
RTreeIndexCoreExtension.dropAllTriggers(FeatureTable featureTable)
Drop Triggers that Maintain Spatial Index Values
|
void |
RTreeIndexCoreExtension.dropRTreeIndex(FeatureTable featureTable)
Drop the RTree Index Virtual Table
|
void |
RTreeIndexCoreExtension.dropTriggers(FeatureTable featureTable)
Check if the feature table has the RTree extension and if found, drop the
triggers
|
Extensions |
RTreeIndexCoreExtension.getOrCreate(FeatureTable featureTable)
Get or create the extension
|
boolean |
RTreeIndexCoreExtension.has(FeatureTable featureTable)
Determine if the GeoPackage feature table has the extension
|
void |
RTreeIndexCoreExtension.loadRTreeIndex(FeatureTable featureTable)
Load the RTree Spatial Index Values
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoPackageCoreImpl.createFeatureTable(FeatureTable table)
Create a new feature table
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.