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 FeatureTableGeoPackageCore. createFeatureTable(FeatureTableMetadata metadata)Create a new feature table with GeoPackage metadata including: geometry columns table and row, user feature table, and contents row.FeatureTableGeoPackageCoreImpl. 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 voidGeoPackageCore. createFeatureTable(FeatureTable table)Create a new feature tablevoidGeoPackageCoreImpl. 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 ExtensionsRTreeIndexCoreExtension. create(FeatureTable featureTable)Create the RTree Index extension for the feature table.voidRTreeIndexCoreExtension. createAllTriggers(FeatureTable featureTable)Create Triggers to Maintain Spatial Index ValuesbooleanRTreeIndexCoreExtension. createFunctions(FeatureTable featureTable)Check if the feature table has the RTree extension and create the functions if neededvoidRTreeIndexCoreExtension. createRTreeIndex(FeatureTable featureTable)Create the RTree Index Virtual TablevoidRTreeIndexCoreExtension. delete(FeatureTable featureTable)Delete the RTree Index extension for the feature table.voidRTreeIndexCoreExtension. drop(FeatureTable featureTable)Drop the the triggers and RTree table for the feature tablevoidRTreeIndexCoreExtension. dropAllTriggers(FeatureTable featureTable)Drop Triggers that Maintain Spatial Index ValuesvoidRTreeIndexCoreExtension. dropRTreeIndex(FeatureTable featureTable)Drop the RTree Index Virtual TablevoidRTreeIndexCoreExtension. dropTriggers(FeatureTable featureTable)Check if the feature table has the RTree extension and if found, drop the triggersExtensionsRTreeIndexCoreExtension. getOrCreate(FeatureTable featureTable)Get or create the extensionprotected UserCustomTableRTreeIndexCoreExtension. getRTreeTable(FeatureTable featureTable)Get the RTree TablebooleanRTreeIndexCoreExtension. has(FeatureTable featureTable)Determine if the GeoPackage feature table has the extensionvoidRTreeIndexCoreExtension. 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 FeatureTableFeatureTable. copy()Copy the tableprotected FeatureTableFeatureTableReader. 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 FeatureTableMetadataFeatureTableMetadata. create(GeometryColumns geometryColumns, BoundingBox boundingBox, FeatureTable table)Create metadatastatic FeatureTableMetadataFeatureTableMetadata. create(GeometryColumns geometryColumns, FeatureTable table)Create metadatastatic FeatureTableMetadataFeatureTableMetadata. createTyped(String dataType, GeometryColumns geometryColumns, BoundingBox boundingBox, FeatureTable table)Create metadatastatic FeatureTableMetadataFeatureTableMetadata. 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
-