public class GeometryIndexTableCreator extends GeoPackageTableCreator
| Modifier and Type | Field and Description |
|---|---|
static String |
GEOMETRY_INDEX
Geometry Index property
|
static String |
INDEX_GEOMETRY_INDEX
Index Geometry Index property
|
static String |
TABLE_INDEX
Table Index property
|
static String |
UNINDEX_GEOMETRY_INDEX
Unindex Geometry Index property
|
CONTENTS, DATA_COLUMN_CONSTRAINTS, DATA_COLUMNS, DIRECTORY, EXTENDED_RELATIONS, EXTENSIONS, GEOMETRY_COLUMNS, GRIDDED_COVERAGE, GRIDDED_PATH, GRIDDED_TILE, METADATA, METADATA_PATH, METADATA_REFERENCE, RELATED_PATH, RTREE, SCHEMA_PATH, SPATIAL_REFERENCE_SYSTEM, TILE_MATRIX, TILE_MATRIX_SET| Constructor and Description |
|---|
GeometryIndexTableCreator(GeoPackageCore geoPackage)
Constructor
|
GeometryIndexTableCreator(GeoPackageCoreConnection db)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
createGeometryIndex()
Create Geometry Index table
|
int |
createTableIndex()
Create Table Index table
|
String |
getAuthor()
Get the table creator author
|
String |
getName()
Get the table creator name
|
int |
indexGeometryIndex()
Create Geometry Index table column indexes
|
int |
unindexGeometryIndex()
Un-index (drop) Geometry Index table column indexes
|
createContents, createDataColumnConstraints, createDataColumns, createExtendedRelations, createExtensions, createGeometryColumns, createGriddedCoverage, createGriddedTile, createMetadata, createMetadataReference, createRequired, createSpatialReferenceSystem, createTable, createTileMatrix, createTileMatrixSet, dropTable, dropView, execScript, execScript, execScript, execSQLScript, execSQLScript, getProperty, getScript, readScript, readScript, readSQLScript, readSQLScriptpublic static final String TABLE_INDEX
public static final String GEOMETRY_INDEX
public static final String INDEX_GEOMETRY_INDEX
public static final String UNINDEX_GEOMETRY_INDEX
public GeometryIndexTableCreator(GeoPackageCoreConnection db)
db - db connectionpublic GeometryIndexTableCreator(GeoPackageCore geoPackage)
geoPackage - GeoPackagepublic String getAuthor()
getAuthor in class GeoPackageTableCreatorpublic String getName()
getName in class GeoPackageTableCreatorpublic int createTableIndex()
public int createGeometryIndex()
public int indexGeometryIndex()
public int unindexGeometryIndex()
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.