Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Z 

A

add(T) - Method in class mil.nga.geopackage.GeoPackageCoreCache
Add a GeoPackage to the cache
add(TColumn) - Method in class mil.nga.geopackage.user.UserUniqueConstraint
Add a column
addColumn(String, String, String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Add a new column to the table
addProgress(int) - Method in interface mil.nga.geopackage.io.GeoPackageProgress
Add to the total progress
addUniqueConstraint(UserUniqueConstraint<TColumn>) - Method in class mil.nga.geopackage.user.UserTable
Add unique constraint
adjustTileMatrixLengths(TileMatrixSet, List<TileMatrix>) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
Adjust the tile matrix lengths if needed.
algorithm - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Interpolation algorithm
APPLICATION_ID - Static variable in class mil.nga.geopackage.GeoPackageConstants
GeoPackage application id
AttributesColumn - Class in mil.nga.geopackage.attributes
Attributes column
AttributesTable - Class in mil.nga.geopackage.attributes
Represents a user attributes table
AttributesTable(String, List<AttributesColumn>) - Constructor for class mil.nga.geopackage.attributes.AttributesTable
Constructor

B

BaseExtension - Class in mil.nga.geopackage.extension
Abstract base GeoPackage extension
BaseExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.BaseExtension
Constructor
boundCoordinates(double) - Method in class mil.nga.geopackage.BoundingBox
Bound the bounding box longitudes within the min and max possible projection values.
boundDegreesBoundingBoxWithWebMercatorLimits(BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Bound the upper and lower bounds of the degrees bounding box with web mercator limits
BoundingBox - Class in mil.nga.geopackage
Bounding Box with longitude and latitude ranges in degrees
BoundingBox() - Constructor for class mil.nga.geopackage.BoundingBox
Constructor
BoundingBox(double, double, double, double) - Constructor for class mil.nga.geopackage.BoundingBox
Constructor
BoundingBox(BoundingBox) - Constructor for class mil.nga.geopackage.BoundingBox
Constructor
BoundingBox(GeometryEnvelope) - Constructor for class mil.nga.geopackage.BoundingBox
Constructor
boundWebMercatorCoordinates() - Method in class mil.nga.geopackage.BoundingBox
Bound the bounding box coordinates within Web Mercator range values
boundWgs84BoundingBoxWithWebMercatorLimits(BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Bound the upper and lower bounds of the WGS84 bounding box with web mercator limits
boundWgs84Coordinates() - Method in class mil.nga.geopackage.BoundingBox
Bound the bounding box coordinates within WGS84 range values
buildColumnsAs(String[], String[]) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
Build the "columns as" query values for the provided columns and "columns as" values for use in select statements.
buildColumnsAs(List<TColumn>, String) - Method in class mil.nga.geopackage.user.UserCoreDao
Build "columns as" values for the table columns with the specified columns as the specified value
buildColumnsAs(String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
Build "columns as" values for the table columns with the specified columns as the specified value
buildColumnsAs(List<TColumn>, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Build "columns as" values for the table columns with the specified columns as the specified values
buildColumnsAs(String[], String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Build "columns as" values for the table columns with the specified columns as the specified values
buildColumnsAs(Map<String, String>) - Method in class mil.nga.geopackage.user.UserCoreDao
Build "columns as" values for the table column to value mapping
buildColumnsAsNull(List<TColumn>) - Method in class mil.nga.geopackage.user.UserCoreDao
Build "columns as" values for the table columns with the specified columns as null
buildColumnsAsNull(String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Build "columns as" values for the table columns with the specified columns as null
buildEnvelope() - Method in class mil.nga.geopackage.BoundingBox
Build a Geometry Envelope from the bounding box
buildExtensionName(String, String) - Static method in class mil.nga.geopackage.extension.Extensions
Build the extension name by combining the required parts
buildValueWhere(Set<Map.Entry<String, ColumnValue>>) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) statement from the fields
buildValueWhereArgs(Collection<ColumnValue>) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) args for the values
buildWhere(Set<Map.Entry<String, Object>>) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) statement from the fields
buildWhere(String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) statement for a single field
buildWhere(String, Object, String) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) statement for a single field using the provided operation
buildWhere(String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) statement for a single field
buildWhereArgs(Collection<Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) args for the values
buildWhereArgs(Object[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) args for the values
buildWhereArgs(Object) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) args for the value
buildWhereArgs(ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
Build where (or selection) args for the value

C

cleanupOnCancel() - Method in interface mil.nga.geopackage.io.GeoPackageProgress
Should the progress so far be deleted when cancelled (GeoPackageProgress.isActive() becomes false)
clear() - Method in class mil.nga.geopackage.GeoPackageCoreCache
Clears all cached GeoPackages but does not close them, call GeoPackageCoreCache.closeAll() to close and clear all GeoPackages
close() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
close() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Close the GeoPackage connection
close() - Method in interface mil.nga.geopackage.GeoPackageCore
Close the GeoPackage connection
close(String) - Method in class mil.nga.geopackage.GeoPackageCoreCache
Close the GeoPackage with name
close(Collection<String>) - Method in class mil.nga.geopackage.GeoPackageCoreCache
Close GeoPackages with names
close() - Method in interface mil.nga.geopackage.user.UserCoreResult
Close the result
closeAll() - Method in class mil.nga.geopackage.GeoPackageCoreCache
Close all GeoPackages in the cache
closeQuietly(Closeable) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Close the closeable quietly
closeRetain(Collection<String>) - Method in class mil.nga.geopackage.GeoPackageCoreCache
Close GeoPackages not specified in the retain GeoPackage names
COLUMN_AUTH_NAME - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
authName field name
COLUMN_AUTH_SRID - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
authSrid field name
COLUMN_COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.Extensions
columnName field name
COLUMN_COLUMN_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
columnName field name
COLUMN_COLUMN_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
columnName field name
COLUMN_COLUMN_NAME - Static variable in class mil.nga.geopackage.metadata.reference.MetadataReference
columnName field name
COLUMN_COLUMN_NAME - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
columnName field name
COLUMN_CONSTRAINT_NAME - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
constraintName field name
COLUMN_CONSTRAINT_NAME - Static variable in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
constraintName field name
COLUMN_CONSTRAINT_TYPE - Static variable in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
constraintType field name
COLUMN_COORD_DIMENSION - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
coordDimension field name
COLUMN_DATA_NULL - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
dataNull column
COLUMN_DATA_TYPE - Static variable in class mil.nga.geopackage.core.contents.Contents
dataType field name
COLUMN_DATATYPE - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
datatype column
COLUMN_DEF - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
Extension new column definition
COLUMN_DEFINITION - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
definition field name
COLUMN_DEFINITION - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
definition field name
COLUMN_DEFINITION - Static variable in class mil.nga.geopackage.extension.Extensions
definition field name
COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.core.contents.Contents
description field name
COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
description field name
COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
description field name
COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
description field name
COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
description field name
COLUMN_EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.Extensions
extensionName field name
COLUMN_F_GEOMETRY_COLUMN - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
fGeometryColumn field name
COLUMN_F_TABLE_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
fTableName field name
COLUMN_FEATURE_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.link.FeatureTileLink
featureTableName field name
COLUMN_FIELD_NAME - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
fieldName column
COLUMN_FILE_ID - Static variable in class mil.nga.geopackage.metadata.reference.MetadataReference
mdFileId field name
COLUMN_GEOM_ID - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Geometry Id column
COLUMN_GEOMETRY_TYPE - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
geometryType field name
COLUMN_GEOMETRY_TYPE_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
geometryTypeName field name
COLUMN_GEOMETRY_TYPE_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
geometryTypeName field name
COLUMN_GEOMETRY_TYPE_NAME_PREFIX - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
The prefix added to geometry types
COLUMN_GRID_CELL_ENCODING - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
gridCellEncoding column
COLUMN_ID - Static variable in class mil.nga.geopackage.core.contents.Contents
id field name, tableName
COLUMN_ID - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
id field name, srsId
COLUMN_ID - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
id field name, srid
COLUMN_ID - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
id field name, srsId
COLUMN_ID - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
id field name
COLUMN_ID - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
id field name
COLUMN_ID - Static variable in class mil.nga.geopackage.metadata.Metadata
id field name
COLUMN_ID - Static variable in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
id field name, tableName
COLUMN_ID - Static variable in class mil.nga.geopackage.tiles.user.TileTable
Id column name, Requirement 52
COLUMN_ID_1 - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
id 1 field name, tableName
COLUMN_ID_1 - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
id 1 field name, fTableName
COLUMN_ID_1 - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
id 1 field name, tableName
COLUMN_ID_1 - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
id 1 field name, tableName
COLUMN_ID_1 - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
id 1 field name, tableName
COLUMN_ID_2 - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
id 2 field name, columnName
COLUMN_ID_2 - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
id 2 field name, fGeometryColumn
COLUMN_ID_2 - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
id 2 field name, columnName
COLUMN_ID_2 - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
id 2 field name, columnName
COLUMN_ID_2 - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
id 2 field name, zoomLevel
COLUMN_IDENTIFIER - Static variable in class mil.nga.geopackage.core.contents.Contents
identifier field name
COLUMN_LAST_CHANGE - Static variable in class mil.nga.geopackage.core.contents.Contents
lastChange field name
COLUMN_LAST_INDEXED - Static variable in class mil.nga.geopackage.extension.index.TableIndex
Last indexed column
COLUMN_M - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
m field name
COLUMN_MATRIX_HEIGHT - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
matrixHeight field name
COLUMN_MATRIX_WIDTH - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
matrixWidth field name
COLUMN_MAX - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
max column
COLUMN_MAX - Static variable in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
max field name
COLUMN_MAX_IS_INCLUSIVE - Static variable in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
maxIsInclusive field name
COLUMN_MAX_M - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Max M
COLUMN_MAX_X - Static variable in class mil.nga.geopackage.core.contents.Contents
maxX field name
COLUMN_MAX_X - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Max X
COLUMN_MAX_X - Static variable in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
maxX field name
COLUMN_MAX_Y - Static variable in class mil.nga.geopackage.core.contents.Contents
maxY field name
COLUMN_MAX_Y - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Max Y
COLUMN_MAX_Y - Static variable in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
maxY field name
COLUMN_MAX_Z - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Max Z
COLUMN_MEAN - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
mean column
COLUMN_METADATA - Static variable in class mil.nga.geopackage.metadata.Metadata
metadata field name
COLUMN_MIME_TYPE - Static variable in class mil.nga.geopackage.metadata.Metadata
mimeType field name
COLUMN_MIME_TYPE - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
mimeType field name
COLUMN_MIN - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
min column
COLUMN_MIN - Static variable in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
min field name
COLUMN_MIN_IS_INCLUSIVE - Static variable in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
minIsInclusive field name
COLUMN_MIN_M - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Min M
COLUMN_MIN_X - Static variable in class mil.nga.geopackage.core.contents.Contents
minX field name
COLUMN_MIN_X - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Min X
COLUMN_MIN_X - Static variable in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
minX field name
COLUMN_MIN_Y - Static variable in class mil.nga.geopackage.core.contents.Contents
minY field name
COLUMN_MIN_Y - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Min Y
COLUMN_MIN_Y - Static variable in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
minY field name
COLUMN_MIN_Z - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Min Z
COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
Extension new column name
COLUMN_NAME - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
name field name
COLUMN_OFFSET - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
offset column
COLUMN_OFFSET - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
offset column
COLUMN_ORGANIZATION - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
organization field name
COLUMN_ORGANIZATION - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
organization field name
COLUMN_ORGANIZATION_COORDSYS_ID - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
organizationCoordsysId field name
COLUMN_ORGANIZATION_COORDSYS_ID - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
organizationCoordsysId field name
COLUMN_PARENT_ID - Static variable in class mil.nga.geopackage.metadata.reference.MetadataReference
mdParentId field name
COLUMN_PIXEL_X_SIZE - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
pixelXSize field name
COLUMN_PIXEL_Y_SIZE - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
pixelYSize field name
COLUMN_PRECISION - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
precision column
COLUMN_QUANTITY_DEFINITION - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
quantityDefinition column
COLUMN_REFERENCE_SCOPE - Static variable in class mil.nga.geopackage.metadata.reference.MetadataReference
referenceScope field name
COLUMN_ROW_ID_VALUE - Static variable in class mil.nga.geopackage.metadata.reference.MetadataReference
rowIdValue field name
COLUMN_SCALE - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
scale column
COLUMN_SCALE - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
scale column
COLUMN_SCALING_TYPE - Static variable in class mil.nga.geopackage.extension.scale.TileScaling
scalingType field name
COLUMN_SCOPE - Static variable in class mil.nga.geopackage.extension.Extensions
scope field name
COLUMN_SCOPE - Static variable in class mil.nga.geopackage.metadata.Metadata
scope field name
COLUMN_SRID - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
srid field name
COLUMN_SRID - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
srid field name
COLUMN_SRS_ID - Static variable in class mil.nga.geopackage.core.contents.Contents
srsId field name
COLUMN_SRS_ID - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
srsId field name
COLUMN_SRS_ID - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
srsId field name
COLUMN_SRS_ID - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
srsId field name
COLUMN_SRS_ID - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
srsId field name
COLUMN_SRS_ID - Static variable in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
srsId field name
COLUMN_SRS_NAME - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
srsName field name
COLUMN_SRS_NAME - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
srsName field name
COLUMN_SRS_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
srsName field name
COLUMN_SRTEXT - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
srtext field name
COLUMN_STANDARD_DEVIATION - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
standardDeviation column
COLUMN_STANDARD_URI - Static variable in class mil.nga.geopackage.metadata.Metadata
standardUri field name
COLUMN_TABLE_ID - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
tableId column
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.core.contents.Contents
tableName field name
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
tableName column
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.Extensions
tableName field name
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
tableName field name
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.index.TableIndex
tableName field name
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.scale.TileScaling
tableName column
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
tableName field name
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
tableName field name
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.metadata.reference.MetadataReference
tableName field name
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
tableName field name
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
tableName field name
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
tableName field name
COLUMN_TILE_COLUMN - Static variable in class mil.nga.geopackage.tiles.user.TileTable
Tile column column name, Requirement 54
COLUMN_TILE_DATA - Static variable in class mil.nga.geopackage.tiles.user.TileTable
Tile ID column name, implied requirement
COLUMN_TILE_HEIGHT - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
tileHeight field name
COLUMN_TILE_MATRIX_SET_NAME - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
tileMatrixSetName column
COLUMN_TILE_ROW - Static variable in class mil.nga.geopackage.tiles.user.TileTable
Tile row column name, Requirement 55
COLUMN_TILE_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.link.FeatureTileLink
tileTableName field name
COLUMN_TILE_WIDTH - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
tileWidth field name
COLUMN_TIMESTAMP - Static variable in class mil.nga.geopackage.metadata.reference.MetadataReference
timestamp field name
COLUMN_TITLE - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
title field name
COLUMN_UOM - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
uom column
COLUMN_VALUE - Static variable in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
value field name
COLUMN_Z - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
z field name
COLUMN_ZOOM_IN - Static variable in class mil.nga.geopackage.extension.scale.TileScaling
zoomIn field name
COLUMN_ZOOM_LEVEL - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
zoomLevel field name
COLUMN_ZOOM_LEVEL - Static variable in class mil.nga.geopackage.tiles.user.TileTable
Zoom level column name, Requirement 53
COLUMN_ZOOM_OUT - Static variable in class mil.nga.geopackage.extension.scale.TileScaling
zoomOut field name
columnCount() - Method in class mil.nga.geopackage.user.UserCoreRow
Get the column count
columnCount() - Method in class mil.nga.geopackage.user.UserTable
Get the column count
columnExists(String, String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Check if the table column exists
columnsOfType(GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserTable
Get the columns with the provided data type
columnTypes - Variable in class mil.nga.geopackage.user.UserCoreRow
Cursor column types of this row, based upon the data values
ColumnValue - Class in mil.nga.geopackage.user
Column Value wrapper to specify additional value attributes, such as a range tolerance for floating point numbers
ColumnValue(Object) - Constructor for class mil.nga.geopackage.user.ColumnValue
Constructor
ColumnValue(Object, Double) - Constructor for class mil.nga.geopackage.user.ColumnValue
Constructor
compareTo(UserColumn) - Method in class mil.nga.geopackage.user.UserColumn
Sort by index
complementary(double) - Method in class mil.nga.geopackage.BoundingBox
If the bounding box spans the Anti-Meridian, attempt to get a complementary bounding box using the max longitude of the unit projection
complementaryWebMercator() - Method in class mil.nga.geopackage.BoundingBox
If the bounding box spans the Anti-Meridian, attempt to get a complementary Web Mercator bounding box
complementaryWgs84() - Method in class mil.nga.geopackage.BoundingBox
If the bounding box spans the Anti-Meridian, attempt to get a complementary WGS84 bounding box
Contents - Class in mil.nga.geopackage.core.contents
Contents object.
Contents() - Constructor for class mil.nga.geopackage.core.contents.Contents
Default Constructor
Contents(Contents) - Constructor for class mil.nga.geopackage.core.contents.Contents
Copy Constructor
ContentsDao - Class in mil.nga.geopackage.core.contents
Contents Data Access Object
ContentsDao(ConnectionSource, Class<Contents>) - Constructor for class mil.nga.geopackage.core.contents.ContentsDao
Constructor, required by ORMLite
ContentsDataType - Enum in mil.nga.geopackage.core.contents
Contents data type enumeration
converter(GeoPackageDataType) - Static method in class mil.nga.geopackage.db.DateConverter
Get a date converter for the data type
copyFile(File, File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Copy a file to a file location
copyStream(InputStream, File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Copy an input stream to a file location
copyStream(InputStream, File, GeoPackageProgress) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Copy an input stream to a file location
copyStream(InputStream, OutputStream) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Copy an input stream to an output stream
copyStream(InputStream, OutputStream, GeoPackageProgress) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Copy an input stream to an output stream
copyValue(TColumn, Object) - Method in class mil.nga.geopackage.user.UserCoreRow
Copy the value of the data type
CoreSQLUtils - Class in mil.nga.geopackage.db
Core SQL Utility methods
CoreSQLUtils() - Constructor for class mil.nga.geopackage.db.CoreSQLUtils
 
count(String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Get a count of results
count() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Query for all Geometry Index count
count(BoundingBox) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Query for Geometry Index count within the bounding box, projected correctly
count(GeometryEnvelope) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Query for Geometry Index count within the Geometry Envelope
count() - Method in class mil.nga.geopackage.tiles.TileGrid
Get the count of tiles in the grid
count() - Method in class mil.nga.geopackage.user.UserCoreDao
Get the total count
count(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Get the count
coverageBoundingBox - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Coverage data bounding box
CoverageDataAlgorithm - Enum in mil.nga.geopackage.extension.coverage
Tile Gridded Coverage Data Algorithm interpolation enumeration types
CoverageDataCore<TImage extends CoverageDataImage> - Class in mil.nga.geopackage.extension.coverage
Tiled Gridded Coverage Core Data Extension
CoverageDataCore(GeoPackageCore, TileMatrixSet, Integer, Integer, Projection) - Constructor for class mil.nga.geopackage.extension.coverage.CoverageDataCore
Constructor
CoverageDataCore(GeoPackageCore, TileMatrixSet) - Constructor for class mil.nga.geopackage.extension.coverage.CoverageDataCore
Constructor for creating extension rows when creating a new coverage data tile table
CoverageDataImage - Interface in mil.nga.geopackage.extension.coverage
Coverage Data image interface
CoverageDataRequest - Class in mil.nga.geopackage.extension.coverage
Coverage Data request to retrieve coverage data values for a point or bounding box
CoverageDataRequest(BoundingBox) - Constructor for class mil.nga.geopackage.extension.coverage.CoverageDataRequest
Constructor
CoverageDataRequest(double, double) - Constructor for class mil.nga.geopackage.extension.coverage.CoverageDataRequest
Constructor
CoverageDataResults - Class in mil.nga.geopackage.extension.coverage
Tiled Gridded Coverage Data results containing the coverage values from a requested area from a tile matrix zoom level
CoverageDataResults(Double[][], TileMatrix) - Constructor for class mil.nga.geopackage.extension.coverage.CoverageDataResults
Constructor
CoverageDataSourcePixel - Class in mil.nga.geopackage.extension.coverage
Contains values relevant to a source pixel location when finding a coverage data value
CoverageDataSourcePixel(float, int, int, float) - Constructor for class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
Constructor
coverageProjection - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Projection of the coverage data
create(Contents) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Verify optional tables have been created
create(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
create(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create the RTree Index extension for the feature table.
create(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create the RTree Index extension for the feature table, geometry column, and id column.
create(TileScaling) - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Create the tile scaling (same as calling TileTableScaling.createOrUpdate(TileScaling))
create(TRow) - Method in class mil.nga.geopackage.user.UserCoreDao
Creates a new row, same as calling UserCoreDao.insert(UserCoreRow)
CREATE_PROPERTY - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create SQL property
createAllFunctions() - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create all connection SQL Functions for min x, max x, min y, max y, and is empty
createAllTriggers(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create Triggers to Maintain Spatial Index Values
createAllTriggers(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create Triggers to Maintain Spatial Index Values
createAttributesTable(AttributesTable) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new attributes table
createAttributesTable(String, String, List<AttributesColumn>) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new attributes table.
createAttributesTable(String, List<AttributesColumn>) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new attributes table.
createAttributesTable(AttributesTable) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new attributes table
createAttributesTable(String, String, List<AttributesColumn>) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new attributes table.
createAttributesTable(String, List<AttributesColumn>) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new attributes table.
createAttributesTableWithId(String, List<AttributesColumn>) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new attributes table.
createAttributesTableWithId(String, List<AttributesColumn>) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new attributes table.
createColumn(int, String, GeoPackageDataType, boolean, Object) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
Create a new column
createColumn(int, String, GeoPackageDataType, Long, boolean, Object) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
Create a new column
createColumn(int, String, GeoPackageDataType, boolean, Object) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
Create a new column
createColumn(int, String, GeoPackageDataType, Long, boolean, Object) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
Create a new column
createColumn(int, String, GeoPackageDataType, boolean, Object) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
Create a new column
createColumn(int, String, GeoPackageDataType, Long, boolean, Object) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
Create a new column
createColumn(TResult, int, String, String, Long, boolean, int, boolean) - Method in class mil.nga.geopackage.user.UserCoreTableReader
Create the column
createContents() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Contents table
createDao(Class<T>) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a dao
createDao(Class<T>) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a dao
createDataColumnConstraints() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Data Column Constraints table
createDataColumnConstraintsTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Data Column Constraints table if it does not already exist
createDataColumnConstraintsTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Data Column Constraints table if it does not already exist
createDataColumns() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Data Columns table
createDataColumnsTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Data Columns table if it does not already exist
createDataColumnsTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Data Columns table if it does not already exist
createDeleteTrigger(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create delete trigger
createExtensions() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Extensions table
createExtensionsTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Extensions table if it does not already exist
createExtensionsTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Extensions table if it does not already exist
createFeatureTable(FeatureTable) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new feature table
createFeatureTable(FeatureTable) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new feature table
createFeatureTableWithMetadata(GeometryColumns, BoundingBox, long) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new feature table with GeoPackage metadata.
createFeatureTableWithMetadata(GeometryColumns, String, BoundingBox, long) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new feature table with GeoPackage metadata.
createFeatureTableWithMetadata(GeometryColumns, List<FeatureColumn>, BoundingBox, long) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new feature table with GeoPackage metadata.
createFeatureTableWithMetadata(GeometryColumns, String, List<FeatureColumn>, BoundingBox, long) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new feature table with GeoPackage metadata.
createFeatureTableWithMetadata(GeometryColumns, BoundingBox, long, List<FeatureColumn>) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new feature table with GeoPackage metadata.
createFeatureTableWithMetadata(GeometryColumns, BoundingBox, long) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new feature table with GeoPackage metadata.
createFeatureTableWithMetadata(GeometryColumns, String, BoundingBox, long) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new feature table with GeoPackage metadata.
createFeatureTableWithMetadata(GeometryColumns, List<FeatureColumn>, BoundingBox, long) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new feature table with GeoPackage metadata.
createFeatureTableWithMetadata(GeometryColumns, String, List<FeatureColumn>, BoundingBox, long) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new feature table with GeoPackage metadata.
createFeatureTableWithMetadata(GeometryColumns, BoundingBox, long, List<FeatureColumn>) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new feature table with GeoPackage metadata.
createFeatureTileLink() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Feature Tile Link table
createFeatureTileLinkTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Feature Tile Link Table if it does not exist
createFeatureTileLinkTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Feature Tile Link Table if it does not exist
createFunctions(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Check if the feature table has the RTree extension and create the functions if needed
createFunctions(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Check if the table and column has the RTree extension and create the functions if needed
createFunctions() - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Check if the GeoPackage has the RTree extension and create the functions if needed
createGeometryColumn(int, String, GeometryType, boolean, Object) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
Create a new geometry column
createGeometryColumns() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Geometry Columns table
createGeometryColumnsTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Geometry Columns table if it does not already exist
createGeometryColumnsTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Geometry Columns table if it does not already exist
createGeometryIndex() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Geometry Index table
createGeometryIndexTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create Geometry Index Table if it does not exist
createGeometryIndexTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create Geometry Index Table if it does not exist
createGriddedCoverage() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create the Tiled Gridded Coverage Data Coverage extension table
createGriddedCoverageTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the 2D Gridded Coverage Table if it does not exist
createGriddedCoverageTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the 2D Gridded Coverage Table if it does not exist
createGriddedTile() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create the Tiled Gridded Coverage Data Tile extension table
createGriddedTileTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the 2D Gridded Tile Table if it does not exist
createGriddedTileTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the 2D Gridded Tile Table if it does not exist
createIdColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
Create an id column
createIfNotExists(Contents) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Verify optional tables have been created
createIfNotExists(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
createInsertTrigger(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create insert trigger
createIsEmptyFunction() - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create the is empty SQL function
createMaxXFunction() - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create the max x SQL function
createMaxYFunction() - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create the max y SQL function
createMetadata() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Metadata table
createMetadataReference() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Metadata Reference table
createMetadataReferenceTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Metadata Reference table if it does not already exist
createMetadataReferenceTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Metadata Reference table if it does not already exist
createMetadataTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Metadata table if it does not already exist
createMetadataTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Metadata table if it does not already exist
createMinXFunction() - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create the min x SQL function
createMinYFunction() - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create the min y SQL function
createOrUpdate(Contents) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Verify optional tables have been created
createOrUpdate(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
createOrUpdate(TileScaling) - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Create or update the tile scaling
createPrimaryKeyColumn(int, String) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
Create a new primary key column
createPrimaryKeyColumn(int, String) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
Create a new primary key column
createRequired() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create the minimum required GeoPackage tables
createRequiredColumns() - Static method in class mil.nga.geopackage.tiles.user.TileTable
Create the required table columns, starting at index 0
createRequiredColumns(int) - Static method in class mil.nga.geopackage.tiles.user.TileTable
Create the required table columns, starting at the provided index
createRTreeIndex(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create the RTree Index Virtual Table
createRTreeIndex(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create the RTree Index Virtual Table
createSpatialReferenceSystem() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Spatial Reference System table and views
createTable(UserTable<TColumn>) - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create the user defined table
createTable(String, List<TColumn>) - Method in class mil.nga.geopackage.user.UserCoreTableReader
Create the table
createTableIndex() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Table Index table
createTableIndexTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Table Index Table if it does not exist
createTableIndexTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Table Index Table if it does not exist
createTileColumnColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
Create a tile column column
createTileDataColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
Create a tile data column
createTileMatrix() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Tile Matrix table
createTileMatrixSet() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Tile Matrix Set table
createTileMatrixSetTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Tile Matrix Set table if it does not already exist
createTileMatrixSetTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Tile Matrix Set table if it does not already exist
createTileMatrixTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Tile Matrix table if it does not already exist
createTileMatrixTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Tile Matrix table if it does not already exist
createTileRowColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
Create a tile row column
createTileScaling() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Create Tile Scaling table
createTileScalingTable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create the Tile Scaling Table if it does not exist
createTileScalingTable() - Method in interface mil.nga.geopackage.GeoPackageCore
Create the Tile Scaling Table if it does not exist
createTileTable(TileTable) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new tile table
createTileTable(TileTable) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new tile table
createTileTableWithMetadata(GeoPackageCore, String, BoundingBox, long, BoundingBox, long) - Static method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Create the coverage data tile table with metadata
createTileTableWithMetadata(String, BoundingBox, long, BoundingBox, long) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new tile table and the GeoPackage metadata
createTileTableWithMetadata(ContentsDataType, String, BoundingBox, long, BoundingBox, long) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Create a new tile table of the specified type and the GeoPackage metadata
createTileTableWithMetadata(String, BoundingBox, long, BoundingBox, long) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new tile table and the GeoPackage metadata
createTileTableWithMetadata(ContentsDataType, String, BoundingBox, long, BoundingBox, long) - Method in interface mil.nga.geopackage.GeoPackageCore
Create a new tile table of the specified type and the GeoPackage metadata
createUndefinedCartesian() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Creates the required Undefined Cartesian Spatial Reference System (spec Requirement 11)
createUndefinedGeographic() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Creates the required Undefined Geographic Spatial Reference System (spec Requirement 11)
createUpdate1Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create update 1 trigger
createUpdate2Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create update 2 trigger
createUpdate3Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create update 3 trigger
createUpdate4Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Create update 4 trigger
createWebMercator() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Creates the Web Mercator Spatial Reference System if it does not already exist
createWgs84() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Creates the required EPSG WGS84 Spatial Reference System (spec Requirement 11)
createWgs84Geographical3D() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Creates the required EPSG WGS84 Geographical 3D Spatial Reference System
createZoomLevelColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
Create a zoom level column
CrsWktExtension - Class in mil.nga.geopackage.extension
OGC Well known text representation of Coordinate Reference Systems extension
CrsWktExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.CrsWktExtension
Constructor

D

DataColumnConstraints - Class in mil.nga.geopackage.schema.constraints
Contains data to specify restrictions on basic data type column values
DataColumnConstraints() - Constructor for class mil.nga.geopackage.schema.constraints.DataColumnConstraints
Default Constructor
DataColumnConstraints(DataColumnConstraints) - Constructor for class mil.nga.geopackage.schema.constraints.DataColumnConstraints
Copy Constructor
DataColumnConstraintsDao - Class in mil.nga.geopackage.schema.constraints
Data Column Constraints Data Access Object
DataColumnConstraintsDao(ConnectionSource, Class<DataColumnConstraints>) - Constructor for class mil.nga.geopackage.schema.constraints.DataColumnConstraintsDao
Constructor, required by ORMLite
DataColumnConstraintType - Enum in mil.nga.geopackage.schema.constraints
Enumeration of Data Column Constraint Types
DataColumns - Class in mil.nga.geopackage.schema.columns
Stores minimal application schema identifying, descriptive and MIME type information about columns in user vector feature and tile matrix data tables that supplements the data available from the SQLite sqlite_master table and pragma table_info(table_name) SQL function.
DataColumns() - Constructor for class mil.nga.geopackage.schema.columns.DataColumns
Default Constructor
DataColumns(DataColumns) - Constructor for class mil.nga.geopackage.schema.columns.DataColumns
Copy Constructor
DataColumnsDao - Class in mil.nga.geopackage.schema.columns
Data Columns Data Access Object
DataColumnsDao(ConnectionSource, Class<DataColumns>) - Constructor for class mil.nga.geopackage.schema.columns.DataColumnsDao
Constructor, required by ORMLite
DATE_FORMAT - Static variable in class mil.nga.geopackage.db.DateConverter
Date format
DateConverter - Class in mil.nga.geopackage.db
Date converter between database date formats and date objects
dateConverter() - Static method in class mil.nga.geopackage.db.DateConverter
Get a date converter
DatePersister - Class in mil.nga.geopackage.persister
Date Persister for OrmLite to translate between a Java Date and a UTC String
DATETIME_FORMAT - Static variable in class mil.nga.geopackage.db.DateConverter
Date Time format
DATETIME_FORMAT2 - Static variable in class mil.nga.geopackage.db.DateConverter
Secondary Date Time format w/o milliseconds for parsing string dates
dateTimeConverter() - Static method in class mil.nga.geopackage.db.DateConverter
Get a date time converter
dateValue(String) - Method in class mil.nga.geopackage.db.DateConverter
Get the date value of the formatted string date
DEFINITION - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
Extension definition URL
DEFINITION - Static variable in class mil.nga.geopackage.extension.MetadataExtension
Extension definition URL
DEFINITION - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Extension definition URL
DEFINITION - Static variable in class mil.nga.geopackage.extension.SchemaExtension
Extension definition URL
DEFINITION - Static variable in class mil.nga.geopackage.extension.WebPExtension
Extension definition URL
DEFINITION - Static variable in class mil.nga.geopackage.extension.ZoomOtherExtension
Extension definition URL
DEFINITION - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
DEFINITION_12_063 - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
delete(String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Convenience method for deleting rows in the database.
delete(TileMatrixSet) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
Delete by tile matrix set
delete(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
Delete by tile matrix set name
delete(Contents) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
Delete by contents
delete(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
Delete by table name
delete(Extensions) - Method in class mil.nga.geopackage.extension.ExtensionsDao
Delete using the unique columns
delete(GeometryIndex) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
delete(FeatureTileLink) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
delete(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Delete the RTree Index extension for the feature table.
delete(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Delete the RTree Index extension for the table and geometry column.
delete() - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Delete the tile table scaling for the tile table
delete(GeometryColumns) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
delete(GeometryColumnsSfSql) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
delete(GeometryColumnsSqlMm) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
delete(MetadataReference) - Method in class mil.nga.geopackage.metadata.reference.MetadataReferenceDao
Delete using the foreign key columns
delete(DataColumns) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
delete(DataColumnConstraints) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraintsDao
Delete using the unique columns
delete(TileMatrix) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
delete(TRow) - Method in class mil.nga.geopackage.user.UserCoreDao
Delete the row
delete(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Delete rows matching the where clause
deleteAll() - Method in class mil.nga.geopackage.extension.ExtensionsDao
Delete all extensions
deleteAll() - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
Delete all geometry indices
deleteAll() - Method in class mil.nga.geopackage.extension.index.TableIndexDao
Delete all table indices
deleteAll() - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
Delete all feature tile links
deleteAllCascade() - Method in class mil.nga.geopackage.extension.index.TableIndexDao
Delete all table indices, cascading to geometry indices
deleteByExtension(String) - Method in class mil.nga.geopackage.extension.ExtensionsDao
Delete by extension name
deleteByExtension(String, String) - Method in class mil.nga.geopackage.extension.ExtensionsDao
Delete by extension name and table name
deleteByExtension(String, String, String) - Method in class mil.nga.geopackage.extension.ExtensionsDao
Delete by extension name, table name, and column name
deleteById(GeometryIndexKey) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
deleteById(FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
deleteById(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
deleteById(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
deleteById(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
deleteById(TableColumnKey) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
deleteById(TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
deleteById(long) - Method in class mil.nga.geopackage.user.UserCoreDao
Delete a row by id
deleteByIdCascade(String) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete a Contents by id, cascading
deleteByIdCascade(String, boolean) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete a Contents by id, cascading optionally including the user table
deleteByIdCascade(Long) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Delete a Spatial Reference System by id, cascading
deleteByIdCascade(String) - Method in class mil.nga.geopackage.extension.index.TableIndexDao
Delete a TableIndex by id, cascading
deleteByIdCascade(Long) - Method in class mil.nga.geopackage.metadata.MetadataDao
Delete a Metadata by id, cascading
deleteByMetadata(long) - Method in class mil.nga.geopackage.metadata.reference.MetadataReferenceDao
Delete metadata references with foreign keys to the metadata file id
deleteByTableName(String) - Method in class mil.nga.geopackage.extension.ExtensionsDao
Delete by table name
deleteByTableName(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
Delete by table name, either feature or tile table name
deleteCascade(Contents) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete the Contents, cascading
deleteCascade(Contents, boolean) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete the Contents, cascading optionally including the user table
deleteCascade(Collection<Contents>) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete the collection of Contents, cascading
deleteCascade(Collection<Contents>, boolean) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete the collection of Contents, cascading optionally including the user table
deleteCascade(PreparedQuery<Contents>) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete the Contents matching the prepared query, cascading
deleteCascade(PreparedQuery<Contents>, boolean) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete the Contents matching the prepared query, cascading optionally including the user table
deleteCascade(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Delete the Spatial Reference System, cascading
deleteCascade(Collection<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Delete the collection of Spatial Reference Systems, cascading
deleteCascade(PreparedQuery<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Delete the Spatial Reference Systems matching the prepared query, cascading
deleteCascade(TableIndex) - Method in class mil.nga.geopackage.extension.index.TableIndexDao
Delete the TableIndex, cascading
deleteCascade(Collection<TableIndex>) - Method in class mil.nga.geopackage.extension.index.TableIndexDao
Delete the collection of TableIndex, cascading
deleteCascade(PreparedQuery<TableIndex>) - Method in class mil.nga.geopackage.extension.index.TableIndexDao
Delete the TableIndex matching the prepared query, cascading
deleteCascade(Metadata) - Method in class mil.nga.geopackage.metadata.MetadataDao
Delete the Metadata, cascading
deleteCascade(Collection<Metadata>) - Method in class mil.nga.geopackage.metadata.MetadataDao
Delete the collection of Metadata, cascading
deleteCascade(PreparedQuery<Metadata>) - Method in class mil.nga.geopackage.metadata.MetadataDao
Delete the Metadata matching the prepared query, cascading
deleteCascade(DataColumnConstraints) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraintsDao
Delete the Data Columns Constraints, cascading
deleteCascade(Collection<DataColumnConstraints>) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraintsDao
Delete the collection of Data Column Constraints, cascading
deleteCascade(PreparedQuery<DataColumnConstraints>) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraintsDao
Delete the Data Column Constraints matching the prepared query, cascading
deleteExtensions(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.GeoPackageExtensions
Delete all extensions
deleteExtensions(GeoPackageCore, boolean) - Static method in class mil.nga.geopackage.extension.GeoPackageExtensions
Delete all extensions
deleteExtensions(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.NGAExtensions
Delete all NGA extensions including custom extension tables for the GeoPackage
deleteExtensions(GeoPackageCore, boolean) - Static method in class mil.nga.geopackage.extension.NGAExtensions
Delete all NGA extensions including custom extension tables for the GeoPackage
deleteFeatureTileLink(GeoPackageCore, String) - Static method in class mil.nga.geopackage.extension.NGAExtensions
Delete the Feature Tile Link extensions for the table
deleteFeatureTileLinkExtension(GeoPackageCore, boolean) - Static method in class mil.nga.geopackage.extension.NGAExtensions
Delete the Feature Tile Link extension including the extension entries and custom tables
deleteGeometryIndex(GeoPackageCore, String) - Static method in class mil.nga.geopackage.extension.NGAExtensions
Delete the Geometry Index extension for the table
deleteGeometryIndexExtension(GeoPackageCore, boolean) - Static method in class mil.nga.geopackage.extension.NGAExtensions
Delete the Geometry Index extension including the extension entries and custom tables
deleteIds(Collection<GeometryIndexKey>) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
deleteIds(Collection<FeatureTileLinkKey>) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
deleteIds(Collection<TableColumnKey>) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
deleteIds(Collection<TableColumnKey>) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
deleteIds(Collection<TableColumnKey>) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
deleteIds(Collection<TableColumnKey>) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
deleteIds(Collection<TileMatrixKey>) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
deleteIdsCascade(Collection<String>) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete the Contents with the provided ids, cascading
deleteIdsCascade(Collection<String>, boolean) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete the Contents with the provided ids, cascading optionally including the user table
deleteIdsCascade(Collection<Long>) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Delete the Spatial Reference Systems with the provided ids, cascading
deleteIdsCascade(Collection<String>) - Method in class mil.nga.geopackage.extension.index.TableIndexDao
Delete the TableIndex with the provided ids, cascading
deleteIdsCascade(Collection<Long>) - Method in class mil.nga.geopackage.metadata.MetadataDao
Delete the Metadata with the provided ids, cascading
deleteIndex() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Delete the feature table index
deleteIndex(long) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Delete the index for the geometry id
deleteLink(String, String) - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Delete the feature tile table link
deleteLinks(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Delete the feature tile table links for the feature or tile table
deleteTable(String) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Delete the table
deleteTable(String) - Method in class mil.nga.geopackage.extension.index.TableIndexDao
Delete the table
deleteTable(String) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Delete the user table (a feature or tile table) and all GeoPackage metadata
deleteTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
Delete the user table (a feature or tile table) and all GeoPackage metadata
deleteTableExtensions(GeoPackageCore, String) - Static method in class mil.nga.geopackage.extension.GeoPackageExtensions
Delete all table extensions for the table within the GeoPackage
deleteTableExtensions(GeoPackageCore, String) - Static method in class mil.nga.geopackage.extension.NGAExtensions
Delete all NGA table extensions for the table within the GeoPackage
deleteTableQuietly(String) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Attempt to delete the user table (a feature or tile table) and all GeoPackage metadata quietly
deleteTableQuietly(String) - Method in interface mil.nga.geopackage.GeoPackageCore
Attempt to delete the user table (a feature or tile table) and all GeoPackage metadata quietly
deleteTileScaling(GeoPackageCore, String) - Static method in class mil.nga.geopackage.extension.NGAExtensions
Delete the Tile Scaling extensions for the table
deleteTileScalingExtension(GeoPackageCore, boolean) - Static method in class mil.nga.geopackage.extension.NGAExtensions
Delete the Tile Scaling extension including the extension entries and custom tables
DESCRIPTION - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
drop(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop the the triggers and RTree table for the feature table
drop(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop the the triggers and RTree table for the table and geometry column
DROP_PROPERTY - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop SQL property
dropAllTriggers(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop Triggers that Maintain Spatial Index Values
dropAllTriggers(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop Triggers that Maintain Spatial Index Values
dropDeleteTrigger(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop delete trigger
dropInsertTrigger(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop insert trigger
dropRTreeIndex(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop the RTree Index Virtual Table
dropRTreeIndex(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop the RTree Index Virtual Table
dropTable(String) - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
Drop the table if it exists
dropTable(String) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Drop the table if it exists.
dropTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
Drop the table if it exists.
dropTable() - Method in class mil.nga.geopackage.user.UserCoreDao
Drop the user table
dropTrigger(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop the trigger for the table, geometry column, and trigger name
dropTriggers(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Check if the feature table has the RTree extension and if found, drop the triggers
dropTriggers(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Check if the table and column has the RTree extension and if found, drop the triggers
dropUpdate1Trigger(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop update 1 trigger
dropUpdate2Trigger(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop update 2 trigger
dropUpdate3Trigger(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop update 3 trigger
dropUpdate4Trigger(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Drop update 4 trigger
duplicateCheck(int, Integer, String) - Method in class mil.nga.geopackage.user.UserTable
Check for duplicate column names

E

encoding - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Value pixel encoding type
equals(Object) - Method in class mil.nga.geopackage.BoundingBox
equals(Object) - Method in class mil.nga.geopackage.extension.index.GeometryIndexKey
equals(Object) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkKey
equals(Object) - Method in class mil.nga.geopackage.schema.TableColumnKey
equals(Object) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
equals(Object) - Method in class mil.nga.geopackage.tiles.TileGrid
execSQL(String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Execute the sql
execSQL(String) - Method in interface mil.nga.geopackage.GeoPackageCore
Execute the sql on the GeoPackage database
exists(String) - Method in class mil.nga.geopackage.GeoPackageCoreCache
Checks if the GeoPackage name exists in the cache
expandCoordinates(double) - Method in class mil.nga.geopackage.BoundingBox
Expand the bounding box max longitude above the max possible projection value if needed to create a bounding box where the max longitude is numerically larger than the min longitude.
expandWebMercatorCoordinates() - Method in class mil.nga.geopackage.BoundingBox
Expand the bounding box max longitude above the max Web Mercator projection value if needed to create a bounding box where the max longitude is numerically larger than the min longitude.
expandWgs84Coordinates() - Method in class mil.nga.geopackage.BoundingBox
Expand the bounding box max longitude above the max WGS84 projection value if needed to create a bounding box where the max longitude is numerically larger than the min longitude.
EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Extension author
EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Extension author
EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Extension author
EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.scale.TileTableScaling
Extension author
EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Extension definition URL
EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Extension definition URL
EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Extension definition URL
EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.scale.TileTableScaling
Extension definition URL
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Extension, with author and name
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
Extension name
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Extension, with author and name
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Extension, with author and name
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.MetadataExtension
Extension name
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Extension name
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.scale.TileTableScaling
Extension, with author and name
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.SchemaExtension
Extension name
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.WebPExtension
Extension name
EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.ZoomOtherExtension
Extension name
EXTENSION_NAME_DIVIDER - Static variable in class mil.nga.geopackage.extension.Extensions
Divider between extension name parts
EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Extension name without the author
EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Extension name without the author
EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Extension name without the author
EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.scale.TileTableScaling
Extension name without the author
Extensions - Class in mil.nga.geopackage.extension
Indicates that a particular extension applies to a GeoPackage, a table in a GeoPackage or a column of a table in a GeoPackage.
Extensions() - Constructor for class mil.nga.geopackage.extension.Extensions
Default Constructor
Extensions(Extensions) - Constructor for class mil.nga.geopackage.extension.Extensions
Copy Constructor
EXTENSIONS - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
ExtensionScopeType - Enum in mil.nga.geopackage.extension
Extension Scope Type
extensionsDao - Variable in class mil.nga.geopackage.extension.BaseExtension
Extensions DAO
ExtensionsDao - Class in mil.nga.geopackage.extension
Extensions Data Access Object
ExtensionsDao(ConnectionSource, Class<Extensions>) - Constructor for class mil.nga.geopackage.extension.ExtensionsDao
Constructor, required by ORMLite
extractId(GeometryIndex) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
extractId(FeatureTileLink) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
extractId(GeometryColumns) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
extractId(GeometryColumnsSfSql) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
extractId(GeometryColumnsSqlMm) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
extractId(DataColumns) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
extractId(TileMatrix) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao

F

FeatureColumn - Class in mil.nga.geopackage.features.user
Feature column
FeatureTable - Class in mil.nga.geopackage.features.user
Represents a user feature table
FeatureTable(String, List<FeatureColumn>) - Constructor for class mil.nga.geopackage.features.user.FeatureTable
Constructor
FeatureTableCoreIndex - Class in mil.nga.geopackage.extension.index
Abstract core Feature Table Index NGA Extension implementation.
FeatureTableCoreIndex(GeoPackageCore, String, String) - Constructor for class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Constructor
FeatureTileLink - Class in mil.nga.geopackage.extension.link
Feature Tile Link object, for linking a feature and tile table together
FeatureTileLink() - Constructor for class mil.nga.geopackage.extension.link.FeatureTileLink
Default Constructor
FeatureTileLink(FeatureTileLink) - Constructor for class mil.nga.geopackage.extension.link.FeatureTileLink
Copy Constructor
FeatureTileLinkDao - Class in mil.nga.geopackage.extension.link
Feature Tile Link Data Access Object
FeatureTileLinkDao(ConnectionSource, Class<FeatureTileLink>) - Constructor for class mil.nga.geopackage.extension.link.FeatureTileLinkDao
Constructor, required by ORMLite
FeatureTileLinkKey - Class in mil.nga.geopackage.extension.link
Feature Tile Link Complex Primary Key including feature and tile table names
FeatureTileLinkKey(String, String) - Constructor for class mil.nga.geopackage.extension.link.FeatureTileLinkKey
Constructor
FeatureTileTableCoreLinker - Class in mil.nga.geopackage.extension.link
Abstract Feature Tile Table linker, used to link feature and tile tables together when the tiles represent the feature data
FeatureTileTableCoreLinker(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Constructor
FIELD_TYPE_BLOB - Static variable in class mil.nga.geopackage.user.UserCoreResultUtils
Blob field type
FIELD_TYPE_FLOAT - Static variable in class mil.nga.geopackage.user.UserCoreResultUtils
Float field type
FIELD_TYPE_INTEGER - Static variable in class mil.nga.geopackage.user.UserCoreResultUtils
Integer field type
FIELD_TYPE_NULL - Static variable in class mil.nga.geopackage.user.UserCoreResultUtils
Null field type
FIELD_TYPE_STRING - Static variable in class mil.nga.geopackage.user.UserCoreResultUtils
String field type
fileBytes(File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Get the file bytes
formatBytes(long) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Format the bytes into readable text
formatUnboundedResults(TileMatrix, Map<Long, Map<Long, Double[][]>>, int, long, long, long, long) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Format the unbounded results from coverage data tiles into a single double array of coverage data
fromBytes(byte[]) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Populate the geometry data from the bytes
fromName(String) - Static method in enum mil.nga.geopackage.core.contents.ContentsDataType
Get the Data Type from the name
fromName(String) - Static method in enum mil.nga.geopackage.db.GeoPackageDataType
Get the Data Type from the name, ignoring case
fromName(String) - Static method in enum mil.nga.geopackage.extension.coverage.GriddedCoverageDataType
Get the Data Type from the name
fromName(String) - Static method in enum mil.nga.geopackage.extension.coverage.GriddedCoverageEncodingType
Get the grid cell encoding from the name
fromName(String) - Static method in enum mil.nga.geopackage.extension.scale.TileScalingType
Get the Tile Scaling Type from the name
fromName(String) - Static method in enum mil.nga.geopackage.metadata.MetadataScopeType
Get the metadata scope from the name
fromValue(String) - Static method in enum mil.nga.geopackage.extension.ExtensionScopeType
Get the type from the value
fromValue(String) - Static method in enum mil.nga.geopackage.metadata.reference.ReferenceScopeType
Get the type from the value
fromValue(String) - Static method in enum mil.nga.geopackage.schema.constraints.DataColumnConstraintType
Get the type from the value

G

GEO_PACKAGE - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
GEO_PACKAGE_EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.GeoPackageConstants
GeoPackage author
GEO_PACKAGE_GEOMETRY_MAGIC_NUMBER - Static variable in class mil.nga.geopackage.GeoPackageConstants
Expected magic number
GEO_PACKAGE_GEOMETRY_VERSION_1 - Static variable in class mil.nga.geopackage.GeoPackageConstants
Expected version 1 value
GEOMETRY_COLUMN_SUBSTITUTE - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Geometry Column substitute value
GEOMETRY_EXTENSION_PREFIX - Static variable in class mil.nga.geopackage.GeoPackageConstants
Geometry extension prefix
GEOMETRY_TYPES_EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.GeometryExtensions
Geometry Types Extension definition URL
GeometryColumns - Class in mil.nga.geopackage.features.columns
Geometry Columns object.
GeometryColumns() - Constructor for class mil.nga.geopackage.features.columns.GeometryColumns
Default Constructor
GeometryColumns(GeometryColumns) - Constructor for class mil.nga.geopackage.features.columns.GeometryColumns
Copy Constructor
GeometryColumnsDao - Class in mil.nga.geopackage.features.columns
Geometry Columns Data Access Object
GeometryColumnsDao(ConnectionSource, Class<GeometryColumns>) - Constructor for class mil.nga.geopackage.features.columns.GeometryColumnsDao
Constructor, required by ORMLite
GeometryColumnsSfSql - Class in mil.nga.geopackage.features.columns
SF/SQL Geometry Columns object.
GeometryColumnsSfSql() - Constructor for class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
Default Constructor
GeometryColumnsSfSql(GeometryColumnsSfSql) - Constructor for class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
Copy Constructor
GeometryColumnsSfSqlDao - Class in mil.nga.geopackage.features.columns
SF/SQL Geometry Columns Data Access Object
GeometryColumnsSfSqlDao(ConnectionSource, Class<GeometryColumnsSfSql>) - Constructor for class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
Constructor, required by ORMLite
GeometryColumnsSqlMm - Class in mil.nga.geopackage.features.columns
SQL/MM Geometry Columns object.
GeometryColumnsSqlMm() - Constructor for class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
Default Constructor
GeometryColumnsSqlMm(GeometryColumnsSqlMm) - Constructor for class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
Copy Constructor
GeometryColumnsSqlMmDao - Class in mil.nga.geopackage.features.columns
SQL/MM Geometry Columns Data Access Object
GeometryColumnsSqlMmDao(ConnectionSource, Class<GeometryColumnsSqlMm>) - Constructor for class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
Constructor, required by ORMLite
GeometryExtensions - Class in mil.nga.geopackage.extension
Geometry Extensions utility methods and constants
GeometryExtensions(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.GeometryExtensions
Constructor
GeometryIndex - Class in mil.nga.geopackage.extension.index
Geometry Index object, for indexing geometries within user feature tables
GeometryIndex() - Constructor for class mil.nga.geopackage.extension.index.GeometryIndex
Default Constructor
GeometryIndex(GeometryIndex) - Constructor for class mil.nga.geopackage.extension.index.GeometryIndex
Copy Constructor
GeometryIndexDao - Class in mil.nga.geopackage.extension.index
Geometry Index Data Access Object
GeometryIndexDao(ConnectionSource, Class<GeometryIndex>) - Constructor for class mil.nga.geopackage.extension.index.GeometryIndexDao
Constructor, required by ORMLite
GeometryIndexKey - Class in mil.nga.geopackage.extension.index
Geometry Index Complex Primary Key including table and column name
GeometryIndexKey(String, long) - Constructor for class mil.nga.geopackage.extension.index.GeometryIndexKey
Constructor
geoPackage - Variable in class mil.nga.geopackage.extension.BaseExtension
GeoPackage Core
GEOPACKAGE_EXTENDED_EXTENSION - Static variable in class mil.nga.geopackage.GeoPackageConstants
Deprecated.
in GeoPackage version 1.2
GEOPACKAGE_EXTENSION - Static variable in class mil.nga.geopackage.GeoPackageConstants
Extension to GeoPackage files
GeoPackageConstants - Class in mil.nga.geopackage
GeoPackage constants
GeoPackageConstants() - Constructor for class mil.nga.geopackage.GeoPackageConstants
 
GeoPackageCore - Interface in mil.nga.geopackage
A single GeoPackage database connection
GeoPackageCoreCache<T extends GeoPackageCore> - Class in mil.nga.geopackage
Abstract GeoPackage Core Cache for maintaining and reusing open GeoPackage connections
GeoPackageCoreCache() - Constructor for class mil.nga.geopackage.GeoPackageCoreCache
Constructor
GeoPackageCoreConnection - Class in mil.nga.geopackage.db
GeoPackage Connection used to define common functionality within different connection types
GeoPackageCoreConnection() - Constructor for class mil.nga.geopackage.db.GeoPackageCoreConnection
 
GeoPackageCoreImpl - Class in mil.nga.geopackage.factory
A single GeoPackage database connection implementation
GeoPackageCoreImpl(String, String, GeoPackageCoreConnection, GeoPackageTableCreator, boolean) - Constructor for class mil.nga.geopackage.factory.GeoPackageCoreImpl
Constructor
GeoPackageDataType - Enum in mil.nga.geopackage.db
GeoPackage Data Types (non Geometry) for database columns as defined in Requirement 5 of the GeoPackage spec.
GeoPackageException - Exception in mil.nga.geopackage
GeoPackage exception
GeoPackageException() - Constructor for exception mil.nga.geopackage.GeoPackageException
Constructor
GeoPackageException(String) - Constructor for exception mil.nga.geopackage.GeoPackageException
Constructor
GeoPackageException(String, Throwable) - Constructor for exception mil.nga.geopackage.GeoPackageException
Constructor
GeoPackageException(Throwable) - Constructor for exception mil.nga.geopackage.GeoPackageException
Constructor
GeoPackageExtensions - Class in mil.nga.geopackage.extension
GeoPackage extension management class for deleting extensions for a table or in a GeoPackage
GeoPackageExtensions() - Constructor for class mil.nga.geopackage.extension.GeoPackageExtensions
 
GeoPackageGeometryData - Class in mil.nga.geopackage.geom
GeoPackage Geometry Data
GeoPackageGeometryData(long) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
Constructor
GeoPackageGeometryData(byte[]) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
Constructor
GeoPackageIOUtils - Class in mil.nga.geopackage.io
Input / Output utility methods
GeoPackageIOUtils() - Constructor for class mil.nga.geopackage.io.GeoPackageIOUtils
 
GeoPackageProgress - Interface in mil.nga.geopackage.io
GeoPackage Progress interface for receiving progress information and handling cancellations
GeoPackageProperties - Class in mil.nga.geopackage.property
GeoPackage property loader
GeoPackageProperties() - Constructor for class mil.nga.geopackage.property.GeoPackageProperties
 
GeoPackageTableCreator - Class in mil.nga.geopackage.db
Executes database scripts to create GeoPackage tables
GeoPackageTableCreator(GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.db.GeoPackageTableCreator
Constructor
GeoPackageValidate - Class in mil.nga.geopackage.validate
Performs GeoPackage validations
GeoPackageValidate() - Constructor for class mil.nga.geopackage.validate.GeoPackageValidate
 
get(String, String, String) - Method in class mil.nga.geopackage.extension.BaseExtension
Get the extension for the name, table name, and column name
get() - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Get the tile scaling
get(String) - Method in class mil.nga.geopackage.GeoPackageCoreCache
Get the GeoPackage with name
getAlgorithm() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the interpolation algorithm
getApplicationId() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Get the application id
getApplicationId() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the application id
getApplicationId() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the application id
getApproximateZoomLevel(double[], double[], List<TileMatrix>, double) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
Get the approximate zoom level for the provided length in the default units.
getApproximateZoomLevel(double[], double[], List<TileMatrix>, double, double) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
Get the approximate zoom level for the provided width and height in the default units.
getAttributesTables() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the attributes tables
getAttributesTables() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the attributes tables
getAuthName() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
getAuthor() - Method in class mil.nga.geopackage.extension.Extensions
Get the author from the beginning of the extension name
getAuthor(String) - Static method in class mil.nga.geopackage.extension.Extensions
Get the author from the beginning of the extension name
getAuthSrid() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
getBicubicInterpolationValue(Double[][], CoverageDataSourcePixel, CoverageDataSourcePixel) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the bicubic interpolation coverage data value from the 4 x 4 coverage data values
getBicubicInterpolationValue(Double[][], float, float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the bicubic interpolation coverage data value from the 4 x 4 coverage data values
getBicubicInterpolationValue(GriddedTile, TImage, Double[][], Double[][], Double[][], int, int, float, float, float, float, float, float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the bicubic interpolation coverage data value
getBilinearInterpolationValue(CoverageDataSourcePixel, CoverageDataSourcePixel, Double[][]) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the Bilinear Interpolation coverage data value
getBilinearInterpolationValue(float, float, float, float, float, float, Double[][]) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the Bilinear Interpolation coverage data value
getBilinearInterpolationValue(float, float, float, float, float, float, Double, Double, Double, Double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the Bilinear Interpolation coverage data value
getBilinearInterpolationValue(GriddedTile, TImage, Double[][], Double[][], Double[][], int, int, float, float, float, float, float, float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the bilinear interpolation coverage data value
getBlob(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
Returns the value of the requested column as a byte array.
getBooleanProperty(String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a required boolean by key
getBooleanProperty(String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a boolean by key
getBoundingBox() - Method in class mil.nga.geopackage.core.contents.Contents
Get a bounding box
getBoundingBox() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataRequest
Get the bounding box
getBoundingBox() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
Get a bounding box
getBoundingBox(int, int, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile bounding box from the Google Maps API tile coordinates and zoom level
getBoundingBox(BoundingBox, TileMatrix, long, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the bounding box of the tile column and row in the tile matrix using the total bounding box with constant units
getBoundingBox(BoundingBox, long, long, long, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the bounding box of the tile column and row in the tile width and height bounds using the total bounding box with constant units
getBoundingBox(BoundingBox, TileMatrix, TileGrid) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the bounding box of the tile grid in the tile matrix using the total bounding box with constant units
getBoundingBox(BoundingBox, long, long, TileGrid) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the bounding box of the tile grid in the tile width and height bounds using the total bounding box with constant units
getBoundingBox() - Method in class mil.nga.geopackage.user.UserCoreDao
Get the bounding box of the user table data
getByteOrder() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the byte order
getBytes() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the bytes of the entire GeoPackage geometry including GeoPackage header and WKB bytes
getClassType() - Method in enum mil.nga.geopackage.db.GeoPackageDataType
Get the Java class type
getClosestZoomLevel(double[], double[], List<TileMatrix>, double) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
Get the closest zoom level for the provided width and height in the default units
getClosestZoomLevel(double[], double[], List<TileMatrix>, double, double) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
Get the closest zoom level for the provided width and height in the default units
getCode() - Method in enum mil.nga.geopackage.metadata.MetadataScopeType
 
getColumn(int) - Method in class mil.nga.geopackage.user.UserCoreRow
Get the column at the index
getColumn(String) - Method in class mil.nga.geopackage.user.UserCoreRow
Get the column of the column name
getColumn(int) - Method in class mil.nga.geopackage.user.UserTable
Get the column at the index
getColumn(String) - Method in class mil.nga.geopackage.user.UserTable
Get the column of the column name
getColumnIndex(String) - Method in interface mil.nga.geopackage.user.UserCoreResult
Returns the zero-based index for the given column name, or -1 if the column doesn't exist.
getColumnIndex(String) - Method in class mil.nga.geopackage.user.UserCoreRow
Get the index of the column name
getColumnIndex(String) - Method in class mil.nga.geopackage.user.UserTable
Get the column index of the column name
getColumnName() - Method in class mil.nga.geopackage.extension.Extensions
Get the column name
getColumnName() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Get the column name
getColumnName() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
getColumnName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
getColumnName() - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
getColumnName() - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
getColumnName() - Method in class mil.nga.geopackage.schema.TableColumnKey
 
getColumnName(int) - Method in class mil.nga.geopackage.user.UserCoreRow
Get the column name at the index
getColumnName(int) - Method in class mil.nga.geopackage.user.UserTable
Get the column name at the index
getColumnNames() - Method in class mil.nga.geopackage.user.UserCoreRow
Get the column names
getColumnNames() - Method in class mil.nga.geopackage.user.UserTable
Get the array of column names
getColumns(DataColumnsDao) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
getColumns() - Method in class mil.nga.geopackage.user.UserTable
Get the list of columns
getColumns() - Method in class mil.nga.geopackage.user.UserUniqueConstraint
Get the columns
getConnectionSource() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Get a connection source
getConstraintName() - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
getConstraintName() - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
getConstraints(DataColumnConstraintsDao) - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
getConstraintType() - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
getContents() - Method in class mil.nga.geopackage.attributes.AttributesTable
Get the contents
getContents(ContentsDataType) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Get contents by data type
getContents() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getContents() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the contents
getContents() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
getContents() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
getContents() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
getContents() - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
getContents() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
getContents() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
getContentsDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Contents DAO
getContentsDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Contents DAO
getCoordDimension() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
getCount() - Method in interface mil.nga.geopackage.user.UserCoreResult
Get the count of results
getCoverageBoundingBox() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data bounding box
getCoverageProjection() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data projection
getCubicInterpolationValue(Double[], double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Interpolate 4 values using the offset between value1 and value2
getCubicInterpolationValue(Double, Double, Double, Double, double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Interpolate 4 values using the offset between value1 and value2
getDao() - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Get the feature tile link DAO
getDao() - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Get the tile scaling DAO
getDatabase() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the SQLite database
getDatabase() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the SQLite database
getDatabase() - Method in class mil.nga.geopackage.user.UserCoreDao
Get the database
getDataColumn(String, String) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
Get DataColumn by column name and table name
getDataColumnConstraintsDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Data Column Constraints DAO
getDataColumnConstraintsDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Data Column Constraints DAO
getDataColumnsDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Data Columns DAO
getDataColumnsDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Data Columns DAO
getDataNull() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the data null value
getDataNull() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the value that indicates NULL
getDataType() - Method in class mil.nga.geopackage.core.contents.Contents
 
getDataType() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the data type
getDataType() - Method in class mil.nga.geopackage.user.UserColumn
When not a geometry column, gets the data type
getDataTypeString() - Method in class mil.nga.geopackage.core.contents.Contents
Get the data type string value
getDb() - Method in class mil.nga.geopackage.user.UserCoreDao
Get the database connection
getDefaultValue() - Method in class mil.nga.geopackage.user.UserColumn
Get the default value
getDefinition() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getDefinition() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
getDefinition(long) - Method in class mil.nga.geopackage.extension.CrsWktExtension
Get the extension definition
getDefinition() - Method in class mil.nga.geopackage.extension.Extensions
Get the definition
getDefinition() - Method in enum mil.nga.geopackage.metadata.MetadataScopeType
 
getDefinition_12_063() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getDefinition_12_063(long) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Query to get the definition 12 063 value if the extension exists
getDescription() - Method in class mil.nga.geopackage.core.contents.Contents
 
getDescription() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getDescription() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
getDescription() - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
getDescription() - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
getDouble(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
Returns the value of the requested column as an double.
getEncoding() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the value pixel encoding type
getEnvelope() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the geometry envelope
getExtension() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Get the extension
getExtension() - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Get the extension
getExtension() - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Get the extension
getExtensionName() - Method in class mil.nga.geopackage.extension.Extensions
Get the extension name
getExtensionName(GeometryType) - Static method in class mil.nga.geopackage.extension.GeometryExtensions
Get the extension name of a GeoPackage extension Geometry
getExtensionName(String, GeometryType) - Static method in class mil.nga.geopackage.extension.GeometryExtensions
Deprecated.
as of 1.2.1, On August 15, 2016 the GeoPackage SWG voted to remove this extension from the standard due to interoperability concerns. (GeoPackage version 1.2)
getExtensionNameNoAuthor() - Method in class mil.nga.geopackage.extension.Extensions
Get the extension name with the author prefix removed
getExtensionNameNoAuthor(String) - Static method in class mil.nga.geopackage.extension.Extensions
Get the extension name with the author prefix removed
getExtensionsDao() - Method in class mil.nga.geopackage.extension.BaseExtension
Get the Extensions DAO
getExtensionsDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get an Extensions DAO
getExtensionsDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get an Extensions DAO
getFeatureAndTileTables() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the feature and tile tables
getFeatureAndTileTables() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the feature and tile tables
getFeatureTableName() - Method in class mil.nga.geopackage.extension.link.FeatureTileLink
Get the feature table name
getFeatureTableName() - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkKey
Get the feature table name
getFeatureTables() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the feature tables
getFeatureTables() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
Get all the feature table names
getFeatureTables() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the feature tables
getFeatureTablesForTileTable(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Query for the feature table names linked to a tile table
getFeatureTileLinkDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Feature Tile Link DAO
getFeatureTileLinkDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Feature Tile Link DAO
getFGeometryColumn() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
getFieldName() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the field name
getFileExtension(File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Get the file extension
getFileId() - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
getFileNameWithoutExtension(File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Get the file name with the extension removed
getFloat(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
Returns the value of the requested column as an float.
getFloatPixelValue(GriddedTile, Double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the pixel value of the coverage data value
getFloatProperty(String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a required float by key
getFloatProperty(String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a float by key
getFloatValue(UserCoreResult<?, ?, ?>, int, GeoPackageDataType) - Static method in class mil.nga.geopackage.user.UserCoreResultUtils
Get the float value from the cursor of the column
getFTableName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
getGeometry() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the geometry
getGeometryColumn() - Method in class mil.nga.geopackage.features.user.FeatureTable
Get the geometry feature column
getGeometryColumnIndex() - Method in class mil.nga.geopackage.features.user.FeatureTable
Get the geometry column index
getGeometryColumns() - Method in class mil.nga.geopackage.core.contents.Contents
Get the Geometry Columns, should only return one or no value
getGeometryColumns() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getGeometryColumnsDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Geometry Columns DAO
getGeometryColumnsDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Geometry Columns DAO
getGeometryColumnsSfSqlDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a SF/SQL Geometry Columns DAO
getGeometryColumnsSfSqlDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a SF/SQL Geometry Columns DAO
getGeometryColumnsSqlMmDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a SQL/MM Geometry Columns DAO
getGeometryColumnsSqlMmDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a SQL/MM Geometry Columns DAO
getGeometryIndexDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Geometry Index DAO
getGeometryIndexDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Geometry Index DAO
getGeometryIndices() - Method in class mil.nga.geopackage.extension.index.TableIndex
Get the Geometry Indices
getGeometryType() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
getGeometryType() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
getGeometryType() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
getGeometryType() - Method in class mil.nga.geopackage.features.user.FeatureColumn
When a geometry column, gets the geometry type
getGeometryTypeCode() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
getGeometryTypeName() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
getGeometryTypeName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
getGeomId() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the geometry id
getGeomId() - Method in class mil.nga.geopackage.extension.index.GeometryIndexKey
Get the geometry id
getGeoPackage() - Method in class mil.nga.geopackage.extension.BaseExtension
Get the GeoPackage
getGeoPackage() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Get the GeoPackage
getGeoPackage() - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Get the GeoPackage
getGeoPackage() - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Get the GeoPackage
getGeoPackages() - Method in class mil.nga.geopackage.GeoPackageCoreCache
Get the cached GeoPackages
getGridCellEncoding() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the grid cell encoding
getGridCellEncodingType() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the grid cell encoding type
getGriddedCoverage() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the gridded coverage
getGriddedCoverageDao() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the Gridded Coverage DAO
getGriddedCoverageDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a 2D Gridded Coverage DAO
getGriddedCoverageDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a 2D Gridded Coverage DAO
getGriddedTile() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the gridded tile
getGriddedTile(long) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the gridded tile by id
getGriddedTileDao() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the Gridded Tile DAO
getGriddedTileDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a 2D Gridded Tile DAO
getGriddedTileDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a 2D Gridded Tile DAO
getHeaderByteBuffer() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the GeoPackage header bytes already ordered in a Byte Buffer
getHeaderBytes() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the GeoPackage header bytes
getHeight() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the requested coverage data height
getHeight() - Method in interface mil.nga.geopackage.extension.coverage.CoverageDataImage
Get the height
getHeight() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataResults
Get the results height
getId() - Method in class mil.nga.geopackage.core.contents.Contents
 
getId() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getId() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
getId() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
getId() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the id
getId() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the id
getId() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the id
getId() - Method in class mil.nga.geopackage.extension.link.FeatureTileLink
Get the id
getId() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
Get the id
getId() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
Get the id
getId() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
Get the id
getId() - Method in class mil.nga.geopackage.metadata.Metadata
 
getId() - Method in class mil.nga.geopackage.schema.columns.DataColumns
Get the id
getId() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
Get the tile matrix id
getId() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
getId() - Method in class mil.nga.geopackage.user.UserCoreRow
Get the id value, which is the value of the primary key
getIdentifier() - Method in class mil.nga.geopackage.core.contents.Contents
 
getIndex() - Method in class mil.nga.geopackage.user.UserColumn
Get the index
getIndicator(GeometryEnvelope) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the envelope flag indicator 1 for xy, 2 for xyz, 3 for xym, 4 for xyzm (null would be 0)
getInt(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
Returns the value of the requested column as an int.
getIntegerProperty(String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a required integer property by key
getIntegerProperty(String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get an integer property by key
getIntegerProperty(String, String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a required integer property by base property and property name
getIntegerProperty(String, String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get an integer property by base property and property name
getIntegerValue(UserCoreResult<?, ?, ?>, int, GeoPackageDataType) - Static method in class mil.nga.geopackage.user.UserCoreResultUtils
Get the integer value from the cursor of the column
getLastChange() - Method in class mil.nga.geopackage.core.contents.Contents
 
getLastIndexed() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Get the date last indexed
getLastIndexed() - Method in class mil.nga.geopackage.extension.index.TableIndex
Get the last indexed date
getLatitudeFromPixel(long, BoundingBox, float) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the latitude from the pixel location, bounding box, and image height
getLink(String, String) - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Get the feature and tile table link if it exists
getLong(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
Returns the value of the requested column as an long.
getLongitudeFromPixel(long, BoundingBox, float) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the longitude from the pixel location, bounding box, and image width
getM() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
getMatrixHeight() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
getMatrixWidth() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
getMax() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
Get the max
getMax() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the maximum value of this tile
getMax() - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
getMax() - Method in class mil.nga.geopackage.user.UserColumn
Get the max
getMaxIsInclusive() - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
getMaxLatitude() - Method in class mil.nga.geopackage.BoundingBox
 
getMaxLength(double[], double[]) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
Get the max distance length that matches the tile widths and heights
getMaxLongitude() - Method in class mil.nga.geopackage.BoundingBox
 
getMaxM() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the max m
getMaxX() - Method in class mil.nga.geopackage.core.contents.Contents
 
getMaxX() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the max x
getMaxX() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
getMaxX() - Method in class mil.nga.geopackage.tiles.TileGrid
Get the max x
getMaxY() - Method in class mil.nga.geopackage.core.contents.Contents
 
getMaxY() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the max y
getMaxY() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
getMaxY() - Method in class mil.nga.geopackage.tiles.TileGrid
Get the max y
getMaxZ() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the max z
getMean() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the arithmetic mean of values in this tile
getMetadata() - Method in class mil.nga.geopackage.metadata.Metadata
 
getMetadata() - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
getMetadataDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Metadata DAO
getMetadataDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Metadata DAO
getMetadataReferenceDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Metadata Reference DAO
getMetadataReferenceDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Metadata Reference DAO
getMetadataScope() - Method in class mil.nga.geopackage.metadata.Metadata
 
getMimeType() - Method in class mil.nga.geopackage.metadata.Metadata
 
getMimeType() - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
getMin() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
Get the min
getMin() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the minimum value of this tile
getMin() - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
getMinIsInclusive() - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
getMinLatitude() - Method in class mil.nga.geopackage.BoundingBox
 
getMinLength(double[], double[]) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
Get the min distance length that matches the tile widths and heights
getMinLongitude() - Method in class mil.nga.geopackage.BoundingBox
 
getMinM() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the min m
getMinX() - Method in class mil.nga.geopackage.core.contents.Contents
 
getMinX() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the min x
getMinX() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
getMinX() - Method in class mil.nga.geopackage.tiles.TileGrid
Get the min x
getMinY() - Method in class mil.nga.geopackage.core.contents.Contents
 
getMinY() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the min y
getMinY() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
getMinY() - Method in class mil.nga.geopackage.tiles.TileGrid
Get the min y
getMinZ() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the min z
getName() - Method in enum mil.nga.geopackage.core.contents.ContentsDataType
Get the name
getName() - Method in enum mil.nga.geopackage.extension.coverage.GriddedCoverageDataType
Get the name
getName() - Method in enum mil.nga.geopackage.extension.coverage.GriddedCoverageEncodingType
Get the name
getName() - Method in enum mil.nga.geopackage.extension.scale.TileScalingType
Get the name
getName() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the GeoPackage name
getName() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the GeoPackage name
getName() - Method in enum mil.nga.geopackage.metadata.MetadataScopeType
 
getName() - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
getName() - Method in class mil.nga.geopackage.user.UserColumn
Get the name
getNames() - Method in class mil.nga.geopackage.GeoPackageCoreCache
Get the names of the cached GeoPackages
getNearestNeighbors(float, float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Determine the nearest neighbors of the source pixel, sorted by closest to farthest neighbor
getNearestNeighborValue(GriddedTile, TImage, Double[][], Double[][], Double[][], int, int, float, float, float, float, float, float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the nearest neighbor coverage data value
getOffset() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
Get the offset
getOffset() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the offset
getOffset() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the offset
getOrCreate(String, String, String, String, ExtensionScopeType) - Method in class mil.nga.geopackage.extension.BaseExtension
Get the extension or create as needed
getOrCreate() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get or create the extension
getOrCreate() - Method in class mil.nga.geopackage.extension.CrsWktExtension
Get or create the extension
getOrCreate(String, String, GeometryType) - Method in class mil.nga.geopackage.extension.GeometryExtensions
Get or create the extension, non-linear geometry type
getOrCreate(String, String, String, GeometryType) - Method in class mil.nga.geopackage.extension.GeometryExtensions
Deprecated.
as of 1.2.1, On August 15, 2016 the GeoPackage SWG voted to remove this extension from the standard due to interoperability concerns. (GeoPackage version 1.2)
getOrCreate() - Method in class mil.nga.geopackage.extension.MetadataExtension
Get or create the extension
getOrCreate(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Get or create the extension
getOrCreate(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Get or create the extension
getOrCreate() - Method in class mil.nga.geopackage.extension.SchemaExtension
Get or create the extension
getOrCreate(String) - Method in class mil.nga.geopackage.extension.WebPExtension
Get or create the extension
getOrCreate(String) - Method in class mil.nga.geopackage.extension.ZoomOtherExtension
Get or create the extension
getOrCreateCode(String, long) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Get or Create the Spatial Reference System for the provided organization and id
getOrCreateFromEpsg(long) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Get or Create the Spatial Reference System for the provided epsg
getOrganization() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getOrganization() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
getOrganizationCoordsysId() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getOrganizationCoordsysId() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
getParentId() - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
getParentMetadata() - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
getPath() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the GeoPackage path
getPath() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the GeoPackage path
getPixel() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
Get the pixel
getPixelValue(short[], int, int, int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the pixel value as an "unsigned short" at the coordinate from the "unsigned short" pixel values
getPixelValue(int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the "unsigned short" value from the unsigned 16 bit integer pixel value
getPixelValue(GriddedTile, Double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the "unsigned short" pixel value of the coverage data value
getPixelValue(float[], int, int, int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the pixel value at the coordinate from the pixel values
getPixelXSize() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
getPixelXSize(BoundingBox, long, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the pixel x size for the bounding box with matrix width and tile width
getPixelYSize() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
getPixelYSize(BoundingBox, long, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the pixel y size for the bounding box with matrix height and tile height
getPkColumn() - Method in class mil.nga.geopackage.user.UserCoreRow
Get the primary key column
getPkColumn() - Method in class mil.nga.geopackage.user.UserTable
Get the primary key column
getPkColumnIndex() - Method in class mil.nga.geopackage.user.UserCoreRow
Get the primary key column index
getPkColumnIndex() - Method in class mil.nga.geopackage.user.UserTable
Get the primary key column index
getPkWhere(long) - Method in class mil.nga.geopackage.user.UserCoreDao
Get the primary key where clause
getPkWhereArgs(long) - Method in class mil.nga.geopackage.user.UserCoreDao
Get the primary key where args
getPosition() - Method in interface mil.nga.geopackage.user.UserCoreResult
Get the current position
getPrecision() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the precision
getProjectedBoundingBox() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataRequest
Get the projected bounding box
getProjectedBoundingBox(Long, int, int, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the Projected tile bounding box from the Google Maps API tile coordinates and zoom level
getProjectedBoundingBox(String, Long, int, int, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the Projected tile bounding box from the Google Maps API tile coordinates and zoom level
getProjectedBoundingBox(Projection, long, long, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the Projected tile bounding box from the Google Maps API tile coordinates and zoom level
getProjectedBoundingBox(Long, TileGrid, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the Projected tile bounding box from the Google Maps API tile tileGrid and zoom level
getProjectedBoundingBox(String, Long, TileGrid, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the Projected tile bounding box from the Google Maps API tile tileGrid and zoom level
getProjectedBoundingBox(Projection, TileGrid, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the Projected tile bounding box from the Google Maps API tile grid and zoom level
getProjection() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
Get the projection for the Spatial Reference System
getProjection() - Method in class mil.nga.geopackage.user.UserCoreDao
Get the projection
getProperty(String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a required property by key
getProperty(String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a property by key
getProperty(String, String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a required property by base property and property name
getProperty(String, String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
Get a property by base property and property name
getQuantityDefinition() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the quantity definition
getReferenceScope() - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
getRequestProjection() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the request projection
getRow(int[], Object[]) - Method in interface mil.nga.geopackage.user.UserCoreResult
Get a row using the column types and values
getRow() - Method in interface mil.nga.geopackage.user.UserCoreResult
Get the row at the current cursor position
getRowColumnType(int) - Method in class mil.nga.geopackage.user.UserCoreRow
Get the Cursor column data type at the index
getRowColumnType(String) - Method in class mil.nga.geopackage.user.UserCoreRow
Get the Cursor column data type of the column name
getRowColumnTypes() - Method in class mil.nga.geopackage.user.UserCoreRow
Get the row column data types
getRowIdValue() - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
getRowOrLock(long) - Method in class mil.nga.geopackage.user.UserRowSync
Get the row if another same id request has been made by waiting until the row has been set.
getScale() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the scale
getScale() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the scale
getScalingType() - Method in class mil.nga.geopackage.extension.scale.TileScaling
Get the tile scaling type
getScalingTypeString() - Method in class mil.nga.geopackage.extension.scale.TileScaling
Get the tile scaling type string value
getScope() - Method in class mil.nga.geopackage.extension.Extensions
Get the extension scope type
getShort(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
Returns the value of the requested column as an short.
getSingleton() - Static method in class mil.nga.geopackage.persister.DatePersister
Get the singleton instance
getSpatialReferenceSystemDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Spatial Reference System DAO
getSpatialReferenceSystemDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Spatial Reference System DAO
getSpatialReferenceSystemSfSqlDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a SF/SQL Spatial Reference System DAO
getSpatialReferenceSystemSfSqlDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a SF/SQL Spatial Reference System DAO
getSpatialReferenceSystemSqlMmDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a SQL/MM Spatial Reference System DAO
getSpatialReferenceSystemSqlMmDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a SQL/MM Spatial Reference System DAO
getSrid() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
getSrid() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
getSrs() - Method in class mil.nga.geopackage.core.contents.Contents
 
getSrs() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
getSrs() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
getSrs() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
getSrs() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
getSrsId() - Method in class mil.nga.geopackage.core.contents.Contents
 
getSrsId() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getSrsId() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
getSrsId() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
getSrsId() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
getSrsId() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the srs id
getSrsId() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
getSrsName() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getSrsName() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
getSrsName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
getSrtext() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
getStandardDeviation() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the standard deviation of values in this tile
getStandardUri() - Method in class mil.nga.geopackage.metadata.Metadata
 
getString(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
Returns the value of the requested column as a String.
getTable() - Method in class mil.nga.geopackage.user.UserCoreDao
Get the table
getTable() - Method in interface mil.nga.geopackage.user.UserCoreResult
Get the table
getTable() - Method in class mil.nga.geopackage.user.UserCoreRow
Get the table
getTableId() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the table id
getTableIndex() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Get the table index
getTableIndex() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the table index
getTableIndexDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Table Index DAO
getTableIndexDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Table Index DAO
getTableName() - Method in class mil.nga.geopackage.core.contents.Contents
 
getTableName() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Get the name of tile pyramid user data table
getTableName() - Method in class mil.nga.geopackage.extension.Extensions
Get the table name
getTableName() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Get the table name
getTableName() - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Get the table name
getTableName() - Method in class mil.nga.geopackage.extension.index.GeometryIndexKey
Get the table name
getTableName() - Method in class mil.nga.geopackage.extension.index.TableIndex
Get the table name
getTableName() - Method in class mil.nga.geopackage.extension.scale.TileScaling
Get the table name of the tile table
getTableName() - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Get the table name
getTableName() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
getTableName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
getTableName() - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
getTableName() - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
getTableName() - Method in class mil.nga.geopackage.schema.TableColumnKey
 
getTableName() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
getTableName() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
 
getTableName() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
getTableName() - Method in class mil.nga.geopackage.user.UserCoreDao
Get the table name
getTableName() - Method in class mil.nga.geopackage.user.UserTable
Get the table name
getTables(ContentsDataType) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Get table names by data type
getTables() - Method in class mil.nga.geopackage.core.contents.ContentsDao
Get table names
getTables(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data tile tables
getTables(ContentsDataType) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the tables for the contents data type
getTables() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get all tables
getTables(ContentsDataType) - Method in interface mil.nga.geopackage.GeoPackageCore
Get the tables for the contents data type
getTables() - Method in interface mil.nga.geopackage.GeoPackageCore
Get all tables
getTileColumn(BoundingBox, long, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile column of the longitude in constant units
getTileColumnColumn() - Method in class mil.nga.geopackage.tiles.user.TileTable
Get the tile column column
getTileColumnColumnIndex() - Method in class mil.nga.geopackage.tiles.user.TileTable
Get the tile column column index
getTileDataColumn() - Method in class mil.nga.geopackage.tiles.user.TileTable
Get the tile data column
getTileDataColumnIndex() - Method in class mil.nga.geopackage.tiles.user.TileTable
Get the tile data column index
getTileGrid(Point, int, Projection) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile grid for the location specified as the projection
getTileGrid(BoundingBox, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile grid that includes the entire tile bounding box
getTileGrid(BoundingBox, long, long, BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile grid
getTileGridFromWGS84(Point, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile grid for the location specified as WGS84
getTileGridWGS84(BoundingBox, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile grid that includes the entire tile bounding box
getTileHeight() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
getTileMatrix() - Method in class mil.nga.geopackage.core.contents.Contents
Get the Tile Matrix collection
getTileMatrix() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataResults
Get the tile matrix used to find the coverage data values
getTileMatrixDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Tile Matrix DAO
getTileMatrixDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Tile Matrix DAO
getTileMatrixSet() - Method in class mil.nga.geopackage.core.contents.Contents
Get the Tile Matrix Set, should only return one or no value
getTileMatrixSet() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
getTileMatrixSet() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the Tile Matrix Set
getTileMatrixSet() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the tile matrix set
getTileMatrixSetDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Tile Matrix Set DAO
getTileMatrixSetDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Tile Matrix Set DAO
getTileMatrixSetName() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the tile matrix set name
getTileRow(BoundingBox, long, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile row of the latitude in constant units
getTileRowColumn() - Method in class mil.nga.geopackage.tiles.user.TileTable
Get the tile row column
getTileRowColumnIndex() - Method in class mil.nga.geopackage.tiles.user.TileTable
Get the tile row column index
getTileScalingDao() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get a Tile Scaling DAO
getTileScalingDao() - Method in interface mil.nga.geopackage.GeoPackageCore
Get a Tile Scaling DAO
getTileTableName() - Method in class mil.nga.geopackage.extension.link.FeatureTileLink
Get the tile table name
getTileTableName() - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkKey
Get the tile table name
getTileTables() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the tile tables
getTileTables() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the tile tables
getTileTables() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSetDao
Get all the tile table names
getTileTablesForFeatureTable(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Query for the tile table names linked to a feature table
getTileWidth() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
getTimestamp() - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
getTitle() - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
getTolerance() - Method in class mil.nga.geopackage.user.ColumnValue
 
getTransformation(Projection) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
Get the projection transform from the provided projection to the Spatial Reference System projection
getType(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
Returns data type of the given column's value
getTypeName() - Method in class mil.nga.geopackage.features.user.FeatureColumn
Get the database type name
getTypeName() - Method in class mil.nga.geopackage.user.UserColumn
Get the database type name
getUniqueConstraints() - Method in class mil.nga.geopackage.user.UserTable
Get the unique constraints
getUnsignedPixelValue(short[], int, int, int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the pixel value as a 16 bit unsigned value as an integer
getUnsignedPixelValue(int[], int, int, int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the pixel value as a 16 bit unsigned value at the coordinate from the 16 bit unsigned pixel values
getUnsignedPixelValue(short) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the unsigned pixel value.
getUnsignedPixelValue(GriddedTile, Double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the unsigned 16 bit integer pixel value of the coverage data value
getUnsignedPixelValues(short[]) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the unsigned pixel values.
getUom() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Get the units of measure
getUserDb() - Method in class mil.nga.geopackage.user.UserCoreDao
Get the user database connection
getUserVersion() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Get the user version
getUserVersion() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the user version
getUserVersion() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the user version
getUserVersionMajor() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the major user version
getUserVersionMajor() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the major user version
getUserVersionMinor() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the minor user version
getUserVersionMinor() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the minor user version
getUserVersionPatch() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Get the patch user version
getUserVersionPatch() - Method in interface mil.nga.geopackage.GeoPackageCore
Get the patch user version
getValue(GriddedTile, TImage, int, int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data value from the image at the coordinate
getValue(GriddedTile, short) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data value for the "unsigned short" pixel value
getValue(GriddedTile, int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data value for the unsigned short pixel value
getValue(GriddedTile, float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data value for the pixel value
getValue(double, double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data value at the coordinate
getValue(int, int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataResults
Get the coverage data value at the row and column
getValue() - Method in enum mil.nga.geopackage.extension.ExtensionScopeType
Get the value
getValue() - Method in enum mil.nga.geopackage.metadata.reference.ReferenceScopeType
Get the value
getValue() - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
getValue() - Method in enum mil.nga.geopackage.schema.constraints.DataColumnConstraintType
Get the value
getValue() - Method in class mil.nga.geopackage.user.ColumnValue
 
getValue(TColumn) - Method in interface mil.nga.geopackage.user.UserCoreResult
Get the value for the column
getValue(int, GeoPackageDataType) - Method in interface mil.nga.geopackage.user.UserCoreResult
Get the value for the column
getValue(UserCoreResult<?, ?, ?>, int, GeoPackageDataType) - Static method in class mil.nga.geopackage.user.UserCoreResultUtils
Get the value from the cursor from the provided column
getValue(int) - Method in class mil.nga.geopackage.user.UserCoreRow
Get the value at the index
getValue(String) - Method in class mil.nga.geopackage.user.UserCoreRow
Get the value of the column name
getValues(CoverageDataRequest, Integer, Integer) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the requested coverage data values with the requested width and height
getValues(GriddedTile, short[]) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data values from the "unsigned short" pixel values
getValues(GriddedTile, int[]) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data values from the "unsigned short" pixel values
getValues(GriddedTile, float[]) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data values from the pixel values
getValues(BoundingBox) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data values within the bounding box
getValues(BoundingBox, Integer, Integer) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the coverage data values within the bounding box with the requested width and height result size
getValues(CoverageDataRequest) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the requested coverage data values
getValues() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataResults
Get the double array of coverage data values stored as [row][column]
getValues() - Method in class mil.nga.geopackage.user.UserCoreRow
Get the row values
getValuesUnbounded(CoverageDataRequest) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the requested unbounded coverage data values.
getValuesUnbounded(BoundingBox) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the unbounded coverage data values within the bounding box.
getWebMercatorBoundingBox(long, long, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the Web Mercator tile bounding box from the Google Maps API tile coordinates and zoom level
getWebMercatorBoundingBox(TileGrid, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the Web Mercator tile bounding box from the Google Maps API tile grid and zoom level
getWGS84BoundingBox(TileGrid, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the WGS84 tile bounding box from the tile grid and zoom level
getWidth() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the requested coverage data width
getWidth() - Method in interface mil.nga.geopackage.extension.coverage.CoverageDataImage
Get the width
getWidth() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataResults
Get the results width
getWkbByteBuffer() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the Well-Known Binary Geometry bytes already ordered in a Byte Buffer
getWkbBytes() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Get the Well-Known Binary Geometry bytes
getWkbGeometryIndex() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Return the byte index where the Well-Known Binary bytes start
getXPixel(long, BoundingBox, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the X pixel for where the longitude fits into the bounding box
getXSource(int, float, float, float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Determine the x source pixel location
getXSourceMinAndMax(float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the min, max, and offset of the source X pixel
getYAsOppositeTileFormat(int, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the standard y tile location as TMS or a TMS y location as standard
getYPixel(long, BoundingBox, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the Y pixel for where the latitude fits into the bounding box
getYSource(int, float, float, float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Determine the y source pixel location
getYSourceMinAndMax(float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Get the min, max, and offset of the source Y pixel
getZ() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
getZoomIn() - Method in class mil.nga.geopackage.extension.scale.TileScaling
Get the max levels to zoom in
getZoomLevel() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataResults
Get the zoom level of the results
getZoomLevel() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
getZoomLevel() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
 
getZoomLevel(BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the zoom level of where the web mercator bounding box fits into the complete world
getZoomLevel(double[], double[], List<TileMatrix>, double) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
Get the zoom level for the provided width and height in the default units
getZoomLevel(double[], double[], List<TileMatrix>, double, double) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
Get the zoom level for the provided width and height in the default units
getZoomLevel() - Method in class mil.nga.geopackage.user.UserCoreDao
Get the approximate zoom level of where the bounding box of the user data fits into the world
getZoomLevelColumn() - Method in class mil.nga.geopackage.tiles.user.TileTable
Get the zoom level column
getZoomLevelColumnIndex() - Method in class mil.nga.geopackage.tiles.user.TileTable
Get the zoom level column index
getZoomOut() - Method in class mil.nga.geopackage.extension.scale.TileScaling
Get the max levels to zoom out
GriddedCoverage - Class in mil.nga.geopackage.extension.coverage
Gridded Coverage object
GriddedCoverage() - Constructor for class mil.nga.geopackage.extension.coverage.GriddedCoverage
Default Constructor
GriddedCoverage(GriddedCoverage) - Constructor for class mil.nga.geopackage.extension.coverage.GriddedCoverage
Copy Constructor
GriddedCoverageDao - Class in mil.nga.geopackage.extension.coverage
Gridded Coverage Data Access Object
GriddedCoverageDao(ConnectionSource, Class<GriddedCoverage>) - Constructor for class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
Constructor, required by ORMLite
GriddedCoverageDataType - Enum in mil.nga.geopackage.extension.coverage
Gridded Coverage data type enumeration
GriddedCoverageEncodingType - Enum in mil.nga.geopackage.extension.coverage
Gridded Coverage grid cell encoding type enumeration
GriddedTile - Class in mil.nga.geopackage.extension.coverage
Gridded Tile object, for indexing data within user tables
GriddedTile() - Constructor for class mil.nga.geopackage.extension.coverage.GriddedTile
Default Constructor
GriddedTile(GriddedTile) - Constructor for class mil.nga.geopackage.extension.coverage.GriddedTile
Copy Constructor
GriddedTileDao - Class in mil.nga.geopackage.extension.coverage
Gridded Tile Data Access Object
GriddedTileDao(ConnectionSource, Class<GriddedTile>) - Constructor for class mil.nga.geopackage.extension.coverage.GriddedTileDao
Constructor, required by ORMLite

H

has(String, String, String) - Method in class mil.nga.geopackage.extension.BaseExtension
Determine if the GeoPackage has the extension
has() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Determine if the Tile Matrix Set has the extension
has() - Method in class mil.nga.geopackage.extension.CrsWktExtension
Determine if the GeoPackage has the extension
has(String, String, GeometryType) - Method in class mil.nga.geopackage.extension.GeometryExtensions
Determine if the GeoPackage has the extension, non-linear geometry type
has(String, String, String, GeometryType) - Method in class mil.nga.geopackage.extension.GeometryExtensions
Deprecated.
as of 1.2.1, On August 15, 2016 the GeoPackage SWG voted to remove this extension from the standard due to interoperability concerns. (GeoPackage version 1.2)
has() - Method in class mil.nga.geopackage.extension.MetadataExtension
Determine if the GeoPackage has the extension
has(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Determine if the GeoPackage feature table has the extension
has(String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Determine if the GeoPackage table and column has the extension
has() - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Determine if the GeoPackage has the extension for any table
has() - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Determine if the GeoPackage has the extension
has() - Method in class mil.nga.geopackage.extension.SchemaExtension
Determine if the GeoPackage has the extension
has(String) - Method in class mil.nga.geopackage.extension.WebPExtension
Determine if the GeoPackage has the extension
has(String) - Method in class mil.nga.geopackage.extension.ZoomOtherExtension
Determine if the GeoPackage has the extension
hasDefinition_12_063() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Determine if the SRS table contains the extension definition 12 063 column for CRS WKT
hasGeoPackageExtension(File) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
Check the file extension to see if it is a GeoPackage
hashCode() - Method in class mil.nga.geopackage.BoundingBox
hashCode() - Method in class mil.nga.geopackage.extension.index.GeometryIndexKey
hashCode() - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkKey
hashCode() - Method in class mil.nga.geopackage.schema.TableColumnKey
hashCode() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
hashCode() - Method in class mil.nga.geopackage.tiles.TileGrid
hasId() - Method in class mil.nga.geopackage.user.UserCoreRow
Check if the row has an id value
hasMinimumTables(GeoPackageCore) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
Check the GeoPackage for the minimum required tables
height - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Coverage data results height

I

idExists(GeometryIndexKey) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
idExists(FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
idExists(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
idExists(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
idExists(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
idExists(TableColumnKey) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
idExists(TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
index() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Index the feature table if needed
index(boolean) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Index the feature table
index(TableIndex, long, GeoPackageGeometryData) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Index the geometry id and geometry data
indexTable(TableIndex) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Index the feature table
insert(TRow) - Method in class mil.nga.geopackage.user.UserCoreDao
Inserts a new row
IS_EMPTY_FUNCTION - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Is Empty Function name
isActive() - Method in interface mil.nga.geopackage.io.GeoPackageProgress
Is the process still active
isDataNull(double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Check the pixel value to see if it is the null equivalent
isEmpty() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Is the geometry empty
isExtended() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Is the geometry extended
isExtension(GeometryType) - Static method in class mil.nga.geopackage.extension.GeometryExtensions
Determine if the geometry type is an extension
isFeatureOrTileTable(String) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Check if the table exists as a feature or tile table
isFeatureOrTileTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
Check if the table exists as a feature or tile table
isFeatureTable(String) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Check if the table is a feature table
isFeatureTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
Check if the table is a feature table
isGeometry() - Method in class mil.nga.geopackage.features.user.FeatureColumn
Determine if this column is a geometry
isGeoPackageExtension(GeometryType) - Static method in class mil.nga.geopackage.extension.GeometryExtensions
Determine if the geometry type is a GeoPackage extension
isIndexed() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Determine if the feature table is indexed
isLinked(String, String) - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Determine if the feature table is linked to the tile table
isNonStandard(GeometryType) - Static method in class mil.nga.geopackage.extension.GeometryExtensions
Determine if the geometry type is non standard
isNotNull() - Method in class mil.nga.geopackage.user.UserColumn
Get the is not null flag
isPoint() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataRequest
Is the request for a single point
isPointInBoundingBox(Point, BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Determine if the point is within the bounding box
isPointInBoundingBox(Point, BoundingBox, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Determine if the point is within the bounding box
isPrimaryKey() - Method in class mil.nga.geopackage.user.UserColumn
Get the primary key flag
isSameProjection() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Is the request and coverage data projection the same
isTable(String) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Check if the table exists as a user table
isTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
Check if the table exists as a user table
isTableType(ContentsDataType, String) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Check if the table is the provided type
isTableType(ContentsDataType, String) - Method in interface mil.nga.geopackage.GeoPackageCore
Check if the table is the provided type
isTileTable(String) - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Check if the table is a tile table
isTileTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
Check if the table is a tile table
isWritable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Is the GeoPackage writable
isWritable() - Method in interface mil.nga.geopackage.GeoPackageCore
Is the GeoPackage writable
isZoomIn() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Is the zooming in (higher zoom level values) enabled to find matching coverage data
isZoomIn() - Method in class mil.nga.geopackage.extension.scale.TileScaling
Is zoom in tile search enabled
isZoomInBeforeOut() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Is zooming in (when enabled) performed before zooming out (when enabled)
isZoomOut() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Is the zooming out (lower zoom level values) enabled to find matching coverage data
isZoomOut() - Method in class mil.nga.geopackage.extension.scale.TileScaling
Is zoom out tile search enabled

J

javaToSqlArg(FieldType, Object) - Method in class mil.nga.geopackage.persister.DatePersister

L

link(String, String) - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Link a feature and tile table together.
LOAD_PROPERTY - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Load SQL property
loadRTreeIndex(FeatureTable) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Load the RTree Spatial Index Values
loadRTreeIndex(String, String, String) - Method in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Load the RTree Spatial Index Values
lock - Variable in class mil.nga.geopackage.user.UserRowSync
Synchronous lock

M

max(String, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Get the max result of the column
max(String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Get the max result of the column
MAX_X_FUNCTION - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Max X Function name
MAX_Y_FUNCTION - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Max Y Function name
Metadata - Class in mil.nga.geopackage.metadata
Contains metadata in MIME encodings structured in accordance with any authoritative metadata specification
Metadata() - Constructor for class mil.nga.geopackage.metadata.Metadata
Default Constructor
Metadata(Metadata) - Constructor for class mil.nga.geopackage.metadata.Metadata
Copy Constructor
MetadataDao - Class in mil.nga.geopackage.metadata
Metadata Data Access Object
MetadataDao(ConnectionSource, Class<Metadata>) - Constructor for class mil.nga.geopackage.metadata.MetadataDao
Constructor, required by ORMLite
MetadataExtension - Class in mil.nga.geopackage.extension
Metadata extension
MetadataExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.MetadataExtension
Constructor
MetadataReference - Class in mil.nga.geopackage.metadata.reference
Links metadata in the gpkg_metadata table to data in the feature, and tiles tables
MetadataReference() - Constructor for class mil.nga.geopackage.metadata.reference.MetadataReference
Default Constructor
MetadataReference(MetadataReference) - Constructor for class mil.nga.geopackage.metadata.reference.MetadataReference
Copy Constructor
MetadataReferenceDao - Class in mil.nga.geopackage.metadata.reference
Metadata Reference Data Access Object
MetadataReferenceDao(ConnectionSource, Class<MetadataReference>) - Constructor for class mil.nga.geopackage.metadata.reference.MetadataReferenceDao
Constructor, required by ORMLite
MetadataScopeType - Enum in mil.nga.geopackage.metadata
Metadata Scope type enumeration from spec Table 15
mil.nga.geopackage - package mil.nga.geopackage
 
mil.nga.geopackage.attributes - package mil.nga.geopackage.attributes
 
mil.nga.geopackage.core.contents - package mil.nga.geopackage.core.contents
 
mil.nga.geopackage.core.srs - package mil.nga.geopackage.core.srs
 
mil.nga.geopackage.db - package mil.nga.geopackage.db
 
mil.nga.geopackage.extension - package mil.nga.geopackage.extension
 
mil.nga.geopackage.extension.coverage - package mil.nga.geopackage.extension.coverage
 
mil.nga.geopackage.extension.index - package mil.nga.geopackage.extension.index
 
mil.nga.geopackage.extension.link - package mil.nga.geopackage.extension.link
 
mil.nga.geopackage.extension.scale - package mil.nga.geopackage.extension.scale
 
mil.nga.geopackage.factory - package mil.nga.geopackage.factory
 
mil.nga.geopackage.features.columns - package mil.nga.geopackage.features.columns
 
mil.nga.geopackage.features.user - package mil.nga.geopackage.features.user
 
mil.nga.geopackage.geom - package mil.nga.geopackage.geom
 
mil.nga.geopackage.io - package mil.nga.geopackage.io
 
mil.nga.geopackage.metadata - package mil.nga.geopackage.metadata
 
mil.nga.geopackage.metadata.reference - package mil.nga.geopackage.metadata.reference
 
mil.nga.geopackage.persister - package mil.nga.geopackage.persister
 
mil.nga.geopackage.property - package mil.nga.geopackage.property
 
mil.nga.geopackage.schema - package mil.nga.geopackage.schema
 
mil.nga.geopackage.schema.columns - package mil.nga.geopackage.schema.columns
 
mil.nga.geopackage.schema.constraints - package mil.nga.geopackage.schema.constraints
 
mil.nga.geopackage.tiles - package mil.nga.geopackage.tiles
 
mil.nga.geopackage.tiles.matrix - package mil.nga.geopackage.tiles.matrix
 
mil.nga.geopackage.tiles.matrixset - package mil.nga.geopackage.tiles.matrixset
 
mil.nga.geopackage.tiles.user - package mil.nga.geopackage.tiles.user
 
mil.nga.geopackage.user - package mil.nga.geopackage.user
 
mil.nga.geopackage.validate - package mil.nga.geopackage.validate
 
min(String, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Get the min result of the column
min(String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Get the min result of the column
MIN_X_FUNCTION - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Min X Function name
MIN_Y_FUNCTION - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Min Y Function name
missingCheck(Integer, String) - Method in class mil.nga.geopackage.user.UserTable
Check for missing columns
moveToFirst() - Method in interface mil.nga.geopackage.user.UserCoreResult
Move the cursor to the first row.
moveToNext() - Method in interface mil.nga.geopackage.user.UserCoreResult
Move the cursor to the next row.
moveToPosition(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
Move the cursor to an absolute position

N

NAME - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
Name
NAME - Static variable in class mil.nga.geopackage.extension.MetadataExtension
Name
NAME - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Name
NAME - Static variable in class mil.nga.geopackage.extension.SchemaExtension
Name
NAME - Static variable in class mil.nga.geopackage.extension.WebPExtension
Name
NAME - Static variable in class mil.nga.geopackage.extension.ZoomOtherExtension
Name
newRow() - Method in class mil.nga.geopackage.user.UserCoreDao
Get a new empty row
NGAExtensions - Class in mil.nga.geopackage.extension
NGA extension management class for deleting extensions for a table or in a GeoPackage
NGAExtensions() - Constructor for class mil.nga.geopackage.extension.NGAExtensions
 

O

ORGANIZATION - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
ORGANIZATION_COORDSYS_ID - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
overlap(BoundingBox) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataRequest
Get the bounding box overlap between the projected bounding box and the coverage data bounding box
overlap(BoundingBox, BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the overlapping bounding box between the two bounding boxes
overlap(BoundingBox, BoundingBox, boolean) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the overlapping bounding box between the two bounding boxes
overlap(BoundingBox, BoundingBox, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude
overlap(BoundingBox, BoundingBox, double, boolean) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude

P

padBoundingBox(TileMatrix, BoundingBox, int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Pad the bounding box with extra space for the overlapping pixels
parseDefaultString(FieldType, String) - Method in class mil.nga.geopackage.persister.DatePersister
parseSQLStatements(String, String) - Static method in class mil.nga.geopackage.io.ResourceIOUtils
Parse the SQL statements for the base resource path and sql file name
parseSQLStatements(String) - Static method in class mil.nga.geopackage.io.ResourceIOUtils
Parse the SQL statements for the resource name
parseSQLStatements(InputStream) - Static method in class mil.nga.geopackage.io.ResourceIOUtils
Parse the SQL statements for the input stream
PK_COLUMN_SUBSTITUTE - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Primary Key Column substitute value
populate(TableIndex, long, GeometryEnvelope) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
Populate a new geometry index from an envelope
prepareResult(TResult) - Method in class mil.nga.geopackage.user.UserCoreDao
Prepare the result before returning
progress - Variable in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Progress
projection - Variable in class mil.nga.geopackage.user.UserCoreDao
Projection
PROPERTIES_FILE - Static variable in class mil.nga.geopackage.property.PropertyConstants
Property file name
PROPERTY_DIVIDER - Static variable in class mil.nga.geopackage.property.PropertyConstants
Property part divider
PropertyConstants - Class in mil.nga.geopackage.property
GeoPackage property constants
PropertyConstants() - Constructor for class mil.nga.geopackage.property.PropertyConstants
 

Q

query(PreparedQuery<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
query(TileMatrixSet) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
Query by tile matrix set
query(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
Query by table name
query(Contents) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
Query by contents
query(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
Query by table name
query(String, long) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
Query by table name and table id
query() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Query for all Geometry Index objects
query(BoundingBox) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Query for Geometry Index objects within the bounding box, projected correctly
query(GeometryEnvelope) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Query for Geometry Index objects within the Geometry Envelope
query(String, String[], String, String[], String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
Query the given table, returning a UserCoreResult over the result set.
query(String, String[], String[], String, String[], String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
Query the given table, returning a UserCoreResult over the result set.
query(String, String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
Query the given URL, returning a UserCoreResult over the result set.
query(String, String[], String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
Query the given URL, returning a UserCoreResult over the result set.
query(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for rows
query(String, String[], String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for rows
query(String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for rows
queryBuilder() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Build a query builder to query for all Geometry Index objects
queryBuilder(GeometryEnvelope) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Build a query builder to query for Geometry Index objects within the Geometry Envelope
queryByConstraintName(String) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
Query by the constraint name
queryByConstraintName(String) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraintsDao
Query by the constraint name
queryByExtension(String) - Method in class mil.nga.geopackage.extension.ExtensionsDao
Query by extension name
queryByExtension(String, String) - Method in class mil.nga.geopackage.extension.ExtensionsDao
Query by extension name and table name
queryByExtension(String, String, String) - Method in class mil.nga.geopackage.extension.ExtensionsDao
Query by extension name, table name, and column name
queryByMetadata(long, Long) - Method in class mil.nga.geopackage.metadata.reference.MetadataReferenceDao
Query by the metadata ids
queryByMetadata(long) - Method in class mil.nga.geopackage.metadata.reference.MetadataReferenceDao
Query by the metadata ids
queryByMetadataParent(long) - Method in class mil.nga.geopackage.metadata.reference.MetadataReferenceDao
Query by the metadata parent ids
queryByUnique(String, DataColumnConstraintType, String) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraintsDao
Query by the unique column values
queryForAll() - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
queryForAll() - Method in class mil.nga.geopackage.user.UserCoreDao
Query for all rows
queryForAll(String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for all rows with "columns as" values for corresponding column indices.
queryForEq(String, Object) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
queryForEq(String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for the row where the field equals the value
queryForEq(String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for the row where the field equals the value
queryForEq(String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for the row where the field equals the value
queryForFeatureTable(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Query for feature tile links by feature table
queryForFeatureTableName(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
Query by feature table name
queryForFieldValues(Map<String, Object>) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
queryForFieldValues(Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for the row where all fields match their values
queryForFieldValuesArgs(Map<String, Object>) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
queryForFirst(PreparedQuery<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
queryForId(Long) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
queryForId(GeometryIndexKey) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
queryForId(FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
queryForId(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
queryForId(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
queryForId(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
queryForId(TableColumnKey) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
queryForId(TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
queryForId(long) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for the row with the provided id
queryForIdRow(long) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for the row with the provided id
queryForMatching(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
queryForMatchingArgs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
queryForOrganizationCoordsysId(String, long) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Query for the organization coordsys id
queryForSameId(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
queryForSameId(GeometryIndex) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
queryForSameId(FeatureTileLink) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
queryForSameId(GeometryColumns) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
queryForSameId(GeometryColumnsSfSql) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
queryForSameId(GeometryColumnsSqlMm) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
queryForSameId(DataColumns) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
queryForSameId(TileMatrix) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
queryForTableName(String) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
Query by table name
queryForTableName(String) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
Query for the table name
queryForTileTable(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileTableCoreLinker
Query for feature tile links by tile table
queryForTileTableName(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
Query by tile table name
queryForValueFieldValues(Map<String, ColumnValue>) - Method in class mil.nga.geopackage.user.UserCoreDao
Query for the row where all fields match their values
queryGriddedCoverage() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Query and update the gridded coverage
querySingleIntResult(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Query for a single result integer
querySingleStringResult(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Query for a single result string
quoteWrap(String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
Wrap the name in double quotes
quoteWrap(String[]) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
Wrap the names in double quotes

R

rawQuery(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreConnection
Runs the provided SQL and returns a UserCoreResult over the result set.
readTable(UserCoreConnection<TColumn, TTable, TRow, TResult>) - Method in class mil.nga.geopackage.user.UserCoreTableReader
Read the table
ReferenceScopeType - Enum in mil.nga.geopackage.metadata.reference
Reference Scope Type
remove(String) - Method in class mil.nga.geopackage.GeoPackageCoreCache
Remove the GeoPackage with the name but does not close it, call GeoPackageCoreCache.close(String) to close and remove
removeAndClose(String) - Method in class mil.nga.geopackage.GeoPackageCoreCache
Remove and close the GeoPackage with name, same as GeoPackageCoreCache.close(String)
removeMetadataParent(long) - Method in class mil.nga.geopackage.metadata.reference.MetadataReferenceDao
Remove metadata references (by updating the field to null) with foreign keys to the metadata parent id
reprojectCoverageData(Double[][], int, int, BoundingBox, ProjectionTransform, BoundingBox) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Reproject the coverage data to the requested projection
requestProjection - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Projection of the requests
resetId() - Method in class mil.nga.geopackage.user.UserCoreRow
Clears the id so the row can be used as part of an insert or create
ResourceIOUtils - Class in mil.nga.geopackage.io
Resource file Input / Output utility methods
ResourceIOUtils() - Constructor for class mil.nga.geopackage.io.ResourceIOUtils
 
RowCondition() - Constructor for class mil.nga.geopackage.user.UserRowSync.RowCondition
 
rows - Variable in class mil.nga.geopackage.user.UserRowSync
Mapping between row ids and row conditions
RTreeIndexCoreExtension - Class in mil.nga.geopackage.extension
RTree Index abstract core extension
RTreeIndexCoreExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Constructor

S

sameProjection - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Flag indicating the coverage data and request projections are the same
SchemaExtension - Class in mil.nga.geopackage.extension
Schema extension
SchemaExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.SchemaExtension
Constructor
setAlgorithm(CoverageDataAlgorithm) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Set the interpolation algorithm
setApplicationId() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Set the GeoPackage application id
setApplicationId(String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Set the GeoPackage application id
setAuthName(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
setAuthSrid(int) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
setBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.core.contents.Contents
Set a bounding box
setBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
Set a bounding box
setByteOrder(ByteOrder) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Set the byte order
setColumnName(String) - Method in class mil.nga.geopackage.extension.Extensions
Set the column name
setColumnName(String) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
setColumnName(String) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
setColumnName(String) - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
setColumnName(String) - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
setColumnName(String) - Method in class mil.nga.geopackage.schema.TableColumnKey
 
setConstraint(DataColumnConstraints) - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
setConstraintName(String) - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
setConstraintName(String) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
setConstraintType(String) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
setConstraintType(DataColumnConstraintType) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
setContents(Contents) - Method in class mil.nga.geopackage.attributes.AttributesTable
Set the contents
setContents(Contents) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Set the contents
setContents(Contents) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
setContents(Contents) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
setContents(Contents) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
setContents(Contents) - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
setContents(Contents) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
setContents(Contents) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
setCoordDimension(byte) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
setCrsWktExtension(CrsWktExtension) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Set the CRS WKT Extension
setDatabase(GeoPackageCoreConnection) - Method in class mil.nga.geopackage.core.contents.ContentsDao
Set the database
setDataNull(Double) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the value that indicates NULL
setDataType(ContentsDataType) - Method in class mil.nga.geopackage.core.contents.Contents
 
setDataType(GriddedCoverageDataType) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the data type
setDataTypeString(String) - Method in class mil.nga.geopackage.core.contents.Contents
Set the data type string value
setDefinition(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
setDefinition(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
setDefinition(String) - Method in class mil.nga.geopackage.extension.Extensions
Set the definition
setDefinition_12_063(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
setDefinition_12_063(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Query and set the definition 12 063 in the srs object if the extension exists
setDefinition_12_063(Collection<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Query and set the definition 12 063 in the srs objects if the extension exists
setDescription(String) - Method in class mil.nga.geopackage.core.contents.Contents
 
setDescription(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
setDescription(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
setDescription(String) - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
setDescription(String) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
setEmpty(boolean) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Set the empty flag
setEncoding(GriddedCoverageEncodingType) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Set the value pixel encoding type
setEnvelope(GeometryEnvelope) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Set the geometry envelope
setExtended(boolean) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Set the extended flag
setExtensionName(String) - Method in class mil.nga.geopackage.extension.Extensions
Set the extension name
setExtensionName(String, String) - Method in class mil.nga.geopackage.extension.Extensions
Set the extension name by combining the required parts
setFeatureTableName(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileLink
Set the feature table name
setFeatureTableName(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkKey
Set the feature table name
setFGeometryColumn(String) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
setFieldName(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the field name
setGeometry(Geometry) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Set the geometry.
setGeometryType(GeometryType) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
setGeometryType(GeometryType) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
setGeometryType(GeometryType) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
setGeomId(long) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the geometry id
setGeomId(long) - Method in class mil.nga.geopackage.extension.index.GeometryIndexKey
Set the geometry id
setGridCellEncoding(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the grid cell encoding
setGridCellEncodingType(GriddedCoverageEncodingType) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the grid cell encoding type
setHeight(Integer) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Set the requested coverage data height
setId(String) - Method in class mil.nga.geopackage.core.contents.Contents
 
setId(long) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
setId(int) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
setId(int) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
setId(GeometryIndexKey) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the id
setId(FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.link.FeatureTileLink
Set the id
setId(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
Set the id
setId(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
Set the id
setId(TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
Set the id
setId(long) - Method in class mil.nga.geopackage.metadata.Metadata
 
setId(TableColumnKey) - Method in class mil.nga.geopackage.schema.columns.DataColumns
Set the id
setId(TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
Set the tile matrix id
setId(String) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
setIdentifier(String) - Method in class mil.nga.geopackage.core.contents.Contents
 
setLastChange(Date) - Method in class mil.nga.geopackage.core.contents.Contents
 
setLastIndexed(Date) - Method in class mil.nga.geopackage.extension.index.TableIndex
Set the last indexed date
setM(byte) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
setMatrixHeight(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
setMatrixWidth(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
setMax(int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
Set the max
setMax(Double) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Set the maximum value of this tile
setMax(int) - Method in interface mil.nga.geopackage.io.GeoPackageProgress
Set the max progress value
setMax(BigDecimal) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
setMaxIsInclusive(Boolean) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
setMaxLatitude(double) - Method in class mil.nga.geopackage.BoundingBox
 
setMaxLongitude(double) - Method in class mil.nga.geopackage.BoundingBox
 
setMaxM(Double) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the max m
setMaxX(Double) - Method in class mil.nga.geopackage.core.contents.Contents
 
setMaxX(double) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the max x
setMaxX(double) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
setMaxX(long) - Method in class mil.nga.geopackage.tiles.TileGrid
Set the max x
setMaxY(Double) - Method in class mil.nga.geopackage.core.contents.Contents
 
setMaxY(double) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the max y
setMaxY(double) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
setMaxY(long) - Method in class mil.nga.geopackage.tiles.TileGrid
Set the max y
setMaxZ(Double) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the max z
setMean(Double) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Set the arithmetic mean of values in this tile
setMetadata(String) - Method in class mil.nga.geopackage.metadata.Metadata
 
setMetadata(Metadata) - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
setMetadataScope(MetadataScopeType) - Method in class mil.nga.geopackage.metadata.Metadata
 
setMimeType(String) - Method in class mil.nga.geopackage.metadata.Metadata
 
setMimeType(String) - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
setMin(int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
Set the min
setMin(Double) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Set the minimum value of this tile
setMin(BigDecimal) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
setMinIsInclusive(Boolean) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
setMinLatitude(double) - Method in class mil.nga.geopackage.BoundingBox
 
setMinLongitude(double) - Method in class mil.nga.geopackage.BoundingBox
 
setMinM(Double) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the min m
setMinX(Double) - Method in class mil.nga.geopackage.core.contents.Contents
 
setMinX(double) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the min x
setMinX(double) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
setMinX(long) - Method in class mil.nga.geopackage.tiles.TileGrid
Set the min x
setMinY(Double) - Method in class mil.nga.geopackage.core.contents.Contents
 
setMinY(double) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the min y
setMinY(double) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
setMinY(long) - Method in class mil.nga.geopackage.tiles.TileGrid
Set the min y
setMinZ(Double) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the min z
setName(String) - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
setOffset(float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
Set the offset
setOffset(double) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the offset
setOffset(double) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Set the offset
setOrganization(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
setOrganization(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
setOrganizationCoordsysId(long) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
setOrganizationCoordsysId(int) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
setParentMetadata(Metadata) - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
setPixel(float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
Set the pixel
setPixelXSize(double) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
setPixelYSize(double) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
setPrecision(Double) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the precision
setProgress(GeoPackageProgress) - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Set the progress tracker
setProjectedBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataRequest
Set the projected bounding box
setQuantityDefinition(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the quantity definition
setReferenceScope(ReferenceScopeType) - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
setRow(long, TRow) - Method in class mil.nga.geopackage.user.UserRowSync
Set the row id, row, and notify all waiting threads to retrieve the row.
setRowIdValue(Long) - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
setScale(double) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the scale
setScale(double) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Set the scale
setScalingType(TileScalingType) - Method in class mil.nga.geopackage.extension.scale.TileScaling
Set the tile scaling type
setScalingTypeString(String) - Method in class mil.nga.geopackage.extension.scale.TileScaling
Set the tile scaling type string value
setScope(ExtensionScopeType) - Method in class mil.nga.geopackage.extension.Extensions
Set the extension scope type
setSrid(int) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
setSrs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.contents.Contents
 
setSrs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
setSrs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
 
setSrs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
 
setSrs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
 
setSrsId(long) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
setSrsId(int) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
setSrsId(int) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Set the srs id
setSrsName(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
 
setSrsName(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
 
setSrtext(String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
 
setStandardDeviation(Double) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Set the standard deviation of values in this tile
setStandardUri(String) - Method in class mil.nga.geopackage.metadata.Metadata
 
setTableId(long) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
Set the table id
setTableIndex(TableIndex) - Method in class mil.nga.geopackage.extension.index.GeometryIndex
Set the table index
setTableName(String) - Method in class mil.nga.geopackage.core.contents.Contents
 
setTableName(String) - Method in class mil.nga.geopackage.extension.Extensions
Set the table name
setTableName(String) - Method in class mil.nga.geopackage.extension.index.GeometryIndexKey
Set the table name
setTableName(String) - Method in class mil.nga.geopackage.extension.index.TableIndex
Set the table name
setTableName(String) - Method in class mil.nga.geopackage.extension.scale.TileScaling
Set the table name of the tile table
setTableName(String) - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
setTableName(String) - Method in class mil.nga.geopackage.schema.TableColumnKey
 
setTableName(String) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
setTableName(String) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
 
setTileHeight(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
setTileMatrixSet(TileMatrixSet) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the tile matrix set
setTileMatrixSet(TileMatrixSet) - Method in class mil.nga.geopackage.extension.scale.TileScaling
Set the tile matrix set
setTileTableName(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileLink
Set the tile table name
setTileTableName(String) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkKey
Set the tile table name
setTileWidth(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
setTimestamp(Date) - Method in class mil.nga.geopackage.metadata.reference.MetadataReference
 
setTitle(String) - Method in class mil.nga.geopackage.schema.columns.DataColumns
 
setUom(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Set the units of measure
setUserVersion() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Set the GeoPackage user version
setUserVersion(int) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Set the user version
setValue(String) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
 
setValue(int, Object) - Method in class mil.nga.geopackage.user.UserCoreRow
Set the column value at the index
setValue(String, Object) - Method in class mil.nga.geopackage.user.UserCoreRow
Set the column value of the column name
setWidth(Integer) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Set the requested coverage data width
setZ(byte) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
 
setZoomIn(boolean) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Set the zoom in enabled state
setZoomIn(Long) - Method in class mil.nga.geopackage.extension.scale.TileScaling
Set the max levels to zoom in
setZoomInBeforeOut(boolean) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Set the zoom order between in and out
setZoomLevel(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
 
setZoomLevel(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
 
setZoomOut(boolean) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Set the zoom out enabled state
setZoomOut(Long) - Method in class mil.nga.geopackage.extension.scale.TileScaling
Set the max levels to zoom out
SpatialReferenceSystem - Class in mil.nga.geopackage.core.srs
Spatial Reference System object.
SpatialReferenceSystem() - Constructor for class mil.nga.geopackage.core.srs.SpatialReferenceSystem
Default Constructor
SpatialReferenceSystem(SpatialReferenceSystem) - Constructor for class mil.nga.geopackage.core.srs.SpatialReferenceSystem
Copy Constructor
SpatialReferenceSystemDao - Class in mil.nga.geopackage.core.srs
Spatial Reference System Data Access Object
SpatialReferenceSystemDao(ConnectionSource, Class<SpatialReferenceSystem>) - Constructor for class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Constructor, required by ORMLite
SpatialReferenceSystemSfSql - Class in mil.nga.geopackage.core.srs
SF/SQL SpatialReferenceSystem View object
SpatialReferenceSystemSfSql() - Constructor for class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
Default Constructor
SpatialReferenceSystemSfSql(SpatialReferenceSystemSfSql) - Constructor for class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
Copy Constructor
SpatialReferenceSystemSfSqlDao - Class in mil.nga.geopackage.core.srs
SF/SQL Spatial Reference System Data Access Object
SpatialReferenceSystemSfSqlDao(ConnectionSource, Class<SpatialReferenceSystemSfSql>) - Constructor for class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSqlDao
Constructor, required by ORMLite
SpatialReferenceSystemSqlMm - Class in mil.nga.geopackage.core.srs
SQL/MM SpatialReferenceSystem View object
SpatialReferenceSystemSqlMm() - Constructor for class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
Default Constructor
SpatialReferenceSystemSqlMm(SpatialReferenceSystemSqlMm) - Constructor for class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
Copy Constructor
SpatialReferenceSystemSqlMmDao - Class in mil.nga.geopackage.core.srs
SQL/MM Spatial Reference System Data Access Object
SpatialReferenceSystemSqlMmDao(ConnectionSource, Class<SpatialReferenceSystemSqlMm>) - Constructor for class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMmDao
Constructor, required by ORMLite
SQL - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
SQL_DIRECTORY - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
SQL resource directory
sqlArgToJava(FieldType, Object, int) - Method in class mil.nga.geopackage.persister.DatePersister
SQLITE_HEADER_PREFIX - Static variable in class mil.nga.geopackage.GeoPackageConstants
SQLite header string prefix
SRS - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
SRS_ID - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
SRS_NAME - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
streamBytes(InputStream) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
Get the stream bytes
stringValue(Date) - Method in class mil.nga.geopackage.db.DateConverter
Get the formatted string date value of the date

T

table - Variable in class mil.nga.geopackage.user.UserCoreRow
User table
TABLE_NAME - Static variable in class mil.nga.geopackage.core.contents.Contents
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystem
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSfSql
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.core.srs.SpatialReferenceSystemSqlMm
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.extension.Extensions
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.extension.index.GeometryIndex
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.extension.index.TableIndex
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.extension.link.FeatureTileLink
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.extension.scale.TileScaling
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.metadata.Metadata
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.metadata.reference.MetadataReference
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.schema.columns.DataColumns
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.schema.constraints.DataColumnConstraints
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.tiles.matrix.TileMatrix
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
Table name
TABLE_SUBSTITUTE - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Table substitute value
TableColumnKey - Class in mil.nga.geopackage.schema
Table and column name complex primary key
TableColumnKey(String, String) - Constructor for class mil.nga.geopackage.schema.TableColumnKey
Constructor
tableExists(String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
Check if the table exists
TableIndex - Class in mil.nga.geopackage.extension.index
Table Index object, for indexing data within user tables
TableIndex() - Constructor for class mil.nga.geopackage.extension.index.TableIndex
Default Constructor
TableIndex(TableIndex) - Constructor for class mil.nga.geopackage.extension.index.TableIndex
Copy Constructor
TableIndexDao - Class in mil.nga.geopackage.extension.index
Table Index Data Access Object
TableIndexDao(ConnectionSource, Class<TableIndex>) - Constructor for class mil.nga.geopackage.extension.index.TableIndexDao
Constructor, required by ORMLite
TileBoundingBoxUtils - Class in mil.nga.geopackage.tiles
Tile Bounding Box utility methods
TileBoundingBoxUtils() - Constructor for class mil.nga.geopackage.tiles.TileBoundingBoxUtils
 
TileColumn - Class in mil.nga.geopackage.tiles.user
Tile column
TileDaoUtils - Class in mil.nga.geopackage.tiles.user
Tile Data Access Object utilities
TileDaoUtils() - Constructor for class mil.nga.geopackage.tiles.user.TileDaoUtils
 
TileGrid - Class in mil.nga.geopackage.tiles
Tile grid with x and y ranges
TileGrid(long, long, long, long) - Constructor for class mil.nga.geopackage.tiles.TileGrid
Constructor
tileGridMaxZoomDecrease(long, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the new tile grid max value starting from the tile grid max and zooming out / decreasing the number of levels
tileGridMaxZoomIncrease(long, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the new tile grid max value starting from the tile grid max and zooming in / increasing the number of levels
tileGridMinZoomDecrease(long, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the new tile grid min value starting from the tile grid min and zooming out / decreasing the number of levels
tileGridMinZoomIncrease(long, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the new tile grid min value starting from the tile grid min and zooming in / increasing the number of levels
tileGridZoom(TileGrid, int, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile grid starting from the tile grid and current zoom to the new zoom level
tileGridZoomDecrease(TileGrid, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile grid starting from the tile grid and zooming out / decreasing the number of levels
tileGridZoomIncrease(TileGrid, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile grid starting from the tile grid and zooming in / increasing the number of levels
tileHeightDegrees(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile height in degrees
TileMatrix - Class in mil.nga.geopackage.tiles.matrix
Tile Matrix object.
TileMatrix() - Constructor for class mil.nga.geopackage.tiles.matrix.TileMatrix
Default Constructor
TileMatrix(TileMatrix) - Constructor for class mil.nga.geopackage.tiles.matrix.TileMatrix
Copy Constructor
TileMatrixDao - Class in mil.nga.geopackage.tiles.matrix
Tile Matrix Data Access Object
TileMatrixDao(ConnectionSource, Class<TileMatrix>) - Constructor for class mil.nga.geopackage.tiles.matrix.TileMatrixDao
Constructor, required by ORMLite
TileMatrixKey - Class in mil.nga.geopackage.tiles.matrix
Tile Matrix complex primary key
TileMatrixKey(String, long) - Constructor for class mil.nga.geopackage.tiles.matrix.TileMatrixKey
Constructor
TileMatrixSet - Class in mil.nga.geopackage.tiles.matrixset
Tile Matrix Set object.
TileMatrixSet() - Constructor for class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
Default Constructor
TileMatrixSet(TileMatrixSet) - Constructor for class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
Copy Constructor
TileMatrixSetDao - Class in mil.nga.geopackage.tiles.matrixset
Tile Matrix Set Data Access Object
TileMatrixSetDao(ConnectionSource, Class<TileMatrixSet>) - Constructor for class mil.nga.geopackage.tiles.matrixset.TileMatrixSetDao
Constructor, required by ORMLite
TileScaling - Class in mil.nga.geopackage.extension.scale
Tile Scaling object, for scaling tiles from nearby zoom levels for missing tiles
TileScaling() - Constructor for class mil.nga.geopackage.extension.scale.TileScaling
Default Constructor
TileScaling(TileMatrixSet, TileScalingType, Long, Long) - Constructor for class mil.nga.geopackage.extension.scale.TileScaling
Constructor
TileScaling(String, TileScalingType, Long, Long) - Constructor for class mil.nga.geopackage.extension.scale.TileScaling
Constructor
TileScaling(TileScalingType, Long, Long) - Constructor for class mil.nga.geopackage.extension.scale.TileScaling
Constructor
TileScaling(TileScaling) - Constructor for class mil.nga.geopackage.extension.scale.TileScaling
Copy Constructor
TileScalingDao - Class in mil.nga.geopackage.extension.scale
Tile Scaling Data Access Object
TileScalingDao(ConnectionSource, Class<TileScaling>) - Constructor for class mil.nga.geopackage.extension.scale.TileScalingDao
Constructor, required by ORMLite
TileScalingType - Enum in mil.nga.geopackage.extension.scale
Tile Scaling Type enumeration for defining scaled tile searching of nearby zoom levels in place of missing tiles
tileSize(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile size in meters
tileSizeLatPerWGS84Side(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile height in degrees latitude
tileSizeLonPerWGS84Side(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile height in degrees longitude
tileSizeWithZoom(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile size in meters at the zoom level
tilesPerSide(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tiles per side, width and height, at the zoom level
tilesPerWGS84LatSide(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tiles per latitude side at the zoom level
tilesPerWGS84LonSide(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tiles per longitude side at the zoom level
TileTable - Class in mil.nga.geopackage.tiles.user
Represents a user tile table
TileTable(String, List<TileColumn>) - Constructor for class mil.nga.geopackage.tiles.user.TileTable
Constructor
TileTableScaling - Class in mil.nga.geopackage.extension.scale
Abstract Tile Table Scaling, for scaling tiles from nearby zoom levels for missing tiles
TileTableScaling(GeoPackageCore, TileMatrixSet) - Constructor for class mil.nga.geopackage.extension.scale.TileTableScaling
Constructor
TileTableScaling(GeoPackageCore, TileMatrix) - Constructor for class mil.nga.geopackage.extension.scale.TileTableScaling
Constructor
TileTableScaling(GeoPackageCore, UserCoreDao<?, ?, ?, ?>) - Constructor for class mil.nga.geopackage.extension.scale.TileTableScaling
Constructor
TileTableScaling(GeoPackageCore, String) - Constructor for class mil.nga.geopackage.extension.scale.TileTableScaling
Constructor
tileWidthDegrees(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tile width in degrees
toBytes() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
Write the geometry to bytes
toleranceDistance(int, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tolerance distance in meters for the zoom level and pixels length
toleranceDistance(int, int, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the tolerance distance in meters for the zoom level and pixels length
toString() - Method in class mil.nga.geopackage.extension.index.GeometryIndexKey
toString() - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkKey
toString() - Method in class mil.nga.geopackage.schema.TableColumnKey
toString() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
toWebMercator(BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Convert the bounding box coordinates to a new web mercator bounding box
transform(ProjectionTransform) - Method in class mil.nga.geopackage.BoundingBox
Transform the bounding box using the provided projection transform
TRIGGER_DELETE_NAME - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Trigger delete name
TRIGGER_DROP_PROPERTY - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Trigger drop name
TRIGGER_INSERT_NAME - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Trigger Insert name
TRIGGER_SUBSTITUTE - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Trigger substitute value
TRIGGER_UPDATE1_NAME - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Trigger update 1 name
TRIGGER_UPDATE2_NAME - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Trigger update 2 name
TRIGGER_UPDATE3_NAME - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Trigger update 3 name
TRIGGER_UPDATE4_NAME - Static variable in class mil.nga.geopackage.extension.RTreeIndexCoreExtension
Trigger update 4 name
typeCheck(GeoPackageDataType, TColumn) - Method in class mil.nga.geopackage.user.UserTable
Check for the expected data type

U

UNDEFINED_CARTESIAN - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
UNDEFINED_GEOGRAPHIC - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
union(BoundingBox, BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the union bounding box combining the two bounding boxes
update(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
update(Extensions) - Method in class mil.nga.geopackage.extension.ExtensionsDao
Update using the unique columns
update(GeometryIndex) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
Update using the complex key
update(FeatureTileLink) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
Update using the complex key
update(TileScaling) - Method in class mil.nga.geopackage.extension.scale.TileTableScaling
Update the tile scaling (same as calling TileTableScaling.createOrUpdate(TileScaling))
update(GeometryColumns) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
Update using the complex key
update(GeometryColumnsSfSql) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
Update using the complex key
update(GeometryColumnsSqlMm) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
Update using the complex key
update(MetadataReference) - Method in class mil.nga.geopackage.metadata.reference.MetadataReferenceDao
Update using the foreign key columns
update(DataColumns) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
Update using the complex key
update(DataColumnConstraints) - Method in class mil.nga.geopackage.schema.constraints.DataColumnConstraintsDao
Update using the unique columns
update(TileMatrix) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
Update using the complex key
update(TRow) - Method in class mil.nga.geopackage.user.UserCoreDao
Update the row
updateDefinition(long, String) - Method in class mil.nga.geopackage.extension.CrsWktExtension
Update the extension definition
updateDefinition_12_063(long, String) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Update the definition 12 063 in the database if the extension exists
updateDefinition_12_063(SpatialReferenceSystem) - Method in class mil.nga.geopackage.core.srs.SpatialReferenceSystemDao
Update the definition 12 063 in the database if the extension exists
updateId(GeometryIndex, GeometryIndexKey) - Method in class mil.nga.geopackage.extension.index.GeometryIndexDao
updateId(FeatureTileLink, FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.link.FeatureTileLinkDao
updateId(GeometryColumns, TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
updateId(GeometryColumnsSfSql, TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
updateId(GeometryColumnsSqlMm, TableColumnKey) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
updateId(DataColumns, TableColumnKey) - Method in class mil.nga.geopackage.schema.columns.DataColumnsDao
updateId(TileMatrix, TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
updateLastIndexed() - Method in class mil.nga.geopackage.extension.index.FeatureTableCoreIndex
Update the last indexed time
USER_GEOMETRY_TYPES_EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.GeometryExtensions
Deprecated.
as of 1.2.1, On August 15, 2016 the GeoPackage SWG voted to remove this extension from the standard due to interoperability concerns. (GeoPackage version 1.2)
USER_VERSION - Static variable in class mil.nga.geopackage.GeoPackageConstants
GeoPackage user version
UserColumn - Class in mil.nga.geopackage.user
Metadata about a single column from a user table
UserColumn(int, String, GeoPackageDataType, Long, boolean, Object, boolean) - Constructor for class mil.nga.geopackage.user.UserColumn
Constructor
UserCoreConnection<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>> - Class in mil.nga.geopackage.user
GeoPackage Connection used to define common functionality within different connection types
UserCoreConnection() - Constructor for class mil.nga.geopackage.user.UserCoreConnection
 
UserCoreDao<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>> - Class in mil.nga.geopackage.user
Abstract User DAO for reading user tables
UserCoreDao(String, GeoPackageCoreConnection, UserCoreConnection<TColumn, TTable, TRow, TResult>, TTable) - Constructor for class mil.nga.geopackage.user.UserCoreDao
Constructor
UserCoreResult<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>> - Interface in mil.nga.geopackage.user
Abstract User Cursor
UserCoreResultUtils - Class in mil.nga.geopackage.user
User Core Result utilities
UserCoreResultUtils() - Constructor for class mil.nga.geopackage.user.UserCoreResultUtils
 
UserCoreRow<TColumn extends UserColumn,TTable extends UserTable<TColumn>> - Class in mil.nga.geopackage.user
User Row containing the values from a single cursor row
UserCoreRow(TTable, int[], Object[]) - Constructor for class mil.nga.geopackage.user.UserCoreRow
Constructor
UserCoreRow(TTable) - Constructor for class mil.nga.geopackage.user.UserCoreRow
Constructor to create an empty row
UserCoreRow(UserCoreRow<TColumn, TTable>) - Constructor for class mil.nga.geopackage.user.UserCoreRow
Copy Constructor
UserCoreTableReader<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>> - Class in mil.nga.geopackage.user
Reads the metadata from an existing user table
UserCoreTableReader(String) - Constructor for class mil.nga.geopackage.user.UserCoreTableReader
Constructor
UserRowSync<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>> - Class in mil.nga.geopackage.user
User Row Sync to support sharing a single user row read copy when multiple near simultaneous asynchronous requests are made
UserRowSync() - Constructor for class mil.nga.geopackage.user.UserRowSync
Constructor
UserRowSync.RowCondition - Class in mil.nga.geopackage.user
Condition and row wrapper
UserTable<TColumn extends UserColumn> - Class in mil.nga.geopackage.user
Abstract user table
UserTable(String, List<TColumn>) - Constructor for class mil.nga.geopackage.user.UserTable
Constructor
UserUniqueConstraint<TColumn extends UserColumn> - Class in mil.nga.geopackage.user
User table unique constraint for one or more columns
UserUniqueConstraint() - Constructor for class mil.nga.geopackage.user.UserUniqueConstraint
Constructor
UserUniqueConstraint(TColumn...) - Constructor for class mil.nga.geopackage.user.UserUniqueConstraint
Constructor

V

validateGeoPackageExtension(File) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
Validate the extension file as a GeoPackage
validateMinimumTables(GeoPackageCore) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
Validate the GeoPackage has the minimum required tables
validateValue(TColumn, Object, Class<?>...) - Method in class mil.nga.geopackage.user.UserCoreRow
Validate the value and its actual value types against the column data type class
valueOf(String) - Static method in enum mil.nga.geopackage.core.contents.ContentsDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.db.GeoPackageDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.extension.coverage.CoverageDataAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.extension.coverage.GriddedCoverageDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.extension.coverage.GriddedCoverageEncodingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.extension.ExtensionScopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.extension.scale.TileScalingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.metadata.MetadataScopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.metadata.reference.ReferenceScopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.schema.constraints.DataColumnConstraintType
Returns the enum constant of this type with the specified name.
values() - Static method in enum mil.nga.geopackage.core.contents.ContentsDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.db.GeoPackageDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.extension.coverage.CoverageDataAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.extension.coverage.GriddedCoverageDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.extension.coverage.GriddedCoverageEncodingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.extension.ExtensionScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.extension.scale.TileScalingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.metadata.MetadataScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.metadata.reference.ReferenceScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.schema.constraints.DataColumnConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class mil.nga.geopackage.user.UserCoreRow
Array of row values
verifyWritable() - Method in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Verify the GeoPackage is writable and throw an exception if it is not
verifyWritable() - Method in interface mil.nga.geopackage.GeoPackageCore
Verify the GeoPackage is writable and throw an exception if it is not

W

wasNull() - Method in interface mil.nga.geopackage.user.UserCoreResult
Was the last value retrieved null
WEB_MERCATOR - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
WebPExtension - Class in mil.nga.geopackage.extension
WebP extension
WebPExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.WebPExtension
Constructor
WGS_84 - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
WGS_84_3D - Static variable in class mil.nga.geopackage.property.PropertyConstants
 
width - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
Coverage data results width
writable - Variable in class mil.nga.geopackage.factory.GeoPackageCoreImpl
Writable GeoPackage flag

Z

zoomFromTilesPerSide(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the zoom level from the tiles per side
zoomIn - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
True if zooming in should be performed to find a tile matrix with coverage data values
zoomInBeforeOut - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
True if zoom in in before zooming out, false to zoom out first
zoomLevelOfTileSize(double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
Get the zoom level from the tile size in meters
ZoomOtherExtension - Class in mil.nga.geopackage.extension
Zoom Other Intervals extension
ZoomOtherExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.ZoomOtherExtension
Constructor
zoomOut - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
True if zooming out should be performed to find a tile matrix with coverage data values
A B C D E F G H I J L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.