Class ContentsIdTableCreator
- java.lang.Object
-
- mil.nga.geopackage.db.GeoPackageTableCreator
-
- mil.nga.geopackage.extension.nga.contents.ContentsIdTableCreator
-
public class ContentsIdTableCreator extends GeoPackageTableCreator
Contents Id Extension Table Creator- Since:
- 4.0.0
- Author:
- osbornb
-
-
Field Summary
-
Fields inherited from class mil.nga.geopackage.db.GeoPackageTableCreator
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 Summary
Constructors Constructor Description ContentsIdTableCreator(GeoPackageCoreConnection db)ConstructorContentsIdTableCreator(GeoPackageCore geoPackage)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcreateContentsId()Create Contents Id tableStringgetAuthor()Get the table creator authorStringgetName()Get the table creator name-
Methods inherited from class mil.nga.geopackage.db.GeoPackageTableCreator
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, readSQLScript
-
-
-
-
Constructor Detail
-
ContentsIdTableCreator
public ContentsIdTableCreator(GeoPackageCoreConnection db)
Constructor- Parameters:
db- db connection
-
ContentsIdTableCreator
public ContentsIdTableCreator(GeoPackageCore geoPackage)
Constructor- Parameters:
geoPackage- GeoPackage
-
-
Method Detail
-
getAuthor
public String getAuthor()
Get the table creator author- Overrides:
getAuthorin classGeoPackageTableCreator- Returns:
- author or null
-
getName
public String getName()
Get the table creator name- Overrides:
getNamein classGeoPackageTableCreator- Returns:
- name or null
-
createContentsId
public int createContentsId()
Create Contents Id table- Returns:
- executed statements
-
-