Uses of Class
mil.nga.geopackage.features.user.FeatureTable
-
Packages that use FeatureTable Package Description mil.nga.geopackage mil.nga.geopackage.extension.rtree mil.nga.geopackage.features.user -
-
Uses of FeatureTable in mil.nga.geopackage
Methods in mil.nga.geopackage that return FeatureTable Modifier and Type Method Description FeatureTable
GeoPackageCore. createFeatureTable(FeatureTableMetadata metadata)
Create a new feature table with GeoPackage metadata including: geometry columns table and row, user feature table, and contents row.FeatureTable
GeoPackageCoreImpl. createFeatureTable(FeatureTableMetadata metadata)
Create a new feature table with GeoPackage metadata including: geometry columns table and row, user feature table, and contents row.Methods in mil.nga.geopackage with parameters of type FeatureTable Modifier and Type Method Description void
GeoPackageCore. createFeatureTable(FeatureTable table)
Create a new feature tablevoid
GeoPackageCoreImpl. createFeatureTable(FeatureTable table)
Create a new feature table -
Uses of FeatureTable in mil.nga.geopackage.extension.rtree
Methods in mil.nga.geopackage.extension.rtree with parameters of type FeatureTable Modifier and Type Method 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 Valuesboolean
RTreeIndexCoreExtension. createFunctions(FeatureTable featureTable)
Check if the feature table has the RTree extension and create the functions if neededvoid
RTreeIndexCoreExtension. createRTreeIndex(FeatureTable featureTable)
Create the RTree Index Virtual Tablevoid
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 tablevoid
RTreeIndexCoreExtension. dropAllTriggers(FeatureTable featureTable)
Drop Triggers that Maintain Spatial Index Valuesvoid
RTreeIndexCoreExtension. dropRTreeIndex(FeatureTable featureTable)
Drop the RTree Index Virtual Tablevoid
RTreeIndexCoreExtension. dropTriggers(FeatureTable featureTable)
Check if the feature table has the RTree extension and if found, drop the triggersExtensions
RTreeIndexCoreExtension. getOrCreate(FeatureTable featureTable)
Get or create the extensionprotected UserCustomTable
RTreeIndexCoreExtension. getRTreeTable(FeatureTable featureTable)
Get the RTree Tableboolean
RTreeIndexCoreExtension. has(FeatureTable featureTable)
Determine if the GeoPackage feature table has the extensionvoid
RTreeIndexCoreExtension. loadRTreeIndex(FeatureTable featureTable)
Load the RTree Spatial Index Values -
Uses of FeatureTable in mil.nga.geopackage.features.user
Methods in mil.nga.geopackage.features.user that return FeatureTable Modifier and Type Method Description FeatureTable
FeatureTable. copy()
Copy the tableprotected FeatureTable
FeatureTableReader. createTable(String tableName, List<FeatureColumn> columnList)
Create the tableMethods in mil.nga.geopackage.features.user with parameters of type FeatureTable Modifier and Type Method Description static FeatureTableMetadata
FeatureTableMetadata. create(GeometryColumns geometryColumns, BoundingBox boundingBox, FeatureTable table)
Create metadatastatic FeatureTableMetadata
FeatureTableMetadata. create(GeometryColumns geometryColumns, FeatureTable table)
Create metadatastatic FeatureTableMetadata
FeatureTableMetadata. createTyped(String dataType, GeometryColumns geometryColumns, BoundingBox boundingBox, FeatureTable table)
Create metadatastatic FeatureTableMetadata
FeatureTableMetadata. createTyped(String dataType, GeometryColumns geometryColumns, FeatureTable table)
Create metadataConstructors in mil.nga.geopackage.features.user with parameters of type FeatureTable Constructor Description FeatureTable(FeatureTable featureTable)
Copy Constructor
-