A B C D E F G H I J L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Collection<Constraint>) - Method in class mil.nga.geopackage.db.table.Constraints
-
Add constraints
- add(Collection<DGIWGValidationError>) - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Add validation errors
- add(SQLiteMasterColumn, String) - Method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Add an equality query
- add(SQLiteMasterColumn, String, String) - Method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Add a query
- add(Constraint) - Method in class mil.nga.geopackage.db.table.Constraints
-
Add constraint
- add(Constraints) - Method in class mil.nga.geopackage.db.table.Constraints
-
Add constraints
- add(DGIWGValidationError) - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Add a validation error
- add(DGIWGValidationErrors) - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Add validation errors
- add(UserColumn...) - Method in class mil.nga.geopackage.db.table.UniqueConstraint
-
Add columns
- add(T) - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Add a GeoPackage to the cache
- addAdditional(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Add an additional element
- addAll(Collection<T>) - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Add the collection of GeoPackages
- addAttributesRelationship(String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds an attributes relationship between the base table and related attributes table.
- addAttributesRelationship(String, String, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds an attributes relationship between the base table and related attributes table.
- addAttributesRelationship(String, AttributesTable, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds an attributes relationship between the base table and user attributes related table.
- addAttributesRelationship(String, AttributesTable, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds an attributes relationship between the base table and user attributes related table.
- addAutoincrementConstraint() - Method in class mil.nga.geopackage.user.UserColumn
-
Add an autoincrement constraint
- addColumn(String) - Method in class mil.nga.geopackage.db.TableMapping
-
Add a column
- addColumn(String, String, String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Add a new column to the table
- addColumn(GeoPackageCoreConnection, String, String, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Add a column
- addColumn(GeoPackageCoreConnection, String, UserColumn) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create SQL for adding a column
- addColumn(MappedColumn) - Method in class mil.nga.geopackage.db.TableMapping
-
Add a column
- addColumn(FeatureColumn) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Add a new column
- addColumn(TColumn) - Method in class mil.nga.geopackage.user.UserColumns
-
Add a new column
- addColumn(TColumn) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Add a new column
- addColumn(TColumn) - Method in class mil.nga.geopackage.user.UserTable
-
Add a new column
- addColumnConstraint(String, Constraint) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Add a column constraint
- addColumnConstraints(String, Collection<Constraint>) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Add column constraints
- addColumnConstraints(Collection<ColumnConstraints>) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Add column constraints
- addColumnConstraints(Map<String, ColumnConstraints>) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Add column constraints
- addColumnConstraints(ColumnConstraints) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Add column constraints
- addColumnSQL(String, String, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Create the add column SQL
- addConstraint(String) - Method in class mil.nga.geopackage.user.UserColumn
-
Add a constraint
- addConstraint(Constraint) - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Add a constraint
- addConstraint(Constraint) - Method in class mil.nga.geopackage.user.UserColumn
-
Add a constraint
- addConstraint(Constraint) - Method in class mil.nga.geopackage.user.UserTable
-
Add constraint
- addConstraint(ConstraintType, Integer, String) - Method in class mil.nga.geopackage.user.UserColumn
-
Add a constraint
- addConstraint(ConstraintType, String) - Method in class mil.nga.geopackage.user.UserColumn
-
Add a constraint
- addConstraints(Collection<Constraint>) - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Add constraints
- addConstraints(Collection<Constraint>) - Method in class mil.nga.geopackage.user.UserColumn
-
Add constraints
- addConstraints(Collection<Constraint>) - Method in class mil.nga.geopackage.user.UserTable
-
Add constraints
- addConstraints(ColumnConstraints) - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Add constraints
- addConstraints(ColumnConstraints) - Method in class mil.nga.geopackage.user.UserColumn
-
Add constraints
- addConstraints(Constraints) - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Add constraints
- addConstraints(Constraints) - Method in class mil.nga.geopackage.user.UserColumn
-
Add constraints
- addConstraints(Constraints) - Method in class mil.nga.geopackage.user.UserTable
-
Add constraints
- addConstraints(TableConstraints) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Add table constraints
- addDefaultConstraints() - Method in class mil.nga.geopackage.user.UserColumn
-
Add the default constraints that are enabled (not null, default value, primary key) from the column properties
- addDefaultValueConstraint(Object) - Method in class mil.nga.geopackage.user.UserColumn
-
Add a default value constraint
- addDroppedColumn(String) - Method in class mil.nga.geopackage.db.TableMapping
-
Add a dropped column
- addFeaturesRelationship(String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a features relationship between the base feature and related feature table.
- addFeaturesRelationship(String, String, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a features relationship between the base feature and related feature table.
- addFileExtension(File, String) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Add a the file extension to the file
- addFileExtension(String, String) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Add a the file extension to the name
- addFormat(String) - Method in class mil.nga.geopackage.db.DateConverter
-
Add date format
- addGeoPackage(T) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Add GeoPackage
- addGeoPackageExtension(File) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
-
Add a GeoPackage extension if one does not exist
- addGeoPackageExtension(String) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
-
Add a GeoPackage extension if one does not exist
- addGeoPackages(Collection<T>) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Add a collection of GeoPackages
- addIsNotNull(SQLiteMasterColumn) - Method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Add an is not null query
- addIsNull(SQLiteMasterColumn) - Method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Add an is null query
- additionalColumns - Variable in class mil.nga.geopackage.user.UserTableMetadata
-
Additional table columns
- addMediaRelationship(String, MediaTable, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a media relationship between the base table and user media related table.
- addMediaRelationship(String, MediaTable, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a media relationship between the base table and user media related table.
- addNotNullConstraint() - Method in class mil.nga.geopackage.user.UserColumn
-
Add a not null constraint
- addPrimaryKeyConstraint() - Method in class mil.nga.geopackage.user.UserColumn
-
Add a primary key constraint
- addProgress(int) - Method in interface mil.nga.geopackage.io.GeoPackageProgress
-
Add to the total progress
- addProjection(Projections, String, String) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Add a projection
- addRelationship(String, String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and related table.
- addRelationship(String, String, String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and related table.
- addRelationship(String, String, String, RelationType) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and related table.
- addRelationship(String, String, UserMappingTable, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and related table.
- addRelationship(String, String, UserMappingTable, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and related table.
- addRelationship(String, String, UserMappingTable, RelationType) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and related table.
- addRelationship(String, UserRelatedTable, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and user related table.
- addRelationship(String, UserRelatedTable, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and user related table.
- addRelationship(String, UserTable<? extends UserColumn>, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and user related table.
- addRelationship(String, UserTable<? extends UserColumn>, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and user related table.
- addRelationship(String, UserTable<? extends UserColumn>, String, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and user related table.
- addRelationship(String, UserTable<? extends UserColumn>, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a relationship between the base and user related table.
- addSimpleAttributesRelationship(String, SimpleAttributesTable, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a simple attributes relationship between the base table and user simple attributes related table.
- addSimpleAttributesRelationship(String, SimpleAttributesTable, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a simple attributes relationship between the base table and user simple attributes related table.
- addTableConstraint(Constraint) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Add a table constraint
- addTableConstraints(Constraints) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Add table constraints
- addTilesRelationship(String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a tiles relationship between the base table and related tiles table.
- addTilesRelationship(String, String, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a tiles relationship between the base table and related tiles table.
- addTilesRelationship(String, TileTable, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a tiles relationship between the base table and user tiles related table.
- addTilesRelationship(String, TileTable, UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Adds a tiles relationship between the base table and user tiles related table.
- addUniqueConstraint() - Method in class mil.nga.geopackage.user.UserColumn
-
Add a unique constraint
- addValue(String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Add a property value, creating the extension if needed
- addValue(String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Add a property value to all GeoPackages
- addValue(String, String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Add a property value to a specified GeoPackage
- adjustTileMatrixLengths(TileMatrixSet, List<TileMatrix>) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
-
Adjust the tile matrix lengths if needed.
- aggregateFunction(String, String, boolean, String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Execute an aggregate function
- aggregateFunction(String, String, boolean, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Execute an aggregate function
- aggregateFunction(String, String, String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Execute an aggregate function
- aggregateFunction(String, String, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Execute an aggregate function
- algorithm - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Interpolation algorithm
- all() - Method in class mil.nga.geopackage.db.table.Constraints
-
Get the constraints
- alterColumn(GeoPackageCoreConnection, String, UserCustomColumn) - Static method in class mil.nga.geopackage.db.AlterTable
-
Alter a column
- alterColumn(GeoPackageCoreConnection, UserTable<T>, T) - Static method in class mil.nga.geopackage.db.AlterTable
-
Alter a column
- alterColumn(TColumn) - Method in class mil.nga.geopackage.user.UserColumns
-
Alter a column
- alterColumn(TColumn) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Alter a column
- alterColumn(TColumn) - Method in class mil.nga.geopackage.user.UserTable
-
Alter a column
- alterColumns(Collection<TColumn>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Alter columns
- alterColumns(GeoPackageCoreConnection, String, Collection<UserCustomColumn>) - Static method in class mil.nga.geopackage.db.AlterTable
-
Alter columns
- alterColumns(GeoPackageCoreConnection, UserTable<T>, Collection<T>) - Static method in class mil.nga.geopackage.db.AlterTable
-
Alter columns
- alterTable(String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Create the ALTER TABLE SQL command prefix
- alterTable(GeoPackageCoreConnection, String, TableMapping) - Static method in class mil.nga.geopackage.db.AlterTable
-
Alter a table with a new table SQL creation statement and table mapping.
- alterTable(GeoPackageCoreConnection, UserTable<? extends UserColumn>) - Static method in class mil.nga.geopackage.db.AlterTable
-
Alter a table with a new table schema assuming a default table mapping.
- alterTable(GeoPackageCoreConnection, UserTable<? extends UserColumn>, TableMapping) - Static method in class mil.nga.geopackage.db.AlterTable
-
Alter a table with a new table schema and table mapping.
- AlterTable - Class in mil.nga.geopackage.db
-
Builds and performs alter table statements
- AlterTable() - Constructor for class mil.nga.geopackage.db.AlterTable
- appendColumns(StringBuilder, String[], String[]) - Static method in class mil.nga.geopackage.db.SQLiteQueryBuilder
-
Add the names that are non-null in columns to s, separating them with commas.
- APPLICATION_ID - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
GeoPackage application id
- AREA - mil.nga.geopackage.extension.coverage.GriddedCoverageEncodingType
-
Assume the entire grid cell has the same value
- atMinimum() - Method in enum mil.nga.geopackage.extension.CrsWktExtensionVersion
-
Versions at and above this version
- ATTRIBUTE - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to the characteristic of a feature (instance)
- ATTRIBUTE_TYPE - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to the attribute class
- ATTRIBUTES - mil.nga.geopackage.contents.ContentsDataType
-
Attributes
- ATTRIBUTES - mil.nga.geopackage.extension.related.RelationType
-
Relate features or attributes with attributes
- AttributesColumn - Class in mil.nga.geopackage.attributes
-
Attributes column
- AttributesColumn(AttributesColumn) - Constructor for class mil.nga.geopackage.attributes.AttributesColumn
-
Copy Constructor
- AttributesColumns - Class in mil.nga.geopackage.attributes
-
Collection of attributes columns
- AttributesColumns(String, List<AttributesColumn>) - Constructor for class mil.nga.geopackage.attributes.AttributesColumns
-
Constructor
- AttributesColumns(String, List<AttributesColumn>, boolean) - Constructor for class mil.nga.geopackage.attributes.AttributesColumns
-
Constructor
- AttributesColumns(AttributesColumns) - Constructor for class mil.nga.geopackage.attributes.AttributesColumns
-
Copy Constructor
- 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
- AttributesTable(AttributesTable) - Constructor for class mil.nga.geopackage.attributes.AttributesTable
-
Copy Constructor
- AttributesTableMetadata - Class in mil.nga.geopackage.attributes
-
Attributes Table Metadata for defining table creation information
- AttributesTableMetadata() - Constructor for class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- AttributesTableMetadata(String, String, boolean, List<AttributesColumn>, Constraints) - Constructor for class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- AttributesTableMetadata(String, String, String, boolean, List<AttributesColumn>, Constraints) - Constructor for class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- AttributesTableMetadata(String, String, String, List<AttributesColumn>, Constraints) - Constructor for class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- AttributesTableMetadata(String, String, List<AttributesColumn>, Constraints) - Constructor for class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- AttributesTableMetadata(String, String, List<AttributesColumn>, Constraints, boolean) - Constructor for class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- AttributesTableMetadata(String, List<AttributesColumn>, Constraints) - Constructor for class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- AttributesTableReader - Class in mil.nga.geopackage.attributes
-
Reads the metadata from an existing attributes table
- AttributesTableReader(String) - Constructor for class mil.nga.geopackage.attributes.AttributesTableReader
-
Constructor
- autoincrement - Variable in class mil.nga.geopackage.user.UserTableMetadata
-
ID autoincrement flag
- AUTOINCREMENT - mil.nga.geopackage.db.table.ConstraintType
-
Autoincrement column constraint
- AUTOINCREMENT_CONSTRAINT_ORDER - Static variable in class mil.nga.geopackage.user.UserColumn
-
Autoincrement Constraint Order
B
- BaseExtension - Class in mil.nga.geopackage.extension
-
Abstract base GeoPackage extension
- BaseExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.BaseExtension
-
Constructor
- BBOX_CRS - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 26
- beginTransaction() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Begin a transaction
- beginTransaction() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Begin a transaction
- beginTransaction() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Begin a transaction
- BICUBIC - mil.nga.geopackage.extension.coverage.CoverageDataAlgorithm
-
Considers 16 pixels to interpolate each value
- BILINEAR - mil.nga.geopackage.extension.coverage.CoverageDataAlgorithm
-
Performs linear interpolation first in one direction, and then again in the other direction
- BLOB - mil.nga.geopackage.db.GeoPackageDataType
-
BLOB{(max_size)}: Variable length binary data.
- BOOLEAN - mil.nga.geopackage.db.GeoPackageDataType
-
A boolean value representing true or false.
- 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 - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Features bounding box
- boundingBox - Variable in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Bounding box
- 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(Geometry) - Constructor for class mil.nga.geopackage.BoundingBox
-
Constructor
- BoundingBox(GeometryEnvelope) - Constructor for class mil.nga.geopackage.BoundingBox
-
Constructor
- boundingBoxProjection - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Bounding Box projection
- boundWebMercatorBoundingBox(BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Bound the web mercator bounding box within the limits
- 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
- buildCollectionRequestUrl() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Build the collection request URL
- buildColumns() - Method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Build the table columns
- buildColumns() - Method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Build the table columns
- buildColumns() - Method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Build the table columns
- buildColumns() - Method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Build the table columns
- buildColumns() - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Build the table columns
- buildColumns() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Build the table columns
- 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(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(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(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(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(Map<String, String>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build "columns as" values for the table column to value mapping
- buildColumnsAsNull(String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build "columns as" values for the table columns with the specified columns as null
- 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
- buildConstraintSql(Constraint) - Method in class mil.nga.geopackage.user.UserColumn
-
Build the SQL for the constraint
- buildEnvelope() - Method in class mil.nga.geopackage.BoundingBox
-
Build a Geometry Envelope from the bounding box
- buildEnvelope() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Build, set, and retrieve the envelope from the geometry
- buildEnvelope(BoundingBox) - Static 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
- buildGeometry() - Method in class mil.nga.geopackage.BoundingBox
-
Build a geometry representation of the bounding box
- buildGeometry(BoundingBox) - Static method in class mil.nga.geopackage.BoundingBox
-
Build a geometry representation of the bounding box
- buildLimit(int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build a limit String with the limit and offset
- buildNameSql() - Method in class mil.nga.geopackage.db.table.Constraint
-
Build the name SQL
- buildProperty(String...) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Build a combined property separated by
PropertyConstants.PROPERTY_DIVIDER
- buildQueryString(boolean, String[], String[], String[], String, String, String, String, String) - Static method in class mil.nga.geopackage.db.SQLiteQueryBuilder
-
Build an SQL query string from the given clauses.
- buildQueryString(boolean, String, String[], String[], String, String, String, String, String) - Static method in class mil.nga.geopackage.db.SQLiteQueryBuilder
-
Build an SQL query string from the given clauses.
- buildRelationName(String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Build the custom relation name with author
- buildResults(Result, GeoPackageDataType[], Integer) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Build the result rows from the result and the optional limit
- buildSingleColumnResults(Result, int, GeoPackageDataType, Integer) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Build single column result rows from the result and the optional limit
- buildSingleResult(Result, int, GeoPackageDataType) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Build single result value from the column
- buildSql() - Method in class mil.nga.geopackage.db.table.Constraint
-
Build the constraint SQL
- buildSql() - Method in class mil.nga.geopackage.db.table.RawConstraint
-
Build the constraint SQL
- buildSql() - Method in class mil.nga.geopackage.db.table.UniqueConstraint
-
Build the constraint SQL
- buildSQL() - Method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Build the query SQL
- 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(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, String, String, String, BoundingBox) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where statement for a bounding box on longitude and latitude range fields
- buildWhere(String, String, String, String, GeometryEnvelope) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where statement for a geometry envelope on x and y range fields
- buildWhere(String, String, BoundingBox) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where statement for a bounding box on a longitude and latitude field
- buildWhere(String, String, ColumnRange) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where statement for a range on a minimum and maximum column
- buildWhere(String, String, ColumnRange, String, String, ColumnRange) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where statement for ranges on minimum and maximum columns
- buildWhere(String, String, GeometryEnvelope) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where statement for a geometry envelope on a x and y field
- buildWhere(String, ColumnRange) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where statement for a range on a column
- buildWhere(String, ColumnRange, String, ColumnRange) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where statement for ranges on columns
- buildWhere(String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) statement for a single field
- buildWhere(Set<Map.Entry<String, Object>>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) statement from the fields
- buildWhereArgs(Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the value
- buildWhereArgs(Object[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the values
- buildWhereArgs(Collection<Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the values
- buildWhereArgs(BoundingBox) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the bounding box
- buildWhereArgs(BoundingBox, Double) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the bounding box
- buildWhereArgs(BoundingBox, Double, Double) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the bounding box
- buildWhereArgs(ColumnRange) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the range
- buildWhereArgs(ColumnRange, ColumnRange) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the ranges
- buildWhereArgs(ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the value
- buildWhereArgs(GeometryEnvelope) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the geometry envelope
- buildWhereArgs(GeometryEnvelope, Double) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the geometry envelope
- buildWhereArgs(GeometryEnvelope, Double, Double) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) args for the geometry envelope
- buildWhereIn(String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where statement for ids in the nested SQL query
- buildWhereInArgs(String[], String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where args for ids in the nested SQL query
- buildWhereLike(String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) LIKE statement for a single field
- buildWhereLike(String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) LIKE statement for a single field
- buildWhereNull(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Build where (or selection) statement for a single field being null
- bytes(long, Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from the geometry
- bytes(Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from the geometry, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- bytesAndBuildEnvelope(long, Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from the geometry with built envelope
- bytesAndBuildEnvelope(Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from the geometry with built envelope, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- bytesFromWkb(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from Well-Known bytes, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- bytesFromWkb(long, byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from Well-Known bytes
- bytesFromWkbAndBuildEnvelope(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from Well-Known bytes with built envelope, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- bytesFromWkbAndBuildEnvelope(long, byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from Well-Known bytes with built envelope
- bytesFromWkt(long, String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from Well-Known text
- bytesFromWkt(String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from Well-Known text, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- bytesFromWktAndBuildEnvelope(long, String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from Well-Known text with built envelope
- bytesFromWktAndBuildEnvelope(String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
GeoPackage geometry bytes from Well-Known text with built envelope, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
C
- callInTransaction(Callable<T>) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Execute the
Callable
class inside an ORMLite transaction - callInTransaction(Callable<T>) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Execute the
Callable
class inside an ORMLite transaction - CATALOG - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Metadata applies to a feature catalog
- CENTER - mil.nga.geopackage.extension.coverage.GriddedCoverageEncodingType
-
Assume the value is center of grid cell (default)
- CHECK - mil.nga.geopackage.db.table.ConstraintType
-
Check table and column constraint
- chunkLimit - Variable in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query single chunk limit
- CID - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Index column
- CID_INDEX - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Index column index
- cleanupOnCancel() - Method in interface mil.nga.geopackage.io.GeoPackageProgress
-
Should the progress so far be deleted when canceled (
GeoPackageProgress.isActive()
becomes false) - clear() - Method in class mil.nga.geopackage.db.table.Constraints
-
Clear the constraints
- 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 - clear(ConstraintType) - Method in class mil.nga.geopackage.db.table.Constraints
-
Clear the constraints of the provided type
- clearBytes() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Clear the bytes
- clearConstraints() - Method in class mil.nga.geopackage.user.UserColumn
-
Clear the constraints
- clearConstraints() - Method in class mil.nga.geopackage.user.UserTable
-
Clear the constraints
- clearConstraints(boolean) - Method in class mil.nga.geopackage.user.UserColumn
-
Clear the constraints
- clearConstraints(ConstraintType) - Method in class mil.nga.geopackage.user.UserColumn
-
Clear the constraints of the provided type
- clearConstraints(ConstraintType) - Method in class mil.nga.geopackage.user.UserTable
-
Clear the constraints of the provided type
- clearGeometryBytes() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Clear the geometry bytes and overall bytes
- clearGeoPackages() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Clears all cached GeoPackages but does not close them
- clearHeaderBytes() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Clear the header bytes and overall bytes
- close() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
- close() - Method in interface mil.nga.geopackage.db.Result
-
Close the result
- close() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Close the GeoPackage connection
- close() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Close the GeoPackage connection
- close() - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
-
Close the current results
- 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(T) - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Close the GeoPackage
- closeAll() - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Close all GeoPackages in the cache
- closeGeoPackage(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Close the GeoPackage with name
- closeGeoPackages() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Close all GeoPackages in the manager
- closeGeoPackages(Collection<String>) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Close GeoPackages with names
- closeIfCached(T) - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Close the GeoPackage if it is cached (same GeoPackage instance)
- closeIfNotCached(T) - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Close the GeoPackage if it is not cached (GeoPackage not cached or different instance)
- 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
- closeRetainGeoPackages(Collection<String>) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Close GeoPackages not specified in the retain GeoPackage names
- CLOSEST_IN_OUT - mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Search for tiles in closest zoom level order, zoom in levels before zoom out
- CLOSEST_OUT_IN - mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Search for tiles in closest zoom level order, zoom out levels before zoom in
- COLLATE - mil.nga.geopackage.db.table.ConstraintType
-
Collate column constraint
- COLLECTION_HARDWARE - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to the collection hardware class
- COLLECTION_SESSION - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to the collection session
- collectionRequest() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Collection request
- collectionRequest(String) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Collection request for the provided URL
- COLUMN - mil.nga.geopackage.extension.metadata.reference.ReferenceScopeType
-
Column
- COLUMN_ANCHOR_U - Static variable in class mil.nga.geopackage.extension.nga.style.IconTable
-
UV Mapping horizontal anchor distance inclusively between 0.0 and 1.0 from the left edge, when null assume 0.5 (middle of icon)
- COLUMN_ANCHOR_V - Static variable in class mil.nga.geopackage.extension.nga.style.IconTable
-
UV Mapping vertical anchor distance inclusively between 0.0 and 1.0 from the top edge, when null assume 1.0 (bottom of icon)
- COLUMN_ATTRIBUTES_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- COLUMN_AUTH_NAME - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
-
authName field name
- COLUMN_AUTH_SRID - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
-
authSrid field name
- COLUMN_BASE_ID - Static variable in class mil.nga.geopackage.extension.related.UserMappingTable
-
Base ID column name
- COLUMN_BASE_PRIMARY_COLUMN - Static variable in class mil.nga.geopackage.extension.related.ExtendedRelation
-
base_primary_column field name
- COLUMN_BASE_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.related.ExtendedRelation
-
base_table_name field name
- COLUMN_COALESCE - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- COLUMN_COLOR - Static variable in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Geometry color in hex format #RRGGBB or #RGB
- 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.extension.metadata.reference.MetadataReference
-
columnName field name
- COLUMN_COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.schema.columns.DataColumns
-
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_CONSTRAINT_NAME - Static variable in class mil.nga.geopackage.extension.schema.columns.DataColumns
-
constraintName field name
- COLUMN_CONSTRAINT_NAME - Static variable in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
-
constraintName field name
- COLUMN_CONSTRAINT_TYPE - Static variable in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
-
constraintType field name
- COLUMN_CONSTRAINTS - Static variable in enum mil.nga.geopackage.db.table.ConstraintType
-
Column constraints
- COLUMN_CONTENT - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- COLUMN_CONTENT_ID - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- COLUMN_CONTENT_TYPE - Static variable in class mil.nga.geopackage.extension.related.media.MediaTable
-
Mime-type of data column name
- COLUMN_COORD_DIMENSION - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
-
coordDimension field name
- COLUMN_DATA - Static variable in class mil.nga.geopackage.extension.related.media.MediaTable
-
Multimedia content column 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.contents.Contents
-
dataType field name
- COLUMN_DATATYPE - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
datatype column
- COLUMN_DEFINITION - Static variable in class mil.nga.geopackage.extension.Extensions
-
definition field name
- COLUMN_DEFINITION - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
definition field name
- COLUMN_DEFINITION - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
definition field name
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.contents.Contents
-
description field name
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.extension.im.portrayal.Styles
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.extension.im.portrayal.Symbols
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.extension.nga.style.IconTable
-
Feature Icon description
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Feature Style description
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.extension.schema.columns.DataColumns
-
description field name
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
-
description field name
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
description field name
- COLUMN_DESCRIPTION - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
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.nga.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.extension.metadata.reference.MetadataReference
-
mdFileId field name
- COLUMN_FILL_COLOR - Static variable in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Closed geometry fill color in hex format #RRGGBB or #RGB
- COLUMN_FILL_OPACITY - Static variable in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Closed geometry fill color opacity inclusively between 0.0 and 1.0
- COLUMN_FORMAT - Static variable in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- COLUMN_FORMAT - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- COLUMN_GEOM_ID - Static variable in class mil.nga.geopackage.extension.nga.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.extension.nga.style.StyleMappingTable
-
Geometry Type Name column 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_HEIGHT - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- COLUMN_HEIGHT - Static variable in class mil.nga.geopackage.extension.nga.style.IconTable
-
Icon display height, when null use actual icon height
- COLUMN_ID - Static variable in class mil.nga.geopackage.contents.Contents
-
id field name, tableName
- 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.extension.ecere.tile_matrix_set.ExtTileMatrix
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.im.portrayal.Styles
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.im.portrayal.Symbols
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.metadata.Metadata
-
id field name
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.nga.contents.ContentsId
-
id field name
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.nga.style.StyleTable
-
id name
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.related.ExtendedRelation
-
id field name
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Autoincrement primary key, optional name
- COLUMN_ID - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
ID column name
- COLUMN_ID - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
id field name, srsId
- COLUMN_ID - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
-
id field name, srid
- COLUMN_ID - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
id field name, srsId
- 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.extension.schema.columns.DataColumns
-
id 1 field name, tableName
- 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.tiles.matrix.TileMatrix
-
id 1 field name, tableName
- COLUMN_ID_2 - Static variable in class mil.nga.geopackage.extension.schema.columns.DataColumns
-
id 2 field name, columnName
- 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.tiles.matrix.TileMatrix
-
id 2 field name, zoomLevel
- COLUMN_IDENTIFIER - Static variable in class mil.nga.geopackage.contents.Contents
-
identifier field name
- COLUMN_LAST_CHANGE - Static variable in class mil.nga.geopackage.contents.Contents
-
lastChange field name
- COLUMN_LAST_INDEXED - Static variable in class mil.nga.geopackage.extension.nga.index.TableIndex
-
Last indexed column
- COLUMN_LAYER_ID - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- COLUMN_LEFT - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- COLUMN_M - Static variable in class mil.nga.geopackage.features.columns.GeometryColumns
-
m field name
- COLUMN_MAPPING_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.related.ExtendedRelation
-
mapping_table_name field name
- COLUMN_MATRIX_HEIGHT - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- 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.extension.ecere.tile_matrix_set.ExtTileMatrix
- 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.extension.schema.constraints.DataColumnConstraints
-
max field name
- COLUMN_MAX_IS_INCLUSIVE - Static variable in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
-
maxIsInclusive field name
- COLUMN_MAX_LEVEL - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- COLUMN_MAX_M - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Max M
- COLUMN_MAX_ROW - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- COLUMN_MAX_X - Static variable in class mil.nga.geopackage.contents.Contents
-
maxX field name
- COLUMN_MAX_X - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- COLUMN_MAX_X - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Max X
- COLUMN_MAX_X - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Max X column name
- 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.contents.Contents
-
maxY field name
- COLUMN_MAX_Y - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- COLUMN_MAX_Y - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Max Y
- COLUMN_MAX_Y - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Max Y column name
- 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.nga.index.GeometryIndex
-
Max Z
- COLUMN_MAXZOOM - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- COLUMN_MEAN - Static variable in class mil.nga.geopackage.extension.coverage.GriddedTile
-
mean column
- COLUMN_METADATA - Static variable in class mil.nga.geopackage.extension.metadata.Metadata
-
metadata field name
- COLUMN_MIME_TYPE - Static variable in class mil.nga.geopackage.extension.metadata.Metadata
-
mimeType field name
- COLUMN_MIME_TYPE - Static variable in class mil.nga.geopackage.extension.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.extension.schema.constraints.DataColumnConstraints
-
min field name
- COLUMN_MIN_IS_INCLUSIVE - Static variable in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
-
minIsInclusive field name
- COLUMN_MIN_LEVEL - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- COLUMN_MIN_M - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Min M
- COLUMN_MIN_ROW - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- COLUMN_MIN_X - Static variable in class mil.nga.geopackage.contents.Contents
-
minX field name
- COLUMN_MIN_X - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- COLUMN_MIN_X - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Min X
- COLUMN_MIN_X - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Min X column name
- 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.contents.Contents
-
minY field name
- COLUMN_MIN_Y - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- COLUMN_MIN_Y - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Min Y
- COLUMN_MIN_Y - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Min Y column name
- 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.nga.index.GeometryIndex
-
Min Z
- COLUMN_MINZOOM - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.nga.style.IconTable
-
Feature Icon name
- COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Feature Style name
- COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.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_OFFSET_X - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- COLUMN_OFFSET_Y - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- COLUMN_OPACITY - Static variable in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Geometry color opacity inclusively between 0.0 and 1.0
- COLUMN_ORGANIZATION - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
organization field name
- COLUMN_ORGANIZATION - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
organization field name
- COLUMN_ORGANIZATION_COORDSYS_ID - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
organizationCoordsysId field name
- COLUMN_ORGANIZATION_COORDSYS_ID - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
organizationCoordsysId field name
- COLUMN_PARENT_ID - Static variable in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
mdParentId field name
- COLUMN_PIXEL_RATIO - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- COLUMN_PIXEL_X_SIZE - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- 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.extension.ecere.tile_matrix_set.ExtTileMatrix
- 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_PROPERTY - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Property 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.extension.metadata.reference.MetadataReference
-
referenceScope field name
- COLUMN_RELATED_ID - Static variable in class mil.nga.geopackage.extension.related.UserMappingTable
-
Related ID column name
- COLUMN_RELATED_PRIMARY_COLUMN - Static variable in class mil.nga.geopackage.extension.related.ExtendedRelation
-
related_primary_column field name
- COLUMN_RELATED_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.related.ExtendedRelation
-
related_table_name field name
- COLUMN_RELATION_NAME - Static variable in class mil.nga.geopackage.extension.related.ExtendedRelation
-
relation_name field name
- COLUMN_ROW_ID_VALUE - Static variable in class mil.nga.geopackage.extension.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_SCALE_DENOMINATOR - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- COLUMN_SCALING_TYPE - Static variable in class mil.nga.geopackage.extension.nga.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.extension.metadata.Metadata
-
scope field name
- COLUMN_SRID - Static variable in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
-
srid field name
- COLUMN_SRID - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
-
srid field name
- COLUMN_SRS_ID - Static variable in class mil.nga.geopackage.contents.Contents
-
srsId field name
- COLUMN_SRS_ID - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- 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.srs.SpatialReferenceSystem
-
srsId field name
- COLUMN_SRS_ID - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
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.features.columns.GeometryColumnsSqlMm
-
srsName field name
- COLUMN_SRS_NAME - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
srsName field name
- COLUMN_SRS_NAME - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
srsName field name
- COLUMN_SRTEXT - Static variable in class mil.nga.geopackage.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.extension.metadata.Metadata
-
standardUri field name
- COLUMN_STYLE - Static variable in class mil.nga.geopackage.extension.im.portrayal.Styles
- COLUMN_STYLE_ID - Static variable in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- COLUMN_STYLESHEET - Static variable in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- COLUMN_SYMBOL - Static variable in class mil.nga.geopackage.extension.im.portrayal.Symbols
- COLUMN_SYMBOL_ID - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- 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.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.ecere.tile_matrix_set.TileMatrixTable
- 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.im.vector_tiles.VectorTilesLayers
- COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
tableName field name
- COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.contents.ContentsId
-
tableName field name
- COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
tableName field name
- COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.index.TableIndex
-
tableName field name
- COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.scale.TileScaling
-
tableName column
- COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.extension.schema.columns.DataColumns
-
tableName field name
- 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.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.extension.ecere.tile_matrix_set.ExtTileMatrix
- 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.nga.link.FeatureTileLink
-
tileTableName field name
- COLUMN_TILE_WIDTH - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- 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.extension.metadata.reference.MetadataReference
-
timestamp field name
- COLUMN_TITLE - Static variable in class mil.nga.geopackage.extension.schema.columns.DataColumns
-
title field name
- COLUMN_TM_ID - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- COLUMN_TMS - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- COLUMN_TMS_ID - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- COLUMN_TMS_ID - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- COLUMN_TOP - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- COLUMN_TYPE - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- COLUMN_UOM - Static variable in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
uom column
- COLUMN_URI - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- COLUMN_URI - Static variable in class mil.nga.geopackage.extension.im.portrayal.Styles
- COLUMN_URI - Static variable in class mil.nga.geopackage.extension.im.portrayal.Symbols
- COLUMN_VALUE - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Value column
- COLUMN_VALUE - Static variable in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
-
value field name
- COLUMN_WIDTH - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- COLUMN_WIDTH - Static variable in class mil.nga.geopackage.extension.nga.style.IconTable
-
Icon display width, when null use actual icon width
- COLUMN_WIDTH - Static variable in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Geometry line stroke or point width greater than or equal to 0.0
- 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.nga.scale.TileScaling
-
zoomIn field name
- COLUMN_ZOOM_LEVEL - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- 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.nga.scale.TileScaling
-
zoomOut field name
- ColumnConstraints - Class in mil.nga.geopackage.db.table
-
Column Constraints
- ColumnConstraints(String) - Constructor for class mil.nga.geopackage.db.table.ColumnConstraints
-
Constructor
- columnCount() - Method in class mil.nga.geopackage.user.UserColumns
-
Get the column count
- columnCount() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the column count
- 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
- columnDefaultValue(Object, GeoPackageDataType) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Get the column default value as a string
- columnDefaultValue(UserColumn) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Get the column default value as a string
- columnDefinition(UserColumn) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the column definition SQL in the format:
- columnExists(String, String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Check if the table column exists
- ColumnRange - Class in mil.nga.geopackage.user
-
Column Range wrapper to specify a range and additional attributes, such as a tolerance for floating point numbers
- ColumnRange(Number, Number) - Constructor for class mil.nga.geopackage.user.ColumnRange
-
Constructor
- ColumnRange(Number, Number, Double) - Constructor for class mil.nga.geopackage.user.ColumnRange
-
Constructor
- columns - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Table columns
- columns - Variable in class mil.nga.geopackage.user.UserCoreRow
-
User columns
- columns - Variable in class mil.nga.geopackage.user.UserTableMetadata
-
Table columns
- columns() - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the columns in the result
- columns(SQLiteMasterColumn...) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Shortcut to build columns into an array
- columnsOfType(GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserColumns
-
Get the columns with the provided data type
- columnsOfType(GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserTable
-
Get the columns with the provided data type
- columnSQL(UserColumn) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the column SQL in the format:
- 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
- commit() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Commit changes on the connection
- commit() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Commit changes on the connection
- commit() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Commit changes on the connection
- compareTo(Constraint) - Method in class mil.nga.geopackage.db.table.Constraint
- compareTo(UserColumn) - Method in class mil.nga.geopackage.user.UserColumn
- 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
- connection - Variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Connection
- connectionSource - Variable in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Connection source
- Constraint - Class in mil.nga.geopackage.db.table
-
Table or column constraint
- Constraint(ConstraintType) - Constructor for class mil.nga.geopackage.db.table.Constraint
-
Constructor
- Constraint(ConstraintType, Integer) - Constructor for class mil.nga.geopackage.db.table.Constraint
-
Constructor
- Constraint(ConstraintType, String) - Constructor for class mil.nga.geopackage.db.table.Constraint
-
Constructor
- Constraint(ConstraintType, String, Integer) - Constructor for class mil.nga.geopackage.db.table.Constraint
-
Constructor
- CONSTRAINT - Static variable in class mil.nga.geopackage.db.table.Constraint
-
Constraint keyword
- ConstraintParser - Class in mil.nga.geopackage.db.table
-
SQL constraint parser from create table statements
- ConstraintParser() - Constructor for class mil.nga.geopackage.db.table.ConstraintParser
- constraints - Variable in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constraints
- Constraints - Class in mil.nga.geopackage.db.table
-
User table or column constraints
- Constraints() - Constructor for class mil.nga.geopackage.db.table.Constraints
-
Constructor
- Constraints(Constraints) - Constructor for class mil.nga.geopackage.db.table.Constraints
-
Copy Constructor
- ConstraintType - Enum in mil.nga.geopackage.db.table
-
Constraint types
- contains(BoundingBox) - Method in class mil.nga.geopackage.BoundingBox
-
Determine if inclusively contains the provided bounding box
- containsWhitespace(String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Determine if the name contains whitespace
- Contents - Class in mil.nga.geopackage.contents
-
Contents object.
- Contents() - Constructor for class mil.nga.geopackage.contents.Contents
-
Default Constructor
- Contents(Contents) - Constructor for class mil.nga.geopackage.contents.Contents
-
Copy Constructor
- CONTENTS - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Contents property
- CONTENTS_DATA_TYPE - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
Custom data types
- ContentsDao - Class in mil.nga.geopackage.contents
-
Contents Data Access Object
- ContentsDao(ConnectionSource, Class<Contents>) - Constructor for class mil.nga.geopackage.contents.ContentsDao
-
Constructor, required by ORMLite
- ContentsDataType - Enum in mil.nga.geopackage.contents
-
Contents data type enumeration
- contentsId - Variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Contents Id extension
- ContentsId - Class in mil.nga.geopackage.extension.nga.contents
-
Contents Id object, for maintaining a unique identifier for contents tables
- ContentsId() - Constructor for class mil.nga.geopackage.extension.nga.contents.ContentsId
-
Default Constructor
- ContentsId(ContentsId) - Constructor for class mil.nga.geopackage.extension.nga.contents.ContentsId
-
Copy Constructor
- ContentsIdDao - Class in mil.nga.geopackage.extension.nga.contents
-
Contents Id Data Access Object
- ContentsIdDao(ConnectionSource, Class<ContentsId>) - Constructor for class mil.nga.geopackage.extension.nga.contents.ContentsIdDao
-
Constructor, required by ORMLite
- ContentsIdExtension - Class in mil.nga.geopackage.extension.nga.contents
-
This extension assigns a unique integer identifier to tables defined in the contents.
- ContentsIdExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Constructor
- ContentsIdTableCreator - Class in mil.nga.geopackage.extension.nga.contents
-
Contents Id Extension Table Creator
- ContentsIdTableCreator(GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.extension.nga.contents.ContentsIdTableCreator
-
Constructor
- ContentsIdTableCreator(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.nga.contents.ContentsIdTableCreator
-
Constructor
- CONTRIBUTOR - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
An entity responsible for making contributions to the resource
- converter(GeoPackageDataType) - Static method in class mil.nga.geopackage.db.DateConverter
-
Get a date converter for the data type
- CoordinateReferenceSystem - Enum in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) Coordinate Reference Systems
- copy() - Method in class mil.nga.geopackage.attributes.AttributesColumn
-
Copy the column
- copy() - Method in class mil.nga.geopackage.attributes.AttributesColumns
-
Copy the user columns
- copy() - Method in class mil.nga.geopackage.attributes.AttributesTable
-
Copy the table
- copy() - Method in class mil.nga.geopackage.BoundingBox
-
Copy the bounding box
- copy() - Method in class mil.nga.geopackage.db.table.Constraint
-
Copy the constraint
- copy() - Method in class mil.nga.geopackage.db.table.Constraints
-
Copy the constraints
- copy() - Method in class mil.nga.geopackage.db.table.RawConstraint
-
Copy the constraint
- copy() - Method in class mil.nga.geopackage.db.table.UniqueConstraint
-
Copy the constraint
- copy() - Method in class mil.nga.geopackage.features.user.FeatureColumn
-
Copy the column
- copy() - Method in class mil.nga.geopackage.features.user.FeatureColumns
-
Copy the user columns
- copy() - Method in class mil.nga.geopackage.features.user.FeatureTable
-
Copy the table
- copy() - Method in class mil.nga.geopackage.tiles.user.TileColumn
-
Copy the column
- copy() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Copy the user columns
- copy() - Method in class mil.nga.geopackage.tiles.user.TileTable
-
Copy the table
- copy() - Method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Copy the column
- copy() - Method in class mil.nga.geopackage.user.custom.UserCustomColumns
-
Copy the user columns
- copy() - Method in class mil.nga.geopackage.user.custom.UserCustomTable
-
Copy the table
- copy() - Method in class mil.nga.geopackage.user.UserColumn
-
Copy the column
- copy() - Method in class mil.nga.geopackage.user.UserColumns
-
Copy the user columns
- copy() - Method in class mil.nga.geopackage.user.UserTable
-
Copy the table
- COPY_BUFFER_SIZE - Static variable in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Copy stream buffer chunk size in bytes
- copyAttributeTable(String, String, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the attribute table
- copyContents(String, String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the contents
- copyContentsId(String, String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Copy the Contents Id extensions for the table
- copyFeatureStyle(String, String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Copy the Feature Style extensions for the table.
- copyFeatureTable(String, String, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the feature table
- copyFeatureTileLink(String, String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Copy the Feature Tile Link extensions for the table
- copyFile(File, File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Copy a file to a file location
- copyFile(File, File, GeoPackageProgress) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Copy a file to a file location
- copyFile(File, OutputStream) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Copy a file to an output stream
- copyFile(File, OutputStream, GeoPackageProgress) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Copy a file to an output stream
- copyGeometryIndex(String, String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Copy the Geometry Index extension for the table
- copyGriddedCoverage(String, String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Copy the Gridded Coverage extensions for the table
- copyMetadata(String, String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Copy the Metadata extensions for the table
- copyRelatedTables(String, String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Copy the Related Tables extensions for the table
- copyRTreeSpatialIndex(String, String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Copy the RTree Spatial extension for the table
- copySchema(String, String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Copy the Schema extensions for the table
- 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
- copyTable(String, String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Copy the table with transferred contents and extensions
- copyTable(String, String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the table with transferred contents and extensions
- copyTable(String, String, boolean, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the table
- copyTable(GeoPackageCoreConnection, String, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Copy the table and row content
- copyTable(GeoPackageCoreConnection, String, String, boolean) - Static method in class mil.nga.geopackage.db.AlterTable
-
Copy the table
- copyTable(GeoPackageCoreConnection, UserTable<? extends UserColumn>, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Copy the table and row content
- copyTable(GeoPackageCoreConnection, UserTable<? extends UserColumn>, String, boolean) - Static method in class mil.nga.geopackage.db.AlterTable
-
Copy the table
- copyTableAsEmpty(String, String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Copy the table but leave the user table empty and without extensions
- copyTableAsEmpty(String, String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the table but leave the user table empty and without extensions
- copyTableExtensions(String, String) - Method in class mil.nga.geopackage.extension.ecere.EcereExtensions
-
Copy all table extensions for the table
- copyTableExtensions(String, String) - Method in class mil.nga.geopackage.extension.ExtensionManagement
-
Copy all table extensions for the table
- copyTableExtensions(String, String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Copy all table extensions for the table
- copyTableExtensions(String, String) - Method in class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Copy all table extensions for the table
- copyTableExtensions(String, String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Copy all table extensions for the table
- copyTableNoExtensions(String, String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Copy the table with transferred contents but no extensions
- copyTableNoExtensions(String, String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the table with transferred contents but no extensions
- copyTileScaling(String, String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Copy the Tile Scaling extensions for the table
- copyTileTable(String, String, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the tile table
- copyUserTable(String, String, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the user table
- copyUserTable(String, String, boolean, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Copy the user table
- copyValue(TColumn, Object) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Copy the value of the data type
- copyVectorTiles(String, String) - Method in class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Copy the Vector Tiles extensions for the table
- CoreSQLUtils - Class in mil.nga.geopackage.db
-
Core SQL Utility methods
- CoreSQLUtils() - Constructor for class mil.nga.geopackage.db.CoreSQLUtils
- CORNER - mil.nga.geopackage.extension.coverage.GriddedCoverageEncodingType
-
A typical use case is for a mesh of elevation values as specified in the OGC CDB standard Clause 5.6.1 (lower left corner)
- count() - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Result count
- count() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get the count of contents ids
- count() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query for all Geometry Index count
- 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(boolean, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get a count of results
- count(boolean, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get a count of results
- count(boolean, String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get a count of results
- count(String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get a count of results
- count(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count
- count(String, boolean, String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get a count of results
- count(String, boolean, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get a count of results
- count(String, String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get a count of results
- count(String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get a count of results
- count(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count
- count(String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get a count of results
- count(String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get a count of results
- count(String, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get a count of results
- count(BoundingBox) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query for Geometry Index count within the bounding box, projected correctly
- count(BoundingBox, Projection) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query for Geometry Index count within the bounding box, projected correctly
- count(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, Collection<SQLiteMasterType>) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, Collection<SQLiteMasterType>, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, SQLiteMasterQuery) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, SQLiteMasterType) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, SQLiteMasterType[]) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, SQLiteMasterType[], String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, SQLiteMasterType[], SQLiteMasterQuery) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, SQLiteMasterType, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeoPackageCoreConnection, SQLiteMasterType, SQLiteMasterQuery) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- count(GeometryEnvelope) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query for Geometry Index count within the Geometry Envelope
- countByType(GeoPackageCoreConnection, Collection<SQLiteMasterType>) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- countByType(GeoPackageCoreConnection, Collection<SQLiteMasterType>, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- countByType(GeoPackageCoreConnection, SQLiteMasterType) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- countByType(GeoPackageCoreConnection, SQLiteMasterType, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master table
- countColumn(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get a count of results
- countColumnIn(String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countColumnIn(String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countForEq(boolean, String, String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForEq(boolean, String, String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForEq(boolean, String, String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForEq(String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForEq(String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForEq(String, String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForEq(String, String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForEq(String, String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForEq(String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForFieldValues(boolean, String, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where all fields match their values
- countForFieldValues(String, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where all fields match their values
- countForFieldValues(Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where all fields match their values
- countForLike(boolean, String, String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field is like the value
- countForLike(boolean, String, String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForLike(boolean, String, String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field is like the value
- countForLike(String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field is like the value
- countForLike(String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForLike(String, String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field is like the value
- countForLike(String, String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field equals the value
- countForLike(String, String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field is like the value
- countForLike(String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where the field is like the value
- countForValueFieldValues(boolean, String, Map<String, ColumnValue>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where all fields match their values
- countForValueFieldValues(String, Map<String, ColumnValue>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where all fields match their values
- countForValueFieldValues(Map<String, ColumnValue>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Count where all fields match their values
- countIn(boolean, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(boolean, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(boolean, String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(boolean, String, String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(boolean, String, String, String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(boolean, String, String, String[], Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(boolean, String, String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(boolean, String, String, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String[], Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String, String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String, String[], Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, String, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countIn(String, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the count in the nested SQL query
- countViewsOnTable(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Count the sqlite_master views on the table
- COVERAGE - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant
- 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) - Constructor for class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Constructor for creating extension rows when creating a new coverage data tile table
- CoverageDataCore(GeoPackageCore, TileMatrixSet, Integer, Integer, Projection) - Constructor for class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Constructor
- 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(double, double) - Constructor for class mil.nga.geopackage.extension.coverage.CoverageDataRequest
-
Constructor
- CoverageDataRequest(BoundingBox) - 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() - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- create() - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create an empty query that supports a single query
- create() - Static method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Create metadata
- create() - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Create metadata
- create() - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create() - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- create() - Static method in class mil.nga.geopackage.tiles.reproject.PlatteCarreOptimize
-
Create with minimal bounds
- create() - Static method in class mil.nga.geopackage.tiles.reproject.WebMercatorOptimize
-
Create with minimal bounds
- create() - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- create(boolean) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- create(boolean) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(boolean) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- create(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from GeoPackage geometry bytes
- create(long) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data
- create(long, Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data
- create(long, Geometry, GeometryEnvelope) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data
- create(String) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Create a contents id
- create(String) - Static method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Create metadata
- create(String) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Create metadata
- create(String) - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Create a user mapping table with the minimum required columns
- create(String, boolean) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String, boolean) - Static method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Create metadata
- create(String, boolean) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Create metadata
- create(String, boolean, List<AttributesColumn>) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String, boolean, List<AttributesColumn>, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String, boolean, List<UserCustomColumn>) - Static method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Create metadata
- create(String, boolean, List<UserCustomColumn>) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Create metadata
- create(String, boolean, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- create(String, boolean, BoundingBox, long, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- create(String, boolean, BoundingBox, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- create(String, String) - Static method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Create metadata
- create(String, String, boolean) - Static method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Create metadata
- create(String, String, boolean, List<AttributesColumn>) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String, String, boolean, List<AttributesColumn>, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String, String, boolean, List<UserCustomColumn>) - Static method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Create metadata
- create(String, String, boolean, List<UserCustomColumn>) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Create metadata
- create(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create the RTree Index extension for the feature table, geometry column, and id column.
- create(String, String, List<AttributesColumn>) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String, String, List<AttributesColumn>, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String, String, List<UserCustomColumn>) - Static method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Create metadata
- create(String, String, List<UserCustomColumn>) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Create metadata
- create(String, List<AttributesColumn>) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String, List<AttributesColumn>, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(String, List<UserCustomColumn>) - Static method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Create metadata
- create(String, List<UserCustomColumn>) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Create metadata
- create(String, List<UserCustomColumn>) - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Create a user mapping table with the minimum required columns followed by the additional columns
- create(String, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- create(String, BoundingBox, long, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- create(String, BoundingBox, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- create(AttributesColumns) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(AttributesColumns, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Constructor
- create(AttributesTable) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- create(Contents) - Method in class mil.nga.geopackage.contents.ContentsDao
- create(Contents) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Create a contents id
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.contents.ContentsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSetDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTablesDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidthsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.ExtensionsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.StylesDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.StylesheetsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.SymbolContentDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.SymbolImagesDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.SymbolsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFieldsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayersDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.metadata.MetadataDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.contents.ContentsIdDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.scale.TileScalingDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.related.ExtendedRelationsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSqlDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMmDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
-
Create the DAO
- create(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSetDao
-
Create the DAO
- create(SQLiteMasterColumn, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create a single equality query
- create(SQLiteMasterColumn, String, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create a single query
- create(TileScaling) - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Create the tile scaling (same as calling
TileTableScaling.createOrUpdate(TileScaling)
) - create(MediaTableMetadata) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create a media table with the metadata
- create(SimpleAttributesTableMetadata) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create a simple attributes table with the metadata
- create(GeometryColumns) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, boolean) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, boolean, List<FeatureColumn>) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, boolean, List<FeatureColumn>, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, boolean, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, String) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, String, boolean) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, String, boolean, List<FeatureColumn>) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, String, boolean, List<FeatureColumn>, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, String, boolean, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, String, List<FeatureColumn>) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, String, List<FeatureColumn>, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, String, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, List<FeatureColumn>) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, List<FeatureColumn>, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, BoundingBox, FeatureColumns) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, BoundingBox, FeatureTable) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, FeatureColumns) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(GeometryColumns, FeatureTable) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- create(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create the RTree Index extension for the feature table.
- create(GeoPackageGeometryData) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Copy the geometry data and create
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.contents.ContentsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSetDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTablesDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidthsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ExtensionsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.StylesDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.StylesheetsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.SymbolContentDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.SymbolImagesDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.SymbolsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFieldsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayersDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.metadata.MetadataDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.contents.ContentsIdDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.scale.TileScalingDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.related.ExtendedRelationsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSqlDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMmDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
-
Create the DAO
- create(GeoPackageCore) - Static method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSetDao
-
Create the DAO
- create(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- create(Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- create(Geometry, GeometryEnvelope) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- 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.rtree.RTreeIndexCoreExtension
-
Create SQL property
- createAllFunctions() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create all connection SQL Functions for min x, max x, min y, max y, and is empty
- createAllTriggers(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create Triggers to Maintain Spatial Index Values
- createAllTriggers(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create Triggers to Maintain Spatial Index Values
- createAnd() - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create a query with multiple queries combined by an AND
- createAnd(SQLiteMasterColumn, String, Collection<String>) - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create a query with multiple values for a single column combined with an AND
- createAnd(SQLiteMasterColumn, Collection<String>) - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create an equality query with multiple values for a single column combined with an AND
- createAndBuildEnvelope(long, Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data and build the envelope
- createAndBuildEnvelope(Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data and build the envelope, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createAndWrite(long, Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data and write the GeoPackage geometry bytes
- createAndWrite(Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data and write the GeoPackage geometry bytes, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createAttributesTable(AttributesTable) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create a new attributes table
- createAttributesTable(AttributesTable) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create a new attributes table
- createAttributesTable(AttributesTableMetadata) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create a new attributes table with GeoPackage metadata including: user attributes table and contents row.
- createAttributesTable(AttributesTableMetadata) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create a new attributes table with GeoPackage metadata including: user attributes table and contents row.
- createBaseIdColumn() - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Create a base id column
- createBaseIdColumn(int) - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Create a base id column
- createBuildEnvelopeAndWrite(long, Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data, build the envelope, and write the GeoPackage geometry bytes
- createBuildEnvelopeAndWrite(Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create geometry data, build the envelope, and write the GeoPackage geometry bytes, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createColumn(int, String, GeoPackageDataType) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, boolean) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, boolean) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, boolean) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, boolean) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, 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, boolean, Object) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, boolean, Object) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, Long) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, Long) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, Long) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, Long) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
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, Long, 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.tiles.user.TileColumn
-
Create a new column
- createColumn(int, String, GeoPackageDataType, Long, boolean, Object) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(String, Object) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Create a feature column
- createColumn(String, GeoPackageDataType) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new column
- createColumn(String, GeoPackageDataType) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new column
- createColumn(String, GeoPackageDataType) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(String, GeoPackageDataType) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, boolean) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, boolean) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, boolean) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, boolean) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, boolean, Object) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, boolean, Object) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, boolean, Object) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, boolean, Object) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, Long) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, Long) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, Long) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, Long) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, Long, boolean, Object) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, Long, boolean, Object) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, Long, boolean, Object) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(String, GeoPackageDataType, Long, boolean, Object) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(TableColumn) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new column
- createColumn(TableColumn) - Method in class mil.nga.geopackage.attributes.AttributesTableReader
-
Create the column
- createColumn(TableColumn) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new column
- createColumn(TableColumn) - Method in class mil.nga.geopackage.features.user.FeatureTableReader
-
Create the column
- createColumn(TableColumn) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a new column
- createColumn(TableColumn) - Method in class mil.nga.geopackage.tiles.user.TileTableReader
-
Create the column
- createColumn(TableColumn) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new column
- createColumn(TableColumn) - Method in class mil.nga.geopackage.user.custom.UserCustomTableReader
-
Create the column
- createColumn(TableColumn) - Method in class mil.nga.geopackage.user.UserTableReader
-
Create the column
- createContents() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create Contents table
- createContentsId() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdTableCreator
-
Create Contents Id table
- createContentsIdTable() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Create the Contents Id Table if it does not exist
- createContentTypeColumn() - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create a content type column
- createContentTypeColumn(int) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create a content type column
- CREATED - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
Date Created - Date of creation of the resource
- createDao(Class<O>) - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Create a GeoPackage DAO
- createDao(Class<O>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Create a GeoPackage DAO
- createDao(Class<T>) - Method in class mil.nga.geopackage.extension.BaseExtension
-
Create a dao
- createDao(Class<T>) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create a dao
- createDao(Class<T>) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create a dao
- createDao(GeoPackageCoreConnection, DatabaseTableConfig<O>) - Static method in class mil.nga.geopackage.db.GeoPackageDao
-
Create a GeoPackage DAO
- createDao(GeoPackageCoreConnection, Class<O>) - Static method in class mil.nga.geopackage.db.GeoPackageDao
-
Create a GeoPackage DAO
- createDataColumn() - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create a data column
- createDataColumn(int) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create a data column
- createDataColumnConstraints() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create Data Column Constraints table
- createDataColumnConstraintsRecord() - Method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Create the Data Column Constraints extension record if it does not already exist
- createDataColumnConstraintsTable() - Method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
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
- createDataColumnsRecord() - Method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Create the Data Columns extension record if it does not already exist
- createDataColumnsTable() - Method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Create the Data Columns table if it does not already exist
- createDatasetMetadata(String, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGMetadata
-
Create a new metadata object with a dataset scope
- createDeleteTrigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create delete trigger
- createExtendedRelations() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create the Extended Relations table
- createExtendedRelationsTable() - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Create the Extended Relations Table if it does not exist
- createExtensions() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create Extensions table
- createExtensionsTable() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create the Extensions table if it does not already exist
- createExtensionsTable() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create the Extensions table if it does not already exist
- createFeature(Feature) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Create the feature
- createFeature(Geometry, Map<String, Object>) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Create the feature
- createFeatures(String) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Create features in the feature DAO from the features value
- createFeatures(GeoPackageCore, String, String, String, BoundingBox, GeometryType, DataType, List<FeatureColumn>, SpatialReferenceSystem) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create features table
- createFeatures(FeatureCollection) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Create features from the feature collection
- createFeaturesSpatialReferenceSystem() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Validate the CRS for features and get the SRS
- createFeatureTable(FeatureTable) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create a new feature table
- createFeatureTable(FeatureTable) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create a new feature table
- createFeatureTable(FeatureTableMetadata) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create a new feature table with GeoPackage metadata including: geometry columns table and row, user feature table, and contents row.
- createFeatureTable(FeatureTableMetadata) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create a new feature table with GeoPackage metadata including: geometry columns table and row, user feature table, and contents row.
- createFeatureTileLink() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkTableCreator
-
Create Feature Tile Link table
- createFeatureTileLinkTable() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Create the Feature Tile Link Table if it does not exist
- createFields() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesTableCreator
-
Create the Fields table
- createFromWkb(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Bytes, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createFromWkb(long, byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Bytes
- createFromWkbAndBuildEnvelope(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Bytes and build the envelope, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createFromWkbAndBuildEnvelope(long, byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Bytes and build the envelope
- createFromWkbAndWrite(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Bytes and write the GeoPackage geometry bytes, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createFromWkbAndWrite(long, byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Bytes and write the GeoPackage geometry bytes
- createFromWkbBuildEnvelopeAndWrite(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Bytes, build the envelope, and write the GeoPackage geometry bytes, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createFromWkbBuildEnvelopeAndWrite(long, byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Bytes, build the envelope, and write the GeoPackage geometry bytes
- createFromWkt(long, String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Text
- createFromWkt(String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Text, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createFromWktAndBuildEnvelope(long, String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Text and build the envelope
- createFromWktAndBuildEnvelope(String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Text and build the envelope, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createFromWktAndWrite(long, String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Text and write the GeoPackage geometry bytes
- createFromWktAndWrite(String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Text and write the GeoPackage geometry bytes, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createFromWktBuildEnvelopeAndWrite(long, String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Text, build the envelope, and write the GeoPackage geometry bytes
- createFromWktBuildEnvelopeAndWrite(String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create the geometry data from Well-Known Text, build the envelope, and write the GeoPackage geometry bytes, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- createFunctions() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Check if the GeoPackage has the RTree extension and create the functions if needed
- createFunctions(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Check if the table and column has the RTree extension and create the functions if needed
- createFunctions(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Check if the feature table has the RTree extension and create the functions if needed
- createGeometryColumn(int, String, GeometryType) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new geometry column
- createGeometryColumn(int, String, GeometryType, boolean, Object) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new geometry column
- createGeometryColumn(String, GeometryType) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new geometry column
- createGeometryColumn(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 interface mil.nga.geopackage.GeoPackageCore
-
Create the Geometry Columns table if it does not already exist
- createGeometryColumnsTable() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create the Geometry Columns table if it does not already exist
- createGeometryData(Geometry) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Create the geometry data
- createGeometryFromWkb(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create a geometry from Well-Known Bytes
- createGeometryFromWkt(String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Create a geometry from Well-Known Text
- createGeometryIndex() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Create Geometry Index table
- createGeometryIndexTable() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Create Geometry Index Table if it does not exist and index it
- createGeoPackageDatasetMetadata(GeoPackageCore, String, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create GeoPackage metadata with a dataset scope and metadata reference
- createGeoPackageMetadata(GeoPackageCore, MetadataScopeType, String, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create GeoPackage metadata and metadata reference
- createGeoPackageMetadataReference() - Static method in class mil.nga.geopackage.dgiwg.DGIWGMetadata
-
Create a new metadata reference object with a GeoPackage scope
- createGeoPackageSeriesMetadata(GeoPackageCore, String, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create GeoPackage metadata with a series scope and metadata reference
- 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.extension.coverage.CoverageDataCore
-
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.extension.coverage.CoverageDataCore
-
Create the 2D Gridded Tile Table if it does not exist
- createIconRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Create an icon relationship for the feature table
- createIconTable() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Create icon table
- createId(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Create a contents id
- createId(Contents) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Create a contents id
- createIdColumn() - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create an id column
- createIdColumn(boolean) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create an id column
- createIdColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create an id column
- createIdColumn(int, boolean) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create an id column
- createIdColumn(int, String) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the primary key id column
- createIdColumn(int, String) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the primary key id column
- createIdColumn(int, String, boolean) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the primary key id column
- createIdColumn(int, String, boolean) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the primary key id column
- createIdColumn(String) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the primary key id column
- createIdColumn(String) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the primary key id column
- createIdColumn(String, boolean) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the primary key id column
- createIdColumn(String, boolean) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the primary key id column
- createIds() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Create contents ids for contents currently without
- createIds(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Create contents ids for contents of the data type and currently without
- createIds(ContentsDataType) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Create contents ids for contents of the data type and currently without
- createIfNotExists(Contents) - Method in class mil.nga.geopackage.contents.ContentsDao
- createIfNotExists(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- createInsertTrigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create insert trigger
- createIsEmptyFunction() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create the is empty SQL function
- createLambertConicConformal1SP(long, String, CRSType, GeoDatums, double, double, double, double, double) - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Create a Lambert Conic Conformal 1SP Spatial Reference System
- createLambertConicConformal2SP(long, String, CRSType, GeoDatums, double, double, double, double, double, double) - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Create a Lambert Conic Conformal 2SP Spatial Reference System
- createLayers() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesTableCreator
-
Create the Layers table
- createMaxXFunction() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create the max x SQL function
- createMaxYFunction() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create the max y SQL function
- createMetadata() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create Metadata table
- createMetadata(MetadataScopeType, String, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGMetadata
-
Create a new metadata object
- createMetadata(GeoPackageCore, Metadata) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create metadata
- createMetadata(GeoPackageCore, Metadata, MetadataReference) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create metadata and metadata reference
- createMetadata(GeoPackageCore, MetadataScopeType, String, String, MetadataReference) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create metadata and metadata reference
- createMetadataReference() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create Metadata Reference table
- createMetadataReference(ReferenceScopeType) - Static method in class mil.nga.geopackage.dgiwg.DGIWGMetadata
-
Create a new metadata reference object
- createMetadataReference(GeoPackageCore, Metadata, MetadataReference) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create metadata reference
- createMetadataReference(GeoPackageCore, MetadataReference) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create metadata reference
- createMetadataReferenceTable() - Method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Create the Metadata Reference table if it does not already exist
- createMetadataTable() - Method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Create the Metadata table if it does not already exist
- createMinXFunction() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create the min x SQL function
- createMinYFunction() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create the min y SQL function
- createName(String, String, String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create a new name by replacing a case insensitive value with a new value.
- createName(GeoPackageCoreConnection, String, String, String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create a new name by replacing a case insensitive value with a new value.
- createOr() - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create a query with multiple queries combined by an OR
- createOr(SQLiteMasterColumn, String, Collection<String>) - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create a query with multiple values for a single column combined with an OR
- createOr(SQLiteMasterColumn, Collection<String>) - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create an equality query with multiple values for a single column combined with an OR
- createOrUpdate(Contents) - Method in class mil.nga.geopackage.contents.ContentsDao
- createOrUpdate(TileScaling) - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Create or update the tile scaling
- createOrUpdate(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- createPortrayalTables() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Create the Portrayal Extension tables if they do not exist
- 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
- createPrimaryKeyColumn(int, String) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new primary key column
- createPrimaryKeyColumn(int, String, boolean) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new primary key column
- createPrimaryKeyColumn(int, String, boolean) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new primary key column
- createPrimaryKeyColumn(int, String, boolean) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new primary key column
- createPrimaryKeyColumn(String) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new primary key column
- createPrimaryKeyColumn(String) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new primary key column
- createPrimaryKeyColumn(String) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new primary key column
- createPrimaryKeyColumn(String, boolean) - Static method in class mil.nga.geopackage.attributes.AttributesColumn
-
Create a new primary key column
- createPrimaryKeyColumn(String, boolean) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Create a new primary key column
- createPrimaryKeyColumn(String, boolean) - Static method in class mil.nga.geopackage.user.custom.UserCustomColumn
-
Create a new primary key column
- createProjection(String, String) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Create a projection
- createRelatedIdColumn() - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Create a related id column
- createRelatedIdColumn(int) - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Create a related id column
- createRelatedTable(UserTable<? extends UserColumn>) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Create a user related table if it does not exist.
- createRelationships(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Create style, icon, table style, and table icon relationships for the feature table
- createReprojectTileDao(String) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Create the reprojection tile DAO
- createRequired() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create the minimum required GeoPackage tables
- createRequiredColumns() - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the required table columns
- createRequiredColumns() - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the required table columns
- createRequiredColumns() - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Create the required table columns
- createRequiredColumns() - Static method in class mil.nga.geopackage.tiles.user.TileTable
-
Create the required table columns
- createRequiredColumns(boolean) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the required table columns
- createRequiredColumns(boolean) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the required table columns
- createRequiredColumns(boolean) - Static method in class mil.nga.geopackage.tiles.user.TileTable
-
Create the required table columns
- createRequiredColumns(int) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the required table columns, starting at the provided index
- createRequiredColumns(int) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the required table columns, starting at the provided index
- createRequiredColumns(int) - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Create the required table columns, starting at the provided index
- createRequiredColumns(int) - Static method in class mil.nga.geopackage.tiles.user.TileTable
-
Create the required table columns, starting at the provided index
- createRequiredColumns(int, boolean) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the required table columns, starting at the provided index
- createRequiredColumns(int, boolean) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the required table columns, starting at the provided index
- createRequiredColumns(int, boolean) - Static method in class mil.nga.geopackage.tiles.user.TileTable
-
Create the required table columns, starting at the provided index
- createRequiredColumns(int, String) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the required table columns with id column name, starting at the provided index
- createRequiredColumns(int, String) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the required table columns with id column name, starting at the provided index
- createRequiredColumns(int, String, boolean) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the required table columns with id column name, starting at the provided index
- createRequiredColumns(int, String, boolean) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the required table columns with id column name, starting at the provided index
- createRequiredColumns(String) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the required table columns with the id column name
- createRequiredColumns(String) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the required table columns with the id column name
- createRequiredColumns(String, boolean) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Create the required table columns with the id column name
- createRequiredColumns(String, boolean) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Create the required table columns with the id column name
- createRTreeIndex(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create the RTree Index Virtual Table
- createRTreeIndex(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create the RTree Index Virtual Table
- createScript() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
Execute the creation script
- createSeriesMetadata(String, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGMetadata
-
Create a new metadata object with a series scope
- createSpatialReferenceSystem() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create Spatial Reference System table and views
- createSpatialReferenceSystem() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Create a Spatial Reference System
- createSrs() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Create the Spatial Reference System
- createStyleRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Create a style relationship for the feature table
- createStyles() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Create the Styles table
- createStylesheets() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Create the Stylesheets table
- createStyleTable() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Create style table
- createSymbolContent() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Create the Symbol Content table
- createSymbolImages() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Create the Symbol Images table
- createSymbols() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Create the Symbols table
- createTable(String, List<AttributesColumn>) - Method in class mil.nga.geopackage.attributes.AttributesTableReader
-
Create the table
- createTable(String, List<FeatureColumn>) - Method in class mil.nga.geopackage.features.user.FeatureTableReader
-
Create the table
- createTable(String, List<TileColumn>) - Method in class mil.nga.geopackage.tiles.user.TileTableReader
-
Create the table
- createTable(String, List<UserCustomColumn>) - Method in class mil.nga.geopackage.user.custom.UserCustomTableReader
-
Create the table
- createTable(String, List<TColumn>) - Method in class mil.nga.geopackage.user.UserTableReader
-
Create the table
- createTable(Map<String, Object>) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Create the feature table
- createTable(UserTable<TColumn>) - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create the user defined table
- createTableIconRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Create a feature table icon relationship
- createTableIndex() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Create Table Index table
- createTableIndexTable() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Create the Table Index Table if it does not exist
- createTableSQL(UserTable<TColumn>) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the user defined table SQL
- createTableStyleRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Create a feature table style relationship
- createTableViewQuery(String) - Static method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Create a query to find views in the sql column referring to the table
- createTileColumnColumn() - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a tile column column
- createTileColumnColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a tile column column
- createTileDataColumn() - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a tile data column
- createTileDataColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a tile data column
- createTileMatrices(GeoPackageCore, String, BoundingBox, long, long, long, long) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create tile matrices for zoom levels
- createTileMatrices(GeoPackageCore, String, BoundingBox, Collection<Long>, long, long) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create tile matrices for zoom levels
- createTileMatrix() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create Tile Matrix table
- createTileMatrix() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
Create Tile Matrix table
- createTileMatrix(GeoPackageCore, String, long, long, long, double, double) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create a tile matrix for a zoom level
- createTileMatrix(GeoPackageCore, String, BoundingBox, long, long, long) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create a tile matrix for a zoom level
- createTileMatrix(TileMatrix) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Create the tile matrix
- createTileMatrixSet() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Create Tile Matrix Set table
- createTileMatrixSet() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
Create Tile Matrix Set table
- createTileMatrixSetTable() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create the Tile Matrix Set table if it does not already exist
- createTileMatrixSetTable() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create the Tile Matrix Set table if it does not already exist
- createTileMatrixSetTables() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Create the Tile Matrix Set Extension
- createTileMatrixTable() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create the Tile Matrix table if it does not already exist
- createTileMatrixTable() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create the Tile Matrix table if it does not already exist
- createTileMatrixTables() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
Create the Tile Matrix Tables table
- createTileMatrixVariableWidths() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
Create the Tile Matrix Variable Widths table
- createTileRowColumn() - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a tile row column
- createTileRowColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a tile row column
- createTiles(GeoPackageCore, String, String, String, BoundingBox, SpatialReferenceSystem, BoundingBox) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Create tiles table
- createTileScaling() - Method in class mil.nga.geopackage.extension.nga.scale.TileScalingTableCreator
-
Create Tile Scaling table
- createTileScalingTable() - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Create the Tile Scaling Table if it does not exist
- createTilesSpatialReferenceSystem() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Validate the CRS for tiles and get the SRS
- createTileTable(GeoPackageCore, TileTableMetadata) - Static method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Create the coverage data tile table
- createTileTable(TileTable) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create a new tile table
- createTileTable(TileTable) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create a new tile table
- createTileTable(TileTableMetadata) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create a new tile table with GeoPackage metadata including: tile matrix set table and row, tile matrix table, user tile table, and contents row.
- createTileTable(TileTableMetadata) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create a new tile table with GeoPackage metadata including: tile matrix set table and row, tile matrix table, user tile table, and contents row.
- createTyped(String) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, boolean) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, String) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, boolean) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, boolean, List<AttributesColumn>) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, boolean, List<AttributesColumn>, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, boolean, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- createTyped(String, String, boolean, BoundingBox, long, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- createTyped(String, String, boolean, BoundingBox, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- createTyped(String, String, String, boolean, List<AttributesColumn>) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, String, boolean, List<AttributesColumn>, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, String, List<AttributesColumn>) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, String, List<AttributesColumn>, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, List<AttributesColumn>) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, List<AttributesColumn>, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, String, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- createTyped(String, String, BoundingBox, long, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- createTyped(String, String, BoundingBox, BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Create metadata
- createTyped(String, AttributesColumns) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, AttributesColumns, Constraints) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, AttributesTable) - Static method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, boolean) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, boolean, List<FeatureColumn>) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, boolean, List<FeatureColumn>, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, boolean, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, String) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, String, boolean) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, String, boolean, List<FeatureColumn>) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, String, boolean, List<FeatureColumn>, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, String, boolean, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, String, List<FeatureColumn>) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, String, List<FeatureColumn>, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, String, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, List<FeatureColumn>) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, List<FeatureColumn>, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, BoundingBox) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, BoundingBox, FeatureColumns) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, BoundingBox, FeatureTable) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, FeatureColumns) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createTyped(String, GeometryColumns, FeatureTable) - Static method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Create metadata
- createUndefinedCartesian() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Creates the required Undefined Cartesian Spatial Reference System (spec Requirement 11)
- createUndefinedGeographic() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Creates the required Undefined Geographic Spatial Reference System (spec Requirement 11)
- createUpdate1Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Deprecated.replaced by update6 and update7
- createUpdate2Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create update 2 trigger
- createUpdate3Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Deprecated.replaced by update5
- createUpdate4Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create update 4 trigger
- createUpdate5Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create update 5 trigger
- createUpdate6Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create update 6 trigger
- createUpdate7Trigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Create update 7 trigger
- createUserColumns(String[]) - Method in class mil.nga.geopackage.user.UserTable
-
Create user columns for a subset of table columns
- createUserColumns(List<AttributesColumn>) - Method in class mil.nga.geopackage.attributes.AttributesTable
-
Create user columns for a subset of table columns
- createUserColumns(List<FeatureColumn>) - Method in class mil.nga.geopackage.features.user.FeatureTable
-
Create user columns for a subset of table columns
- createUserColumns(List<TileColumn>) - Method in class mil.nga.geopackage.tiles.user.TileTable
-
Create user columns for a subset of table columns
- createUserColumns(List<UserCustomColumn>) - Method in class mil.nga.geopackage.user.custom.UserCustomTable
-
Create user columns for a subset of table columns
- createUserColumns(List<TColumn>) - Method in class mil.nga.geopackage.user.UserTable
-
Create user columns for a subset of table columns
- createUserMappingTable(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Create a default user mapping table and extension row if either does not exist.
- createUserMappingTable(UserMappingTable) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Create a user mapping table and extension row if either does not exist.
- createUserTable(UserTable<? extends UserColumn>) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Create a new user table
- createUserTable(UserTable<? extends UserColumn>) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Create a new user table
- createUserVectorTilesTable(String, VectorTilesEncodingExtension) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
- createVectorTilesTables() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Create the Vector Tiles Extension
- createWebMercator() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Creates the Web Mercator Spatial Reference System if it does not already exist
- createWgs84() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Creates the required EPSG WGS84 Spatial Reference System (spec Requirement 11)
- createWgs84Geographical3D() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Creates the required EPSG WGS84 Geographical 3D Spatial Reference System
- createWorld() - Static method in class mil.nga.geopackage.tiles.reproject.PlatteCarreOptimize
-
Create with world bounds
- createWorld() - Static method in class mil.nga.geopackage.tiles.reproject.WebMercatorOptimize
-
Create with world bounds
- createZoomLevelColumn() - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a zoom level column
- createZoomLevelColumn(int) - Static method in class mil.nga.geopackage.tiles.user.TileColumn
-
Create a zoom level column
- CREATOR - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
An entity primarily responsible for making the resource
- crop(Projection, GeoPackageGeometryData) - Static method in class mil.nga.geopackage.geom.GeometryCrop
-
Crop the geometry data with a world map envelope, defined in the provided projection
- crop(Projection, GeoPackageGeometryData, GeometryEnvelope) - Static method in class mil.nga.geopackage.geom.GeometryCrop
-
Crop the geometry data with the envelope, both in the provided projection
- crop(Projection, Geometry) - Static method in class mil.nga.geopackage.geom.GeometryCrop
-
Crop the geometry with a world map envelope, defined in the provided projection
- crop(Projection, Geometry, GeometryEnvelope) - Static method in class mil.nga.geopackage.geom.GeometryCrop
-
Crop the geometry with the envelope, both in the provided projection
- CRS_2D_VECTOR - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 9
- CRS_3D_VECTOR - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 10
- CRS_COMPOUND - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 12
- CRS_COMPOUND_WKT - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 13
- CRS_RASTER_ALLOWED - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 7
- CRS_RASTER_TILE_MATRIX_SET - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 8
- CRS_WKT - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 11
- 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
- CrsWktExtensionVersion - Enum in mil.nga.geopackage.extension
-
OGC Well known text representation of Coordinate Reference Systems extension version enumeration
D
- DATA_COLUMN_CONSTRAINTS - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Data Column Constraints property
- DATA_COLUMNS - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Data Columns property
- DataColumnConstraints - Class in mil.nga.geopackage.extension.schema.constraints
-
Contains data to specify restrictions on basic data type column values
- DataColumnConstraints() - Constructor for class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
-
Default Constructor
- DataColumnConstraints(DataColumnConstraints) - Constructor for class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
-
Copy Constructor
- DataColumnConstraintsDao - Class in mil.nga.geopackage.extension.schema.constraints
-
Data Column Constraints Data Access Object
- DataColumnConstraintsDao(ConnectionSource, Class<DataColumnConstraints>) - Constructor for class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintsDao
-
Constructor, required by ORMLite
- DataColumnConstraintType - Enum in mil.nga.geopackage.extension.schema.constraints
-
Enumeration of Data Column Constraint Types
- DataColumns - Class in mil.nga.geopackage.extension.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.extension.schema.columns.DataColumns
-
Default Constructor
- DataColumns(DataColumns) - Constructor for class mil.nga.geopackage.extension.schema.columns.DataColumns
-
Copy Constructor
- DataColumnsDao - Class in mil.nga.geopackage.extension.schema.columns
-
Data Columns Data Access Object
- DataColumnsDao(ConnectionSource, Class<DataColumns>) - Constructor for class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Constructor, required by ORMLite
- DATASET - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to the (geographic feature) dataset
- dataType - Variable in class mil.nga.geopackage.user.UserTableMetadata
-
Data type
- DataType - Enum in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) Data Types
- DATE - mil.nga.geopackage.db.GeoPackageDataType
-
ISO-8601 date string in the form YYYY-MM-DD encoded in either UTF-8 or UTF-16.
- DATE - mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
A point or period of time associated with an event in the lifecycle of the resource.
- DATE - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
A point or period of time associated with an event in the lifecycle of the resource
- DATE_FORMAT - Static variable in class mil.nga.geopackage.db.DateConverter
-
Date format
- DATE_FORMAT - Static variable in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Date format
- DATE_FORMAT2 - Static variable in class mil.nga.geopackage.db.DateConverter
-
Non standard Date format
- dateConverter() - Static method in class mil.nga.geopackage.db.DateConverter
-
Get a date converter
- dateConverter(String...) - Static method in class mil.nga.geopackage.db.DateConverter
-
Get a date converter for the provided formats
- DateConverter - Class in mil.nga.geopackage.db
-
Date converter between database date formats and date objects
- DateConverter(String...) - Constructor for class mil.nga.geopackage.db.DateConverter
-
Constructor
- DatePersister - Class in mil.nga.geopackage.persister
-
Date Persister for OrmLite to translate between a Java Date and a UTC String
- DATETIME - mil.nga.geopackage.db.GeoPackageDataType
-
ISO-8601 date/time string in the form YYYY-MM-DDTHH:MM:SS.SSSZ with T separator character and Z suffix for coordinated universal time (UTC) encoded in either UTF-8 or UTF-16.
- 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
-
Date Time format w/o milliseconds for parsing string dates
- DATETIME_FORMAT3 - Static variable in class mil.nga.geopackage.db.DateConverter
-
Date Time format w/o seconds 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
- db - Variable in class mil.nga.geopackage.db.GeoPackageDao
-
Database connection
- DEFAULT - mil.nga.geopackage.db.table.ConstraintType
-
Default column constraint
- DEFAULT_AUTOINCREMENT - Static variable in class mil.nga.geopackage.user.UserTable
-
Default id autoincrement setting
- DEFAULT_COLUMN_NAME - Static variable in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Default geometry column name
- DEFAULT_DATA_TYPE - Static variable in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Default data type
- DEFAULT_DATA_TYPE - Static variable in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Default data type
- DEFAULT_DATA_TYPE - Static variable in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Default data type
- DEFAULT_GEOMETRY_TYPE - Static variable in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Default geometry type
- DEFAULT_ID_COLUMN_NAME - Static variable in class mil.nga.geopackage.user.UserTableMetadata
-
Default ID column name
- DEFAULT_NULL - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Default of NULL value
- DEFAULT_PK_NOT_NULL - Static variable in class mil.nga.geopackage.user.UserTable
-
Default primary key not null setting
- DEFAULT_PROJECTIONS - Static variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Default projections
- DEFAULT_VALUE_CONSTRAINT_ORDER - Static variable in class mil.nga.geopackage.user.UserColumn
-
Default Value Constraint Order
- DEFINITION - Static variable in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Extension definition URL
- DEFINITION - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Extension definition URL
- DEFINITION - Static variable in class mil.nga.geopackage.extension.schema.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
-
SRS definition
- DEFINITION_12_063 - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
SRS definition_12_063
- DEFINITION_COLUMN_DEF - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
-
Extension definition column definition
- DEFINITION_COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
-
Extension definition column name
- DEFINITION_V_1 - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
-
Extension version 1 definition URL
- DEFINITION_V_1_1 - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
-
Extension version 1.1 definition URL
- delete() - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Delete the tile table scaling for the tile table
- delete(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
-
Delete by table name
- delete(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
-
Delete by table name
- delete(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Delete the contents id for the table
- delete(String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Delete all RTree Index extensions for the table.
- delete(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Delete the RTree Index extension for the table and geometry column.
- delete(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Delete rows matching the where clause
- delete(String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Convenience method for deleting rows in the database.
- delete(Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Delete rows matching the field values
- delete(Contents) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
-
Delete by contents
- delete(Contents) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Delete the contents id for the contents
- delete(Extensions) - Method in class mil.nga.geopackage.extension.ExtensionsDao
- delete(MetadataReference) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
- delete(GeometryIndex) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
- delete(FeatureTileLink) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
- delete(DataColumns) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
- delete(DataColumnConstraints) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintsDao
- 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(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Delete the RTree Index extension for the feature table.
- delete(TileMatrix) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
- delete(TileMatrixSet) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
-
Delete by tile matrix set
- delete(TRow) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Delete the row
- deleteAll() - Method in class mil.nga.geopackage.extension.ExtensionsDao
-
Delete all extensions
- deleteAll() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
-
Delete all geometry indices
- deleteAll() - Method in class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Delete all table indices
- deleteAll() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
-
Delete all feature tile links
- deleteAll() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Delete all properties and values
- deleteAll() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Delete all properties and values from all GeoPackages
- deleteAll() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Delete all RTree Index extensions.
- deleteAll() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Delete all rows
- deleteAll(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Delete all properties and values from a specified GeoPackage
- deleteAllCascade() - Method in class mil.nga.geopackage.extension.nga.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(long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Delete a row by id
- deleteById(String, String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Delete by id with table name and column name
- deleteById(TableColumnKey) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
- 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(GeometryIndexKey) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
- deleteById(FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
- deleteById(TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
- deleteByIdCascade(Long) - Method in class mil.nga.geopackage.extension.metadata.MetadataDao
-
Delete a Metadata by id, cascading
- deleteByIdCascade(Long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Delete a Spatial Reference System by id, cascading
- deleteByIdCascade(String) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete a Contents by id, cascading
- deleteByIdCascade(String) - Method in class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Delete a TableIndex by id, cascading
- deleteByIdCascade(String, boolean) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete a Contents by id, cascading optionally including the user table
- deleteByMetadata(long) - Method in class mil.nga.geopackage.extension.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.metadata.reference.MetadataReferenceDao
-
Delete by table name
- deleteByTableName(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdDao
-
Delete by table name
- deleteByTableName(String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
-
Delete by table name, either feature or tile table name
- deleteByTableName(String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Delete by table name
- deleteByTableName(String) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
-
Delete Tile Matrices for a table name
- deleteCascade(PreparedQuery<Contents>) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete the Contents matching the prepared query, cascading
- deleteCascade(PreparedQuery<Contents>, boolean) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete the Contents matching the prepared query, cascading optionally including the user table
- deleteCascade(PreparedQuery<Metadata>) - Method in class mil.nga.geopackage.extension.metadata.MetadataDao
-
Delete the Metadata matching the prepared query, cascading
- deleteCascade(PreparedQuery<TableIndex>) - Method in class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Delete the TableIndex matching the prepared query, cascading
- deleteCascade(PreparedQuery<DataColumnConstraints>) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintsDao
-
Delete the Data Column Constraints matching the prepared query, cascading
- deleteCascade(PreparedQuery<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Delete the Spatial Reference Systems matching the prepared query, cascading
- deleteCascade(Collection<Contents>) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete the collection of Contents, cascading
- deleteCascade(Collection<Contents>, boolean) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete the collection of Contents, cascading optionally including the user table
- deleteCascade(Collection<Metadata>) - Method in class mil.nga.geopackage.extension.metadata.MetadataDao
-
Delete the collection of Metadata, cascading
- deleteCascade(Collection<TableIndex>) - Method in class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Delete the collection of TableIndex, cascading
- deleteCascade(Collection<DataColumnConstraints>) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintsDao
-
Delete the collection of Data Column Constraints, cascading
- deleteCascade(Collection<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Delete the collection of Spatial Reference Systems, cascading
- deleteCascade(Contents) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete the Contents, cascading
- deleteCascade(Contents, boolean) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete the Contents, cascading optionally including the user table
- deleteCascade(Metadata) - Method in class mil.nga.geopackage.extension.metadata.MetadataDao
-
Delete the Metadata, cascading
- deleteCascade(TableIndex) - Method in class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Delete the TableIndex, cascading
- deleteCascade(DataColumnConstraints) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintsDao
-
Delete the Data Columns Constraints, cascading
- deleteCascade(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Delete the Spatial Reference System, cascading
- deleteContentsId(String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Contents Id extensions for the table
- deleteContentsIdExtension() - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Contents Id extension including the extension entries and custom tables
- deleteCrsWktExtension() - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the WKT for Coordinate Reference Systems extension
- deleteExtensions() - Method in class mil.nga.geopackage.extension.ecere.EcereExtensions
-
Delete all extensions including custom extension tables
- deleteExtensions() - Method in class mil.nga.geopackage.extension.ExtensionManagement
-
Delete all extensions including custom extension tables
- deleteExtensions() - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete all extensions including custom extension tables
- deleteExtensions() - Method in class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Delete all extensions including custom extension tables
- deleteExtensions() - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete all extensions including custom extension tables
- deleteFeatureStyle(String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Feature Style extensions for the table
- deleteFeatureStyleExtension() - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Feature Style extension including the extension entries and custom tables
- deleteFeatureTileLink(String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Feature Tile Link extensions for the table
- deleteFeatureTileLinkExtension() - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Feature Tile Link extension including the extension entries and custom tables
- deleteGeometryIndex(String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Geometry Index extension for the table
- deleteGeometryIndexExtension() - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Geometry Index extension including the extension entries and custom tables
- deleteGriddedCoverage(String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the Gridded Coverage extensions for the table
- deleteGriddedCoverageExtension() - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the Gridded Coverage extension
- deleteIconRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Delete a icon relationship for the feature table
- deleteIds() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Delete all contents ids
- deleteIds(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Delete contents ids for contents of the data type
- deleteIds(Collection<TableColumnKey>) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
- 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<GeometryIndexKey>) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
- deleteIds(Collection<FeatureTileLinkKey>) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
- deleteIds(Collection<TileMatrixKey>) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
- deleteIds(ContentsDataType) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Delete contents ids for contents of the data type
- deleteIdsCascade(Collection<Long>) - Method in class mil.nga.geopackage.extension.metadata.MetadataDao
-
Delete the Metadata with the provided ids, cascading
- deleteIdsCascade(Collection<Long>) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Delete the Spatial Reference Systems with the provided ids, cascading
- deleteIdsCascade(Collection<String>) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete the Contents with the provided ids, cascading
- deleteIdsCascade(Collection<String>) - Method in class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Delete the TableIndex with the provided ids, cascading
- deleteIdsCascade(Collection<String>, boolean) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete the Contents with the provided ids, cascading optionally including the user table
- deleteIndex() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Delete the feature table index
- deleteIndex(long) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Delete the index for the geometry id
- deleteLink(String, String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Delete the feature tile table link
- deleteLinks(String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Delete the feature tile table links for the feature or tile table
- deleteMetadata(String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the Metadata extensions for the table
- deleteMetadataExtension() - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the Metadata extension
- deletePortrayalExtension() - Method in class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Delete the Portrayal Extension
- deleteProperties(String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Properties extension if the deleted table is the properties table
- deletePropertiesExtension() - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the properties extension from the GeoPackage
- deleteProperty(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Delete the property and all the property values
- deleteProperty(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Delete the property and values from all GeoPackages
- deleteProperty(String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Delete the property and values from a specified GeoPackage
- deleteRelatedTables(String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the Related Tables extensions for the table
- deleteRelatedTablesExtension() - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the Related Tables extension
- deleteRelationships() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Delete the style and icon table and row relationships for all feature tables
- deleteRelationships(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Delete the style and icon table and row relationships for the feature table
- deleteRTreeSpatialIndex(String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the RTree Spatial extension for the table
- deleteRTreeSpatialIndexExtension() - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the RTree Spatial extension
- deleteSchema(String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the Schema extensions for the table
- deleteSchemaExtension() - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete the Schema extension
- deleteStyleRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Delete a style relationship for the feature table
- deleteTable(String) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Delete the table
- deleteTable(String) - Method in class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Delete the table
- deleteTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Delete the user table (a feature or tile table) and all GeoPackage metadata
- deleteTable(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Delete the user table (a feature or tile table) and all GeoPackage metadata
- deleteTableExtensions(String) - Method in class mil.nga.geopackage.extension.ecere.EcereExtensions
-
Delete all table extensions for the table
- deleteTableExtensions(String) - Method in class mil.nga.geopackage.extension.ExtensionManagement
-
Delete all table extensions for the table
- deleteTableExtensions(String) - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Delete all table extensions for the table
- deleteTableExtensions(String) - Method in class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Delete all table extensions for the table
- deleteTableExtensions(String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete all table extensions for the table
- deleteTableIconRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Delete a table icon relationship for the feature table
- 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
- deleteTableQuietly(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Attempt to delete the user table (a feature or tile table) and all GeoPackage metadata quietly
- deleteTableStyleRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Delete a table style relationship for the feature table
- deleteTileMatrices(boolean, String) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Delete the table tile matrices
- deleteTileMatrixSetExtension() - Method in class mil.nga.geopackage.extension.ecere.EcereExtensions
-
Delete the Tile Matrix Set Extension
- deleteTileScaling(String) - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Tile Scaling extensions for the table
- deleteTileScalingExtension() - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Delete the Tile Scaling extension including the extension entries and custom tables
- deleteValue(String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Delete the property value
- deleteValue(String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Delete the property value from all GeoPackages
- deleteValue(String, String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Delete the property value from a specified GeoPackage
- deleteVectorTiles(String) - Method in class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Delete the Vector Tiles extensions for the table
- deleteVectorTilesExtension() - Method in class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Delete the Vector Tiles extension
- DELIMITER_ELEMENTS - Static variable in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Delimiter between elements
- DELIMITER_SCALE - Static variable in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Delimiter between zoom scale
- DELIMITER_WORDS - Static variable in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Delimiter between words
- delimitersToSpaces(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Replace word delimiters with spaces
- description - Variable in class mil.nga.geopackage.user.UserTableMetadata
-
Description
- DESCRIPTION - mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
An account of the resource.
- DESCRIPTION - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
An account of the resource
- DESCRIPTION - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
SRS description
- DESCRIPTION_TBD - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
Invalid tbd description
- DESCRIPTION_UNKNOWN - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
Invalid unknown description
- DFLT_VALUE - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Default value column
- DFLT_VALUE_INDEX - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Default value column index
- DGIWGConstants - Class in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) Constants
- DGIWGConstants() - Constructor for class mil.nga.geopackage.dgiwg.DGIWGConstants
- DGIWGGeoPackageUtils - Class in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) GeoPackage utilities
- DGIWGGeoPackageUtils() - Constructor for class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
- DGIWGMetadata - Class in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) Metadata utilities
- DGIWGMetadata() - Constructor for class mil.nga.geopackage.dgiwg.DGIWGMetadata
- DGIWGRequirement - Enum in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) Requirements
- DGIWGValidate - Class in mil.nga.geopackage.dgiwg
-
Performs DGIWG (Defence Geospatial Information Working Group) GeoPackage validations
- DGIWGValidate() - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidate
- DGIWGValidationError - Class in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) validation error
- DGIWGValidationError(String, String, Number, Number, DGIWGRequirement) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationError(String, String, Number, Number, DGIWGRequirement, DGIWGValidationKey...) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationError(String, String, Number, String, DGIWGRequirement) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationError(String, String, Number, String, DGIWGRequirement, DGIWGValidationKey...) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationError(String, String, String, String, DGIWGRequirement) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationError(String, String, String, String, DGIWGRequirement, DGIWGValidationKey...) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationError(String, String, String, DGIWGRequirement) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationError(String, String, String, DGIWGRequirement, DGIWGValidationKey...) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationError(String, String, DGIWGRequirement) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationError(String, DGIWGRequirement) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Constructor
- DGIWGValidationErrors - Class in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) validation errors
- DGIWGValidationErrors() - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Constructor
- DGIWGValidationErrors(Collection<DGIWGValidationError>) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Constructor
- DGIWGValidationErrors(DGIWGValidationError) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Constructor
- DGIWGValidationErrors(DGIWGValidationErrors) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Constructor
- DGIWGValidationKey - Class in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) validation primary key value
- DGIWGValidationKey(String, Number) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationKey
-
Constructor
- DGIWGValidationKey(String, String) - Constructor for class mil.nga.geopackage.dgiwg.DGIWGValidationKey
-
Constructor
- DIMENSION_GROUP - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to a dimension group
- DIRECTORY - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Directory property
- DMF_2_0_URI - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
DGIWG Metadata Foundation (DMF) 2.0 URI
- DMF_BASE_URI - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
DGIWG Metadata Foundation (DMF) base URI
- DMF_DEFAULT_URI - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
DGIWG Metadata Foundation (DMF) Default URI
- DOUBLE - mil.nga.geopackage.db.GeoPackageDataType
-
64-bit IEEE floating point number.
- downloadAttempts - Variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Download attempts per feature request
- drop(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop the the triggers and RTree table for the table and geometry column
- drop(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop the the triggers and RTree table for the feature table
- DROP_FORCE_PROPERTY - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop Force SQL property
- DROP_PROPERTY - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop SQL property
- dropAllTriggers(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop Triggers that Maintain Spatial Index Values
- dropAllTriggers(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop Triggers that Maintain Spatial Index Values
- dropColumn(int) - Method in class mil.nga.geopackage.user.UserColumns
-
Drop a column
- dropColumn(int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Drop a column
- dropColumn(int) - Method in class mil.nga.geopackage.user.UserTable
-
Drop a column
- dropColumn(String) - Method in class mil.nga.geopackage.user.UserColumns
-
Drop a column
- dropColumn(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Drop a column
- dropColumn(String) - Method in class mil.nga.geopackage.user.UserTable
-
Drop a column
- dropColumn(GeoPackageCoreConnection, String, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Drop a column
- dropColumn(GeoPackageCoreConnection, UserTable<? extends UserColumn>, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Drop a column
- dropColumn(TColumn) - Method in class mil.nga.geopackage.user.UserColumns
-
Drop a column
- dropColumn(TColumn) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Drop a column
- dropColumn(TColumn) - Method in class mil.nga.geopackage.user.UserTable
-
Drop a column
- dropColumnIndexes(Collection<Integer>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Drop columns
- dropColumnNames(Collection<String>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Drop columns
- dropColumns(Collection<TColumn>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Drop columns
- dropColumns(GeoPackageCoreConnection, String, Collection<String>) - Static method in class mil.nga.geopackage.db.AlterTable
-
Drop columns
- dropColumns(GeoPackageCoreConnection, UserTable<? extends UserColumn>, Collection<String>) - Static method in class mil.nga.geopackage.db.AlterTable
-
Drop columns
- dropDeleteTrigger(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop delete trigger
- dropInsertTrigger(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop insert trigger
- dropRTreeIndex(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop the RTree Index Virtual Table
- dropRTreeIndex(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop the RTree Index Virtual Table
- dropTable() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Drop the user table
- dropTable(String) - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Drop the table
- dropTable(String) - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Drop the table if it exists
- dropTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Drop the table if it exists.
- dropTable(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Drop the table if it exists.
- dropTable(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Drop the table if it exists
- dropTableSQL(String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the drop table if exists SQL
- dropTrigger(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop the trigger for the table, geometry column, and trigger name
- dropTriggers(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Check if the table and column has the RTree extension and if found, drop the triggers
- dropTriggers(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Check if the feature table has the RTree extension and if found, drop the triggers
- dropUpdate1Trigger(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop update 1 trigger
- dropUpdate2Trigger(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop update 2 trigger
- dropUpdate3Trigger(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop update 3 trigger
- dropUpdate4Trigger(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop update 4 trigger
- dropUpdate5Trigger(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop update 5 trigger
- dropUpdate6Trigger(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop update 6 trigger
- dropUpdate7Trigger(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Drop update 7 trigger
- dropView(String) - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Drop the view if it exists
- dropView(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Drop the view if it exists.
- dropView(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Drop the view if it exists.
- dropView(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Drop the view if it exists
- dropViewSQL(String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the drop view if exists SQL
- DublinCoreMetadata - Class in mil.nga.geopackage.extension.related.dublin
-
Dublin Core Metadata Initiative
- DublinCoreMetadata() - Constructor for class mil.nga.geopackage.extension.related.dublin.DublinCoreMetadata
- DublinCoreType - Enum in mil.nga.geopackage.extension.related.dublin
-
Dublin Core Metadata Initiative term types
- duplicateCheck(int, Integer, String) - Method in class mil.nga.geopackage.user.UserColumns
-
Check for duplicate column names
E
- EcereExtensions - Class in mil.nga.geopackage.extension.ecere
-
Ecere Extensions
- EcereExtensions(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.ecere.EcereExtensions
-
Constructor
- enableForeignKeys() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
If foreign keys is disabled and there are no foreign key violations, enables foreign key checks, else logs violations
- enableForeignKeys() - Method in interface mil.nga.geopackage.GeoPackageCore
-
If foreign keys is disabled and there are no foreign key violations, enables foreign key checks, else logs violations
- enableForeignKeys() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
If foreign keys is disabled and there are no foreign key violations, enables foreign key checks, else logs violations
- encoding - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Value pixel encoding type
- endAndBeginTransaction() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
End a transaction as successful and begin a new transaction
- endAndBeginTransaction() - Method in interface mil.nga.geopackage.GeoPackageCore
-
End a transaction as successful and begin a new transaction
- endAndBeginTransaction() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
End a transaction as successful and begin a new transaction
- endAndBeginTransaction() - Method in class mil.nga.geopackage.user.UserCoreDao
-
End a transaction as successful and begin a new transaction
- endTransaction() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
End a transaction successfully
- endTransaction() - Method in interface mil.nga.geopackage.GeoPackageCore
-
End a transaction successfully
- endTransaction() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
End a transaction successfully
- endTransaction() - Method in class mil.nga.geopackage.user.UserCoreDao
-
End a transaction successfully
- endTransaction(boolean) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
End a transaction
- endTransaction(boolean) - Method in interface mil.nga.geopackage.GeoPackageCore
-
End a transaction
- endTransaction(boolean) - Method in class mil.nga.geopackage.user.UserCoreDao
-
End a transaction
- ENUM - mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintType
-
Enumerated values
- envelope(Projection) - Static method in class mil.nga.geopackage.geom.GeometryCrop
-
Get a geometry envelope for the projection
- EPOCH_COLUMN_DEF - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
-
Extension epoch column definition
- EPOCH_COLUMN_NAME - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
-
Extension epoch column name
- EPSG_3035 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
ETRS89-extended / LAEA Europe
- EPSG_3035 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
ETRS89-extended / LAEA Europe
- EPSG_32601 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 1N
- EPSG_32602 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 2N
- EPSG_32603 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 3N
- EPSG_32604 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 4N
- EPSG_32605 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 5N
- EPSG_32606 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 6N
- EPSG_32607 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 7N
- EPSG_32608 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 8N
- EPSG_32609 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 9N
- EPSG_32610 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 10N
- EPSG_32611 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 11N
- EPSG_32612 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 12N
- EPSG_32613 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 13N
- EPSG_32614 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 14N
- EPSG_32615 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 15N
- EPSG_32616 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 16N
- EPSG_32617 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 17N
- EPSG_32618 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 18N
- EPSG_32619 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 19N
- EPSG_32620 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 20N
- EPSG_32621 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 21N
- EPSG_32622 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 22N
- EPSG_32623 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 23N
- EPSG_32624 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 24N
- EPSG_32625 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 25N
- EPSG_32626 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 26N
- EPSG_32627 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 27N
- EPSG_32628 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 28N
- EPSG_32629 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 29N
- EPSG_32630 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 30N
- EPSG_32631 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 31N
- EPSG_32632 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 32N
- EPSG_32633 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 33N
- EPSG_32634 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 34N
- EPSG_32635 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 35N
- EPSG_32636 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 36N
- EPSG_32637 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 37N
- EPSG_32638 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 38N
- EPSG_32639 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 39N
- EPSG_32640 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 40N
- EPSG_32641 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 41N
- EPSG_32642 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 42N
- EPSG_32643 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 43N
- EPSG_32644 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 44N
- EPSG_32645 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 45N
- EPSG_32646 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 46N
- EPSG_32647 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 47N
- EPSG_32648 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 48N
- EPSG_32649 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 49N
- EPSG_32650 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 50N
- EPSG_32651 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 51N
- EPSG_32652 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 52N
- EPSG_32653 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 53N
- EPSG_32654 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 54N
- EPSG_32655 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 55N
- EPSG_32656 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 56N
- EPSG_32657 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 57N
- EPSG_32658 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 58N
- EPSG_32659 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 59N
- EPSG_32660 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 60N
- EPSG_32701 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 1S
- EPSG_32702 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 2S
- EPSG_32703 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 3S
- EPSG_32704 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 4S
- EPSG_32705 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 5S
- EPSG_32706 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 6S
- EPSG_32707 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 7S
- EPSG_32708 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 8S
- EPSG_32709 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 9S
- EPSG_32710 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 10S
- EPSG_32711 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 11S
- EPSG_32712 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 12S
- EPSG_32713 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 13S
- EPSG_32714 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 14S
- EPSG_32715 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 15S
- EPSG_32716 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 16S
- EPSG_32717 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 17S
- EPSG_32718 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 18S
- EPSG_32719 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 19S
- EPSG_32720 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 20S
- EPSG_32721 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 21S
- EPSG_32722 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 22S
- EPSG_32723 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 23S
- EPSG_32724 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 24S
- EPSG_32725 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 25S
- EPSG_32726 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 26S
- EPSG_32727 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 27S
- EPSG_32728 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 28S
- EPSG_32729 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 29S
- EPSG_32730 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 30S
- EPSG_32731 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 31S
- EPSG_32732 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 32S
- EPSG_32733 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 33S
- EPSG_32734 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 34S
- EPSG_32735 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 35S
- EPSG_32736 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 36S
- EPSG_32737 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 37S
- EPSG_32738 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 38S
- EPSG_32739 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 39S
- EPSG_32740 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 40S
- EPSG_32741 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 41S
- EPSG_32742 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 42S
- EPSG_32743 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 43S
- EPSG_32744 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 44S
- EPSG_32745 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 45S
- EPSG_32746 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 46S
- EPSG_32747 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 47S
- EPSG_32748 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 48S
- EPSG_32749 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 49S
- EPSG_32750 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 50S
- EPSG_32751 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 51S
- EPSG_32752 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 52S
- EPSG_32753 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 53S
- EPSG_32754 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 54S
- EPSG_32755 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 55S
- EPSG_32756 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 56S
- EPSG_32757 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 57S
- EPSG_32758 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 58S
- EPSG_32759 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 59S
- EPSG_32760 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UTM zone 60S
- EPSG_3395 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / World Mercator
- EPSG_3395 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
WGS 84 / World Mercator
- EPSG_3855 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
EGM2008 geoid height
- EPSG_3857 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / Pseudo-Mercator
- EPSG_3857 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
WGS 84 / Pseudo-Mercator
- EPSG_3978 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
NAD83 / Canada Atlas Lambert
- EPSG_3978 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
NAD83 / Canada Atlas Lambert
- EPSG_4326 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 Geographic 2D
- EPSG_4326 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
WGS 84 Geographic 2D
- EPSG_4979 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 Geographic 3D
- EPSG_4979 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
WGS 84 Geographic 3D
- EPSG_5041 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UPS North (E,N)
- EPSG_5041 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
WGS 84 / UPS North (E,N)
- EPSG_5042 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS 84 / UPS South (E,N)
- EPSG_5042 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
WGS 84 / UPS South (E,N)
- EPSG_9518 - mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
WGS84 4326 + EGM2008 height 3855
- EPSG_9518 - Static variable in class mil.nga.geopackage.dgiwg.WellKnownText
-
WGS84 4326 + EGM2008 height 3855
- EPSG_URL - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
EPSG base URL
- EPSG_VERSION - Static variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
EPSG CRS Version
- EPSG_WGS84 - Static variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
EPSG WGS84
- epsgURL(long) - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the EPSG URL for the code
- equals(Object) - Method in class mil.nga.geopackage.BoundingBox
- equals(Object) - Method in class mil.nga.geopackage.db.TableColumnKey
- equals(Object) - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationError
- equals(Object) - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationKey
- equals(Object) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
- equals(Object) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexKey
- equals(Object) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkKey
- equals(Object) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
- equals(Object) - Method in class mil.nga.geopackage.tiles.TileGrid
- execScript() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Execute the database script name
- execScript(String) - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Execute the database script name for the property
- execScript(String, String) - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Execute the database script name for the property
- 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
- execSQLScript(String) - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Execute the SQL Script
- execSQLScript(String, String) - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Execute the SQL Script
- executeSQL(String, boolean) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Execute the SQL statement
- 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.
- expandDown(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Expand the down pixels if greater than the current value
- expandHeight(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Expand the height pixels if greater than the current values
- expandLeft(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Expand the left pixels if greater than the current value
- expandLength(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Expand the length pixels in all directions
- expandRight(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Expand the right pixels if greater than the current value
- expandUp(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Expand the up pixels if greater than the current value
- 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.
- expandWidth(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Expand the width pixels if greater than the current values
- EXTENDED_EXTENSION - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
Deprecated.in GeoPackage version 1.2
- EXTENDED_RELATIONS - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Extended Relations property
- ExtendedRelation - Class in mil.nga.geopackage.extension.related
-
Describes the relationships between a base table, a related data table, and a mapping table
- ExtendedRelation() - Constructor for class mil.nga.geopackage.extension.related.ExtendedRelation
-
Default Constructor
- ExtendedRelation(ExtendedRelation) - Constructor for class mil.nga.geopackage.extension.related.ExtendedRelation
-
Copy Constructor
- ExtendedRelationsDao - Class in mil.nga.geopackage.extension.related
-
Extended Relations Data Access Object
- ExtendedRelationsDao(ConnectionSource, Class<ExtendedRelation>) - Constructor for class mil.nga.geopackage.extension.related.ExtendedRelationsDao
-
Constructor, required by ORMLite
- EXTENSION - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
Extension to GeoPackage files
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.ecere.EcereExtensions
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Extension author
- EXTENSION_AUTHOR - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
GeoPackage 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.ecere.tile_matrix_set.TileMatrixSetExtension
- EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
- EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
- EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Extension definition URL
- EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Extension definition URL
- EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Extension definition URL
- EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Extension definition URL
- EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Extension definition URL
- EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Extension definition URL
- EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
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.ecere.tile_matrix_set.TileMatrixSetExtension
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Extension name
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Extension, with author and name
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Extension, with author and name
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Extension, with author and name
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Extension, with author and name
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Extension, with author and name
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Extension, with author and name
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Extension, with author and name
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Extension name
- EXTENSION_NAME - Static variable in class mil.nga.geopackage.extension.schema.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.ecere.tile_matrix_set.TileMatrixSetExtension
- EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
- EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
- EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Extension name without the author
- EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Extension name without the author
- EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Extension name without the author
- EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Extension name without the author
- EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Extension name without the author
- EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Extension name without the author
- EXTENSION_NAME_NO_AUTHOR - Static variable in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Extension name without the author
- ExtensionManagement - Class in mil.nga.geopackage.extension
-
Extension Management for deleting and copying extensions
- ExtensionManagement(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.ExtensionManagement
-
Constructor
- ExtensionManager - Class in mil.nga.geopackage.extension
-
GeoPackage Extension Manager for deleting and copying extensions
- ExtensionManager(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.ExtensionManager
-
Constructor
- 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.db.GeoPackageTableCreator
-
Extensions property
- EXTENSIONS - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
GeoPackage extensions
- EXTENSIONS_CONDITIONAL - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 6
- EXTENSIONS_MANDATORY - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 3
- EXTENSIONS_NOT_ALLOWED - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 5
- EXTENSIONS_OPTIONAL - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 4
- 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.nga.index.GeometryIndexDao
- extractId(FeatureTileLink) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
- extractId(DataColumns) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
- 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(TileMatrix) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
- ExtTileMatrix - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
-
Describes a tile matrix and is used to populate the `gpkg_tile_matrix` view
- ExtTileMatrix() - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- ExtTileMatrixDao - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
- ExtTileMatrixDao(ConnectionSource, Class<ExtTileMatrix>) - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixDao
-
Constructor, required by ORMLite
- ExtTileMatrixSet - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
-
Describes a tile matrix set and is used to populate the `gpkg_tile_matrix_set` view
- ExtTileMatrixSet() - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- ExtTileMatrixSetDao - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
- ExtTileMatrixSetDao(ConnectionSource, Class<ExtTileMatrixSet>) - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSetDao
-
Constructor, required by ORMLite
F
- failTransaction() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Fail a transaction
- failTransaction() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Fail a transaction
- failTransaction() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Fail a transaction
- failTransaction() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Fail a transaction
- FEATURE - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to a feature (instance)
- FEATURE_GENERATOR - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
Feature generator
- FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
Feature generator download attempts
- FEATURE_TYPE - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to a feature type (class)
- FeatureColumn - Class in mil.nga.geopackage.features.user
-
Feature column
- FeatureColumn(FeatureColumn) - Constructor for class mil.nga.geopackage.features.user.FeatureColumn
-
Copy Constructor
- FeatureColumns - Class in mil.nga.geopackage.features.user
-
Collection of feature columns
- FeatureColumns(String, String, List<FeatureColumn>) - Constructor for class mil.nga.geopackage.features.user.FeatureColumns
-
Constructor
- FeatureColumns(String, String, List<FeatureColumn>, boolean) - Constructor for class mil.nga.geopackage.features.user.FeatureColumns
-
Constructor
- FeatureColumns(FeatureColumns) - Constructor for class mil.nga.geopackage.features.user.FeatureColumns
-
Copy Constructor
- FeatureCoreGenerator - Class in mil.nga.geopackage.features
-
Feature Generator
- FeatureCoreGenerator(GeoPackageCore, String) - Constructor for class mil.nga.geopackage.features.FeatureCoreGenerator
-
Constructor
- FeatureCoreStyleExtension - Class in mil.nga.geopackage.extension.nga.style
-
Feature Core Style extension
- FeatureCoreStyleExtension(GeoPackageCore, RelatedTablesCoreExtension) - Constructor for class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Constructor
- FEATURES - mil.nga.geopackage.contents.ContentsDataType
-
Features
- FEATURES - mil.nga.geopackage.extension.related.RelationType
-
Link features with other features
- FEATURES_2D - mil.nga.geopackage.dgiwg.DataType
-
Features 2D
- FEATURES_3D - mil.nga.geopackage.dgiwg.DataType
-
Features 3D
- FeatureTable - Class in mil.nga.geopackage.features.user
-
Represents a user feature table
- FeatureTable(String, String, List<FeatureColumn>) - Constructor for class mil.nga.geopackage.features.user.FeatureTable
-
Constructor
- FeatureTable(String, List<FeatureColumn>) - Constructor for class mil.nga.geopackage.features.user.FeatureTable
-
Constructor
- FeatureTable(GeometryColumns, List<FeatureColumn>) - Constructor for class mil.nga.geopackage.features.user.FeatureTable
-
Constructor
- FeatureTable(FeatureTable) - Constructor for class mil.nga.geopackage.features.user.FeatureTable
-
Copy Constructor
- FeatureTableCoreIndex - Class in mil.nga.geopackage.extension.nga.index
-
Abstract core Feature Table Index NGA Extension implementation.
- FeatureTableCoreIndex(GeoPackageCore, String, String) - Constructor for class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Constructor
- FeatureTableCoreIndex(GeoPackageCore, String, String, boolean) - Constructor for class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Constructor
- FeatureTableMetadata - Class in mil.nga.geopackage.features.user
-
Feature Table Metadata for defining table creation information
- FeatureTableMetadata() - Constructor for class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Constructor
- FeatureTableMetadata(String, GeometryColumns, String, boolean, List<FeatureColumn>, BoundingBox) - Constructor for class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Constructor
- FeatureTableMetadata(String, GeometryColumns, String, List<FeatureColumn>, BoundingBox) - Constructor for class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Constructor
- FeatureTableMetadata(String, GeometryColumns, BoundingBox, List<FeatureColumn>) - Constructor for class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Constructor
- FeatureTableMetadata(GeometryColumns, String, boolean, List<FeatureColumn>, BoundingBox) - Constructor for class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Constructor
- FeatureTableMetadata(GeometryColumns, String, List<FeatureColumn>, BoundingBox) - Constructor for class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Constructor
- FeatureTableMetadata(GeometryColumns, BoundingBox, List<FeatureColumn>) - Constructor for class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Constructor
- FeatureTableReader - Class in mil.nga.geopackage.features.user
-
Reads the metadata from an existing feature table
- FeatureTableReader(String) - Constructor for class mil.nga.geopackage.features.user.FeatureTableReader
-
Constructor, uses first or only found geometry column
- FeatureTableReader(String, String) - Constructor for class mil.nga.geopackage.features.user.FeatureTableReader
-
Constructor
- FeatureTableReader(GeometryColumns) - Constructor for class mil.nga.geopackage.features.user.FeatureTableReader
-
Constructor
- FeatureTileLink - Class in mil.nga.geopackage.extension.nga.link
-
Feature Tile Link object, for linking a feature and tile table together
- FeatureTileLink() - Constructor for class mil.nga.geopackage.extension.nga.link.FeatureTileLink
-
Default Constructor
- FeatureTileLink(FeatureTileLink) - Constructor for class mil.nga.geopackage.extension.nga.link.FeatureTileLink
-
Copy Constructor
- FeatureTileLinkDao - Class in mil.nga.geopackage.extension.nga.link
-
Feature Tile Link Data Access Object
- FeatureTileLinkDao(ConnectionSource, Class<FeatureTileLink>) - Constructor for class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
-
Constructor, required by ORMLite
- FeatureTileLinkKey - Class in mil.nga.geopackage.extension.nga.link
-
Feature Tile Link Complex Primary Key including feature and tile table names
- FeatureTileLinkKey(String, String) - Constructor for class mil.nga.geopackage.extension.nga.link.FeatureTileLinkKey
-
Constructor
- FeatureTileLinkTableCreator - Class in mil.nga.geopackage.extension.nga.link
-
Feature Tile Link Extension Table Creator
- FeatureTileLinkTableCreator(GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.extension.nga.link.FeatureTileLinkTableCreator
-
Constructor
- FeatureTileLinkTableCreator(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.nga.link.FeatureTileLinkTableCreator
-
Constructor
- FeatureTileTableCoreLinker - Class in mil.nga.geopackage.extension.nga.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.nga.link.FeatureTileTableCoreLinker
-
Constructor
- FIELD_SESSION - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to the field session
- FIELD_TYPE_BLOB - Static variable in class mil.nga.geopackage.db.ResultUtils
-
Blob field type
- FIELD_TYPE_FLOAT - Static variable in class mil.nga.geopackage.db.ResultUtils
-
Float field type
- FIELD_TYPE_INTEGER - Static variable in class mil.nga.geopackage.db.ResultUtils
-
Integer field type
- FIELD_TYPE_NULL - Static variable in class mil.nga.geopackage.db.ResultUtils
-
Null field type
- FIELD_TYPE_STRING - Static variable in class mil.nga.geopackage.db.ResultUtils
-
String field type
- FIELDS - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesTableCreator
-
Fields property
- fileBytes(File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the file bytes
- fileString(File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the file string
- fileString(File, String) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the file string
- find(String) - Static method in class mil.nga.geopackage.db.Pagination
-
Find the pagination offset and limit from the SQL statement
- findName(String) - Static method in enum mil.nga.geopackage.db.GeoPackageDataType
-
Find the Data Type from the name if it exists, ignoring case
- finish() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Finish the reprojection
- FIRST - Static variable in enum mil.nga.geopackage.extension.CrsWktExtensionVersion
-
First version
- FLOAT - mil.nga.geopackage.db.GeoPackageDataType
-
32-bit IEEE floating point number.
- FLOAT - mil.nga.geopackage.extension.coverage.GriddedCoverageDataType
-
Float
- FOREIGN_KEY - mil.nga.geopackage.db.table.ConstraintType
-
Foreign key table and column constraint
- foreignKeyCheck() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Perform a foreign key check
- foreignKeyCheck(String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Perform a foreign key check
- foreignKeyCheck(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Perform a foreign key check
- foreignKeyCheck(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Perform a foreign key check
- foreignKeyCheckSQL() - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the foreign key check SQL
- foreignKeyCheckSQL(String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the foreign key check SQL
- foreignKeys() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for the foreign keys value
- foreignKeys() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Query for the foreign keys value
- foreignKeys() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Query for the foreign keys value
- foreignKeys(boolean) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Change the foreign keys state
- foreignKeys(boolean) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Change the foreign keys state
- foreignKeys(boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Change the foreign keys state
- foreignKeys(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Query for the foreign keys value
- foreignKeys(GeoPackageCoreConnection, boolean) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Change the foreign keys state
- foreignKeysSQL(boolean) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the foreign keys SQL
- FORMAT - mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
The file format, physical medium, or dimensions of the resource.
- 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
- fromCoreName(String) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Get the contents data type from a core type name
- fromName(String) - Static method in enum mil.nga.geopackage.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.metadata.MetadataScopeType
-
Get the metadata scope from the name
- fromName(String) - Static method in enum mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Get the Tile Scaling Type from the name
- fromName(String) - Static method in enum mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
Get the Dublin Core Type from the term name
- fromName(String) - Static method in enum mil.nga.geopackage.extension.related.RelationType
-
Get the Relation Type 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.extension.metadata.reference.ReferenceScopeType
-
Get the type from the value
- fromValue(String) - Static method in enum mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintType
-
Get the type from the value
- FUNCTION_DATE - Static variable in class mil.nga.geopackage.db.DateConverter
-
SQLite date function
- FUNCTION_DATETIME - Static variable in class mil.nga.geopackage.db.DateConverter
-
SQLite datetime function
- FUNCTION_JULIANDAY - Static variable in class mil.nga.geopackage.db.DateConverter
-
SQLite julianday function
- FUNCTION_STRFTIME - Static variable in class mil.nga.geopackage.db.DateConverter
-
SQLite strftime function
- FUNCTION_TIME - Static variable in class mil.nga.geopackage.db.DateConverter
-
SQLite time function
G
- generateFeatures() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Generate the features
- generateFeatures() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Generate the features
- generateFeatures(String, int) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Generate features
- GEO_PACKAGE - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
GeoPackage
- geodesic - Variable in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Index geometries using geodesic lines
- geodesic - Variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Index geometries using geodesic lines
- geodesicEnvelope(GeometryEnvelope, int) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Expand the vertical bounds of a geometry envelope by geodesic bounds
- GEOMETRY_COLUMN_SUBSTITUTE - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Geometry Column substitute value
- GEOMETRY_COLUMNS - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Geometry Columns property
- GEOMETRY_EXTENSION_PREFIX - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
Geometry extension prefix
- GEOMETRY_INDEX - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Geometry Index property
- GEOMETRY_MAGIC_NUMBER - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
Expected magic number
- GEOMETRY_TYPES_EXTENSION_DEFINITION - Static variable in class mil.nga.geopackage.extension.GeometryExtensions
-
Geometry Types Extension definition URL
- GEOMETRY_VERSION_1 - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
Expected version 1 value
- geometryColumns - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Table Geometry Columns
- geometryColumns - Variable in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Geometry columns
- 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
- GeometryCrop - Class in mil.nga.geopackage.geom
-
Geometry Crop utilities
- GeometryCrop() - Constructor for class mil.nga.geopackage.geom.GeometryCrop
- 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.nga.index
-
Geometry Index object, for indexing geometries within user feature tables
- GeometryIndex() - Constructor for class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Default Constructor
- GeometryIndex(GeometryIndex) - Constructor for class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Copy Constructor
- GeometryIndexDao - Class in mil.nga.geopackage.extension.nga.index
-
Geometry Index Data Access Object
- GeometryIndexDao(ConnectionSource, Class<GeometryIndex>) - Constructor for class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
-
Constructor, required by ORMLite
- GeometryIndexKey - Class in mil.nga.geopackage.extension.nga.index
-
Geometry Index Complex Primary Key including table and column name
- GeometryIndexKey(String, long) - Constructor for class mil.nga.geopackage.extension.nga.index.GeometryIndexKey
-
Constructor
- GeometryIndexTableCreator - Class in mil.nga.geopackage.extension.nga.index
-
Geometry Index Extension Table Creator
- GeometryIndexTableCreator(GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Constructor
- GeometryIndexTableCreator(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Constructor
- geoPackage - Variable in class mil.nga.geopackage.extension.BaseExtension
-
GeoPackage Core
- geoPackage - Variable in class mil.nga.geopackage.extension.ExtensionManagement
-
GeoPackage
- geoPackage - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
GeoPackage
- geoPackage - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
GeoPackage
- GEOPACKAGE - mil.nga.geopackage.extension.metadata.reference.ReferenceScopeType
-
Geopackage
- GEOPACKAGE_BASE - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 1
- GEOPACKAGE_OPTIONS - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 2
- 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(ConnectionSource) - Constructor for class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Constructor
- GeoPackageCoreConnection(GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Copy Constructor
- GeoPackageCoreImpl - Class in mil.nga.geopackage
-
A single GeoPackage database connection implementation
- GeoPackageCoreImpl(String, String, GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.GeoPackageCoreImpl
-
Constructor
- GeoPackageCoreImpl(String, String, GeoPackageCoreConnection, boolean) - Constructor for class mil.nga.geopackage.GeoPackageCoreImpl
-
Constructor
- GeoPackageDao<T,ID> - Class in mil.nga.geopackage.db
-
Abstract GeoPackage DAO
- GeoPackageDao(ConnectionSource, Class<T>) - Constructor for class mil.nga.geopackage.db.GeoPackageDao
-
Constructor, required by ORMLite
- GeoPackageDaoManager - Class in mil.nga.geopackage.db
-
GeoPackage DAO Manager for cleaning up ORMLite caches
- GeoPackageDaoManager() - Constructor for class mil.nga.geopackage.db.GeoPackageDaoManager
- 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
- GeoPackageFile - Class in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) GeoPackage File
- GeoPackageFile(File) - Constructor for class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Constructor
- GeoPackageFile(File, String) - Constructor for class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Constructor
- GeoPackageFile(File, GeoPackageFileName) - Constructor for class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Constructor
- GeoPackageFile(String) - Constructor for class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Constructor
- GeoPackageFile(String, String) - Constructor for class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Constructor
- GeoPackageFile(String, GeoPackageFileName) - Constructor for class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Constructor
- GeoPackageFileName - Class in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) GeoPackage File Name
- GeoPackageFileName() - Constructor for class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Constructor
- GeoPackageFileName(File) - Constructor for class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Constructor
- GeoPackageFileName(String) - Constructor for class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Constructor
- GeoPackageGeometryData - Class in mil.nga.geopackage.geom
-
GeoPackage Geometry Data
- GeoPackageGeometryData() - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Default Constructor, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- GeoPackageGeometryData(byte[]) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Constructor
- GeoPackageGeometryData(long) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Constructor
- GeoPackageGeometryData(long, Geometry) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Constructor
- GeoPackageGeometryData(long, Geometry, boolean) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Constructor
- GeoPackageGeometryData(long, Geometry, GeometryEnvelope) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Constructor
- GeoPackageGeometryData(GeoPackageGeometryData) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Copy Constructor
- GeoPackageGeometryData(Geometry) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Constructor, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- GeoPackageGeometryData(Geometry, boolean) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Constructor
- GeoPackageGeometryData(Geometry, GeometryEnvelope) - Constructor for class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Constructor, default SRS Id of
GeoPackageGeometryData.getDefaultSrsId()
- 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
- GeoPackageTableCreator(GeoPackageCore) - 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() - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Get the tile scaling
- get(int) - Method in class mil.nga.geopackage.db.table.Constraints
-
Get the constraint at the index
- get(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get the contents id object
- get(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Get the extension for the feature table
- get(String) - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Get the GeoPackage with name
- get(String, String, String) - Method in class mil.nga.geopackage.extension.BaseExtension
-
Get the extension for the name, table name, and column name
- get(Contents) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get the contents id object
- get(ConstraintType) - Method in class mil.nga.geopackage.db.table.Constraints
-
Get the constraints of the provided type
- getAdditional() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get additional elements
- getAdditionalColumns() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Get the additional table columns
- getAlgorithm() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the interpolation algorithm
- getAnchorUColumn() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the anchor u column
- getAnchorUColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the anchor u column index
- getAnchorVColumn() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the anchor v column
- getAnchorVColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the anchor v column index
- getApplicationId() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get the application id
- getApplicationId() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the application id
- getApplicationId() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the application id
- getApplicationId(Integer) - Static method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get the application id string value for the application id integer
- getApplicationIdHex() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get the application id as a hex string prefixed with 0x
- getApplicationIdHex() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the application id as a hex string prefixed with 0x
- getApplicationIdHex() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the application id as a hex string prefixed with 0x
- getApplicationIdInteger() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get the application id integer
- getApplicationIdInteger() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the application id integer
- getApplicationIdInteger() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the application id integer
- 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.
- getArea() - Method in class mil.nga.geopackage.style.PixelBounds
-
Get the pixel area
- getArgs() - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
-
Get the SQL arguments
- getArguments() - Method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Get the query arguments
- getAsMap() - Method in class mil.nga.geopackage.user.UserCoreRow
-
Get a Map
- getAttributesTableName() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- getAttributesTables() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the attributes tables
- getAttributesTables() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the attributes tables
- getAuthName() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
- getAuthor() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Get the table creator author
- getAuthor() - Method in class mil.nga.geopackage.extension.ecere.EcereExtensions
-
Get the extension author
- getAuthor() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
Get the table creator author
- getAuthor() - Method in class mil.nga.geopackage.extension.ExtensionManagement
-
Get the extension author
- getAuthor() - Method in class mil.nga.geopackage.extension.ExtensionManager
-
Get the extension author
- getAuthor() - Method in class mil.nga.geopackage.extension.Extensions
-
Get the author from the beginning of the extension name
- getAuthor() - Method in class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Get the extension author
- getAuthor() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Get the table creator author
- getAuthor() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesTableCreator
-
Get the table creator author
- getAuthor() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdTableCreator
-
Get the table creator author
- getAuthor() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Get the table creator author
- getAuthor() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkTableCreator
-
Get the table creator author
- getAuthor() - Method in class mil.nga.geopackage.extension.nga.NGAExtensions
-
Get the extension author
- getAuthor() - Method in class mil.nga.geopackage.extension.nga.scale.TileScalingTableCreator
-
Get the table creator author
- getAuthor(String) - Static method in class mil.nga.geopackage.extension.Extensions
-
Get the author from the beginning of the extension name
- getAuthority() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the authority
- getAuthorityAndCode() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the authority and code
- getAuthSrid() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
- getBaseIdColumn() - Method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Get the base id column
- getBaseIdColumnIndex() - Method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Get the base id column index
- getBasePrimaryColumn() - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Getter
- getBaseTableName() - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Getter
- getBaseTableRelations(String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelationsDao
-
Get the relations to the base table
- getBaseTableRelations(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get the relations to the base table
- getBaseTables() - Method in class mil.nga.geopackage.extension.related.ExtendedRelationsDao
-
Get all the base table names
- 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(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(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(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(CoverageDataSourcePixel, CoverageDataSourcePixel, 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.db.Result
-
Returns the value of the requested column as a byte array.
- getBooleanProperty(boolean, String...) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a boolean property by property parts
- getBooleanProperty(String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a required boolean by key
- getBooleanProperty(String...) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a required boolean property by property parts
- getBooleanProperty(String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a boolean by key
- getBoundingBox() - Method in class mil.nga.geopackage.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.extension.nga.index.FeatureTableCoreIndex
-
Query for the bounds of the feature table index
- getBoundingBox() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get bounding box
- getBoundingBox() - Method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Get the bounding box
- getBoundingBox() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the bounding box of the geometry envelope
- getBoundingBox() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
-
Get a bounding box
- getBoundingBox() - Method in class mil.nga.geopackage.tiles.reproject.PlatteCarreOptimize
-
Get the world bounding box of the optimization projection
- getBoundingBox() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Get the world bounding box of the optimization projection
- getBoundingBox() - Method in class mil.nga.geopackage.tiles.reproject.WebMercatorOptimize
-
Get the world bounding box of the optimization projection
- getBoundingBox() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the bounding box of the user table data
- getBoundingBox(int, int, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tile bounding box from the XYZ tile coordinates and zoom level
- getBoundingBox(String) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get the bounding box for the table in the table's projection
- getBoundingBox(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for the table in the table's projection, including contents and table metadata
- getBoundingBox(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for the table in the table's projection, including contents and table metadata
- getBoundingBox(String, boolean) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for the table in the table's projection, including contents, table metadata, and manual queries if enabled
- getBoundingBox(String, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for the table in the table's projection, including contents, table metadata, and manual queries if enabled
- 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, 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(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, 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(TileGrid, long) - Method in class mil.nga.geopackage.tiles.reproject.PlatteCarreOptimize
-
Get the bounding box of the tile grid at the zoom
- getBoundingBox(TileGrid, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Get the bounding box of the tile grid at the zoom
- getBoundingBox(TileGrid, long) - Method in class mil.nga.geopackage.tiles.reproject.WebMercatorOptimize
-
Get the bounding box of the tile grid at the zoom
- getBoundingBox(Projection) - Method in class mil.nga.geopackage.contents.Contents
-
Get a bounding box in the provided projection
- getBoundingBox(Projection) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get the bounding box for all tables in the provided projection
- getBoundingBox(Projection) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query for the feature index bounds and return in the provided projection
- getBoundingBox(Projection) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for all tables in the provided projection, including contents and table metadata
- getBoundingBox(Projection) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for all tables in the provided projection, including contents and table metadata
- getBoundingBox(Projection) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
-
Get a bounding box in the provided projection
- getBoundingBox(Projection) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the bounding box of the user table data
- getBoundingBox(Projection, boolean) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for all tables in the provided projection, including contents, table metadata, and manual queries if enabled
- getBoundingBox(Projection, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for all tables in the provided projection, including contents, table metadata, and manual queries if enabled
- getBoundingBox(Projection, String) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get the bounding box for the table in the provided projection
- getBoundingBox(Projection, String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for the table in the provided projection, including contents and table metadata
- getBoundingBox(Projection, String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for the table in the provided projection, including contents and table metadata
- getBoundingBox(Projection, String, boolean) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for the table in the provided projection, including contents, table metadata, and manual queries if enabled
- getBoundingBox(Projection, String, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for the table in the provided projection, including contents, table metadata, and manual queries if enabled
- getBoundingBoxAsWGS84(TileGrid, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the WGS84 tile bounding box from the XYZ tile tileGrid and zoom level
- getBoundingBoxProjection() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the bounding box projection
- getBounds() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the bounds
- getByteBuffer() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the bytes already ordered in a Byte Buffer
- 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
- getCentralMeridian(long) - Static method in class mil.nga.geopackage.dgiwg.UTMZone
-
Get the central meridian
- getCentroid() - Method in class mil.nga.geopackage.BoundingBox
-
Get the bounding box centroid point
- getCentroid(BoundingBox) - Static method in class mil.nga.geopackage.BoundingBox
-
Get the bounding box centroid point
- getCentroid(BoundingBox, Projection) - Static method in class mil.nga.geopackage.BoundingBox
-
Get the centroid for the bounding box and projection
- getCentroid(Projection) - Method in class mil.nga.geopackage.BoundingBox
-
Get the centroid for the bounding box and projection
- getChunkLimit() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get the SQL query chunk limit
- 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
- getCoalesce() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- getCode() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the code
- getCode() - Method in enum mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Get the code
- getColorColumn() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the color column
- getColorColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the color column index
- getColumn() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Get the column
- getColumn() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationKey
-
Get the column name
- getColumn(int) - Method in class mil.nga.geopackage.db.table.TableInfo
-
Get the column at the index
- getColumn(int) - Method in class mil.nga.geopackage.user.UserColumns
-
Get the column at the index
- getColumn(int) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Get the column at the index
- getColumn(int) - Method in class mil.nga.geopackage.user.UserTable
-
Get the column at the index
- getColumn(String) - Method in class mil.nga.geopackage.db.table.TableInfo
-
Get the column with the name
- getColumn(String) - Method in class mil.nga.geopackage.db.TableMapping
-
Get the mapped column for the column name
- getColumn(String) - Method in class mil.nga.geopackage.user.UserColumns
-
Get the column of the column name
- getColumn(String) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Get the column of the column name
- getColumn(String) - Method in class mil.nga.geopackage.user.UserTable
-
Get the column of the column name
- getColumn(String, Object) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the column, create if needed
- getColumn(UserCoreRow<T, ?>, DublinCoreType) - Static method in class mil.nga.geopackage.extension.related.dublin.DublinCoreMetadata
-
Get the column from the row for the Dublin Core Type term
- getColumn(UserTable<T>, DublinCoreType) - Static method in class mil.nga.geopackage.extension.related.dublin.DublinCoreMetadata
-
Get the column from the table for the Dublin Core Type term
- getColumnConstraint(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Attempt to get a column constraint by parsing the SQL statement
- getColumnConstraint(String, int) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Get the column constraint at the index
- getColumnConstraints() - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Get the column constraints
- getColumnConstraints(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Attempt to get column constraints by parsing the SQL statement
- getColumnConstraints(String) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Get the column constraints
- getColumnCount() - Method in interface mil.nga.geopackage.db.Result
-
Get the number of columns
- getColumnIndex(String) - Method in interface mil.nga.geopackage.db.Result
-
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.UserColumns
-
Get the column index of the column name
- 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
- getColumnIndex(String, boolean) - Method in class mil.nga.geopackage.user.UserColumns
-
Get the column index of the column name
- getColumnIndex(SQLiteMasterColumn) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the column index of the column type
- getColumnName() - Method in class mil.nga.geopackage.db.TableColumnKey
- getColumnName() - Method in class mil.nga.geopackage.extension.Extensions
-
Get the column name
- getColumnName() - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Get the column name
- getColumnName() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get the column name
- getColumnName() - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- getColumnName() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the column name
- getColumnName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
- getColumnName() - Method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Get the column name
- getColumnName(int) - Method in class mil.nga.geopackage.user.UserColumns
-
Get the column name at the index
- 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.db.TableMapping
-
Get the column names
- getColumnNames() - Method in class mil.nga.geopackage.user.UserColumns
-
Get the array of column names
- getColumnNames() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the table column names
- 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() - Method in class mil.nga.geopackage.db.table.TableInfo
-
Get the columns
- getColumns() - Method in class mil.nga.geopackage.db.table.UniqueConstraint
-
Get the columns
- getColumns() - Method in class mil.nga.geopackage.db.TableMapping
-
Get the columns as an entry set
- getColumns() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the columns
- getColumns() - Method in class mil.nga.geopackage.user.UserColumns
-
Get the list of columns
- getColumns() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the table columns
- getColumns() - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
-
Get the SQL column names
- getColumns() - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Get the columns
- getColumns() - Method in class mil.nga.geopackage.user.UserCoreRow
-
Get the columns
- getColumns() - Method in class mil.nga.geopackage.user.UserTable
-
Get the list of columns
- getColumns() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Get the table columns
- getColumns(String[]) - Method in class mil.nga.geopackage.user.UserTable
-
Get the columns from the column names
- getColumns(DataColumnsDao) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- getColumnsWithConstraints() - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Get the column names with constraints
- getColumnType(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Get the column constraint type of the constraint SQL
- getColumnType(String) - Static method in enum mil.nga.geopackage.db.table.ConstraintType
-
Get a matching column constraint type from the value
- getConfig(long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the zoom level configuration for a zoom level
- getConfigOrCreate(long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the zoom level configuration or create new configuration for a zoom level
- getConnectionSource() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get a connection source
- getConstantValue() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the constant value
- getConstantValueAsString() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the constant value as a string
- getConstraint() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Get the constraint or error description
- getConstraint(int) - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Get the constraint at the index
- getConstraint(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Attempt to get a constraint by parsing the SQL statement
- getConstraintName() - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- getConstraintName() - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- getConstraints() - Method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Get the constraints
- getConstraints() - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Get the constraints
- getConstraints() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the constraints
- getConstraints() - Method in class mil.nga.geopackage.user.UserTable
-
Get the constraints
- getConstraints(int) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the constraints from table SQL
- getConstraints(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Get the constraints for the table SQL
- getConstraints(ConstraintType) - Method in class mil.nga.geopackage.user.UserColumn
-
Get the constraints of the provided type
- getConstraints(ConstraintType) - Method in class mil.nga.geopackage.user.UserTable
-
Get the constraints of the provided type
- getConstraints(DataColumnConstraintsDao) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- getConstraintType() - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- getContent() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- getContent_id() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- getContents() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
-
Get the contents
- getContents() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsId
-
Get the contents
- getContents() - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- getContents() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the contents
- 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.srs.SpatialReferenceSystem
-
Get the contents
- getContents() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- getContents() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
- getContents() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the contents
- getContents() - Method in class mil.nga.geopackage.user.UserTable
-
Get the contents
- getContents(String) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get contents by data type
- getContents(String...) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get contents by data types
- getContents(ContentsDataType) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get contents by data type
- getContents(ContentsDataType...) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get contents by data types
- getContentsBoundingBox() - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Get the contents bounding box
- getContentsBoundingBox(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box from the contents for the table in the table's projection
- getContentsBoundingBox(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box from the contents for the table in the table's projection
- getContentsBoundingBox(Projection) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for all table contents in the provided projection
- getContentsBoundingBox(Projection) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for all table contents in the provided projection
- getContentsBoundingBox(Projection, String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box from the contents for the table in the provided projection
- getContentsBoundingBox(Projection, String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box from the contents for the table in the provided projection
- getContentsDao() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get a Contents DAO
- getContentsDao() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get a Contents DAO
- getContentsDataTypes() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the contents data types
- getContentsId() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Get the contents id extension
- getContentsIdDao() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get a Contents Id DAO
- getContentsIdDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get a Contents Id DAO
- getContentsIdDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get a Contents Id DAO
- getContentsProjection(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the projection of the table contents
- getContentsProjection(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the projection of the table contents
- getContentsSrsId() - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Get the contents SRS id
- getContentTypeColumn() - Method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Get the content type column
- getContentTypeColumnIndex() - Method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Get the content type column index
- getCoordDimension() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
- getCoordinateReferenceSystem(long) - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the coordinate reference system for the EPSG code
- getCoordinateReferenceSystem(String, long) - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the coordinate reference system for the authority and code
- getCoordinateReferenceSystem(SpatialReferenceSystem) - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the coordinate reference system for the spatial reference system
- getCoordinateReferenceSystems(ContentsDataType) - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the supported coordinate reference systems for the contents data type
- getCoordinateReferenceSystems(DataType) - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the supported coordinate reference systems for the data type
- 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
- getCreationDate() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the creation date
- getCreationDateText() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the creation date text
- getCrs(Projection) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the CRS from the 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.nga.contents.ContentsIdExtension
-
Get the contents id DAO
- getDao() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Get the feature tile link DAO
- getDao() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get the table Data Access Object
- getDao() - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Get the tile scaling DAO
- getDao() - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
-
Get the DAO
- getDatabase() - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Get the database
- getDatabase() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the SQLite database
- getDatabase() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the SQLite database
- getDatabase() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the database
- getDataColumn() - Method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Get the data column
- getDataColumn(String, String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Get DataColumn by column name and table name
- getDataColumnConstraintsDao() - Method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Get a Data Column Constraints DAO
- getDataColumnConstraintsDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Get a Data Column Constraints DAO
- getDataColumnConstraintsDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Get a Data Column Constraints DAO
- getDataColumnIndex() - Method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Get the data column index
- getDataColumnsDao() - Method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Get a Data Columns DAO
- getDataColumnsDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Get a Data Columns DAO
- getDataColumnsDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
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
- getDataProduct() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the data product
- getDataType() - Method in class mil.nga.geopackage.attributes.AttributesTable
-
Get the contents data type
- getDataType() - Method in class mil.nga.geopackage.contents.Contents
-
Get the data type
- getDataType() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the data type
- getDataType() - Method in class mil.nga.geopackage.db.table.TableColumn
-
Get the column data type
- getDataType() - Method in enum mil.nga.geopackage.dgiwg.DataType
-
Get the contents data type
- getDataType() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
Get the data type
- getDataType() - Method in enum mil.nga.geopackage.extension.related.RelationType
-
Get the contents data type
- getDataType() - Method in class mil.nga.geopackage.extension.related.UserRelatedTable
-
Get the contents data type
- getDataType() - Method in class mil.nga.geopackage.features.user.FeatureTable
-
Get the contents data type
- getDataType() - Method in class mil.nga.geopackage.tiles.user.TileTable
-
Get the contents data type
- getDataType() - Method in class mil.nga.geopackage.user.custom.UserCustomTable
-
Get the contents data type
- getDataType() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the data type
- getDataType() - Method in class mil.nga.geopackage.user.UserTable
-
Get the contents data type
- getDataType() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Get the data type
- getDataType(String) - Static method in class mil.nga.geopackage.db.table.TableInfo
-
Get the data type from the type value
- getDataType(String) - Method in class mil.nga.geopackage.user.UserTable
-
Get the contents data type from the contents or use the default
- getDataTypeName() - Method in class mil.nga.geopackage.contents.Contents
-
Get the data type string value
- getDataTypes() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the data types
- getDataTypes(ContentsDataType) - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the data types for the contents data type
- getDataTypes(ContentsDataType) - Static method in enum mil.nga.geopackage.dgiwg.DataType
-
Get the data types for the contents data type
- getDb() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the database connection
- getDefaultByteOrder() - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the default byte order
- getDefaultDataType() - Method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Get the default data type
- getDefaultDataType() - Method in class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Get the default data type
- getDefaultDataType() - Method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Get the default data type
- getDefaultDataType() - Method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Get the default data type
- getDefaultDataType() - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Get the default data type
- getDefaultDataType() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Get the default data type
- getDefaultSrsId() - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the default SRS id
- getDefaultValue() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the default value
- getDefaultValue() - Method in class mil.nga.geopackage.db.table.TableColumn
-
Get the default value
- getDefaultValue() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the default value
- getDefaultValue(String, String) - Static method in class mil.nga.geopackage.db.table.TableInfo
-
Get the default object value for the string default value and type
- getDefaultValue(String, GeoPackageDataType) - Static method in class mil.nga.geopackage.db.table.TableInfo
-
Get the default object value for the string default value with the data type
- getDefaultValueAsString() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the default value as a string
- getDefaultValueString() - Method in class mil.nga.geopackage.db.table.TableColumn
-
Get the default value as a string
- getDefinition() - Method in class mil.nga.geopackage.extension.Extensions
-
Get the definition
- getDefinition() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesEncodingExtension
- getDefinition() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesGeoJSONExtension
- getDefinition() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesMapboxExtension
- getDefinition() - Method in enum mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Get the definition
- getDefinition() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the definition
- getDefinition() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- getDefinition(long) - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Get the extension definition
- getDefinition_12_063() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the 12_063 WKT definition
- getDefinition_12_063(long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Query to get the definition 12 063 value if the extension exists
- getDegreesCentroid() - Method in class mil.nga.geopackage.BoundingBox
-
Get the centroid for the bounding box in degrees
- getDegreesCentroid(BoundingBox) - Static method in class mil.nga.geopackage.BoundingBox
-
Get the centroid for a bounding box in degrees
- getDescription() - Method in class mil.nga.geopackage.contents.Contents
-
Get the description
- getDescription() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the description
- getDescription() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getDescription() - Method in class mil.nga.geopackage.extension.im.portrayal.Styles
- getDescription() - Method in class mil.nga.geopackage.extension.im.portrayal.Symbols
- getDescription() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- getDescription() - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- getDescription() - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- getDescription() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the description
- getDescription() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- getDescription() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Get the description
- getDescriptionColumn() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the description column
- getDescriptionColumn() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the description column
- getDescriptionColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the description column index
- getDescriptionColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the description column index
- getDimension() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the dimension
- getDimension() - Method in enum mil.nga.geopackage.dgiwg.DataType
-
Get the dimension
- getDouble(int) - Method in interface mil.nga.geopackage.db.Result
-
Returns the value of the requested column as an double.
- getDown() - Method in class mil.nga.geopackage.style.PixelBounds
-
Get the down pixels
- getDownloadAttempts() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the number of download attempts
- getDroppedColumns() - Method in class mil.nga.geopackage.db.TableMapping
-
Get a set of dropped columns
- 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
- getEnvelope(GeoPackageGeometryData) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Get or build a geometry envelope from the Geometry Data
- getEpoch() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the coordinate epoch
- getEpoch(long) - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Get the extension epoch
- getEpoch(long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Query to get the epoch value if the extension exists
- getError(int) - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Get the validation error at the index
- getErrors() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Get the validation errors
- getExtendedRelationsDao() - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get a Extended Relations DAO
- getExtendedRelationsDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get a Extended Relations DAO
- getExtendedRelationsDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get a Extended Relations DAO
- getExtension() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get the extension
- getExtension() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get the extension
- getExtension() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Get the extension
- getExtension() - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Get the extension
- getExtensionManager() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get an extension manager on the GeoPackage
- getExtensionManager() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get an extension manager on the GeoPackage
- getExtensionName() - Method in class mil.nga.geopackage.extension.Extensions
-
Get the extension name
- 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)
- getExtensionName(CrsWktExtensionVersion) - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Get the extension name for the version
- getExtensionName(GeometryType) - Static method in class mil.nga.geopackage.extension.GeometryExtensions
-
Get the extension name of a GeoPackage extension Geometry
- 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
- getExtensions(String) - Method in class mil.nga.geopackage.extension.BaseExtension
-
Get the extension for the name
- getExtensions(String, String) - Method in class mil.nga.geopackage.extension.BaseExtension
-
Get the extension for the name and table name
- getExtensionsDao() - Method in class mil.nga.geopackage.extension.BaseExtension
-
Get the Extensions DAO
- getExtensionsDao() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get an Extensions DAO
- getExtensionsDao() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get an Extensions DAO
- getFalseNorthing(long) - Static method in class mil.nga.geopackage.dgiwg.UTMZone
-
Get the UTM Zone False Northing
- getFeatureBoundingBox(Projection, String, boolean) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the feature table bounding box
- getFeaturesDataTypes() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the features data types
- getFeatureTableName() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLink
-
Get the feature table name
- getFeatureTableName() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkKey
-
Get the feature table name
- 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
- getFeatureTables() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the feature tables
- getFeatureTablesForTileTable(String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Query for the feature table names linked to a tile table
- getFeatureTileLinkDao() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Get a Feature Tile Link DAO
- getFeatureTileLinkDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Get a Feature Tile Link DAO
- getFeatureTileLinkDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
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
- getFile() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Get the GeoPackage file
- getFile() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get a local file from the name with GeoPackage extension
- getFileExtension(File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the file extension
- getFileExtension(String) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the file extension
- getFileId() - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Get the file id
- getFileName() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Get the DGIWG file name
- getFileNameWithoutExtension(File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the file name with the extension removed
- getFileNameWithoutExtension(String) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the file name with the extension removed
- getFillColorColumn() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the fill color column
- getFillColorColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the fill color column index
- getFillOpacityColumn() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the fill opacity column
- getFillOpacityColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the fill opacity column index
- getFloat(int) - Method in interface mil.nga.geopackage.db.Result
-
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(boolean, String...) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a float property by property parts
- getFloatProperty(String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a required float by key
- getFloatProperty(String...) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a required float property by property parts
- getFloatProperty(String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a float by key
- getFloatValue(Result, int, GeoPackageDataType) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Get the float value from the cursor of the column
- getFormat() - Method in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- getFormat() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- getFromColumn() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the from column
- getFromTable() - Method in class mil.nga.geopackage.db.TableMapping
-
Get the from table name
- getFTableName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
- getFullIdentifier() - Method in enum mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Get the full requirement identifier with prefix
- getGeographicCoverageArea() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the geographic coverage area
- getGeometry() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the geometry
- getGeometryColumn() - Method in class mil.nga.geopackage.features.user.FeatureColumns
-
Get the geometry column
- 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
- getGeometryColumnName() - Method in class mil.nga.geopackage.features.user.FeatureColumns
-
Get the geometry column name
- getGeometryColumnName() - Method in class mil.nga.geopackage.features.user.FeatureTable
-
Get the geometry column name
- getGeometryColumns() - Method in class mil.nga.geopackage.contents.Contents
-
Get the Geometry Columns, should only return one or no value
- getGeometryColumns() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the geometry columns
- getGeometryColumns() - Method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Get the geometry columns
- getGeometryColumns() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the geometry columns
- getGeometryColumnsDao() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get a Geometry Columns DAO
- getGeometryColumnsDao() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get a Geometry Columns DAO
- getGeometryFilter() - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get geometry filter
- getGeometryIndex() - Method in class mil.nga.geopackage.features.user.FeatureColumns
-
Get the geometry index
- getGeometryIndexDao() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get a Geometry Index DAO
- getGeometryIndexDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get a Geometry Index DAO
- getGeometryIndexDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get a Geometry Index DAO
- getGeometryIndices() - Method in class mil.nga.geopackage.extension.nga.index.TableIndex
-
Get the Geometry Indices
- getGeometryType() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the geometry type
- 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
- getGeometryType() - Method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Get the geometry type
- getGeometryTypeCode() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
- getGeometryTypeName() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the geometry type name
- getGeometryTypeName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
- getGeometryTypeNameColumn() - Method in class mil.nga.geopackage.extension.nga.style.StyleMappingTable
-
Get the geometry type name column
- getGeometryTypeNameColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.StyleMappingTable
-
Get the geometry type name column index
- getGeomId() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Get the geometry id
- getGeomId() - Method in class mil.nga.geopackage.extension.nga.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.ExtensionManagement
-
Get the GeoPackage
- getGeoPackage() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get the GeoPackage
- getGeoPackage() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Get the GeoPackage
- getGeoPackage() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get the GeoPackage
- getGeoPackage() - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Get the GeoPackage
- getGeoPackage() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the GeoPackage
- getGeoPackage(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the GeoPackage for the GeoPackage name
- getGeoPackageNames() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the GeoPackage names
- getGeoPackages() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the GeoPackages
- 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 a 2D Gridded Coverage DAO
- getGriddedCoverageDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get a 2D Gridded Coverage DAO
- getGriddedCoverageDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
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 a 2D Gridded Tile DAO
- getGriddedTileDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get a 2D Gridded Tile DAO
- getGriddedTileDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
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
- getHeight() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- getHeight() - Method in class mil.nga.geopackage.style.PixelBounds
-
Get the total pixel height
- getHeight() - Method in class mil.nga.geopackage.tiles.TileGrid
-
Get the grid height
- getHeightColumn() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the height column
- getHeightColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the height column index
- getIconTableRelations() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Get icon table relations
- getId() - Method in class mil.nga.geopackage.contents.Contents
-
Get the id
- 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.ecere.tile_matrix_set.ExtTileMatrix
- getId() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getId() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- getId() - Method in class mil.nga.geopackage.extension.im.portrayal.Styles
- getId() - Method in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- getId() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- getId() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- getId() - Method in class mil.nga.geopackage.extension.im.portrayal.Symbols
- getId() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- getId() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- getId() - Method in class mil.nga.geopackage.extension.metadata.Metadata
-
Get the id
- getId() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsId
-
Get the id
- getId() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Get the id
- getId() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLink
-
Get the id
- getId() - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Getter
- getId() - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
-
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.features.OAPIFeatureCoreGenerator
-
Get the collection id
- getId() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the id
- getId() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
- getId() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- 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 interface mil.nga.geopackage.user.UserCoreResult
-
Get the primary key value
- getId() - Method in class mil.nga.geopackage.user.UserCoreRow
-
Get the id value, which is the value of the primary key
- getId(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get the contents id
- getId(Contents) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get the contents id
- getIdAndGeometryColumnNames() - Method in class mil.nga.geopackage.features.user.FeatureTable
-
Get the Id and Geometry Column names
- getIdColumn() - Method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Get the id column
- getIdColumn() - Method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Get the id column
- getIdColumnIndex() - Method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Get the id column index
- getIdColumnIndex() - Method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Get the id column index
- getIdColumnName() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Get the id column name
- getIdentifier() - Method in class mil.nga.geopackage.contents.Contents
-
Get the identifier
- getIdentifier() - Method in enum mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Get the requirement identifier
- getIdentifier() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Get the identifier
- getIds() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get all contents ids
- getIds(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get by contents data type
- getIds(ContentsDataType) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get by contents data type
- getIndex() - Method in class mil.nga.geopackage.db.table.TableColumn
-
Get the column index
- 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
- getInt(int) - Method in interface mil.nga.geopackage.db.Result
-
Returns the value of the requested column as an int.
- getIntegerProperty(boolean, String...) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get an integer property by property parts
- getIntegerProperty(String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a required integer property by key
- getIntegerProperty(String...) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a required integer property by property parts
- getIntegerProperty(String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get an integer property by key
- getIntegerValue(Result, int, GeoPackageDataType) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Get the integer value from the cursor of the column
- getLambertConicConformal1SP(long, String, CRSType, GeoDatums, double, double, double, double, double) - Static method in class mil.nga.geopackage.dgiwg.WellKnownText
-
Get Lambert Conic Conformal 1SP well-known text
- getLambertConicConformal2SP(long, String, CRSType, GeoDatums, double, double, double, double, double, double) - Static method in class mil.nga.geopackage.dgiwg.WellKnownText
-
Get Lambert Conic Conformal 2SP well-known text
- getLastChange() - Method in class mil.nga.geopackage.contents.Contents
-
Get the last change
- getLastIndexed() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get the date last indexed
- getLastIndexed() - Method in class mil.nga.geopackage.extension.nga.index.TableIndex
-
Get the last indexed date
- getLatDirection(long) - Static method in class mil.nga.geopackage.dgiwg.UTMZone
-
Get the UTM Zone Latitude Direction
- 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
- getLatitudeFromPixel(long, BoundingBox, BoundingBox, float) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the latitude from the pixel location, bounding box, tile bounding box (when different from bounding box), and image height
- getLatitudeRange() - Method in class mil.nga.geopackage.BoundingBox
-
Get the latitude range
- getLayerId() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- getLeft() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- getLeft() - Method in class mil.nga.geopackage.style.PixelBounds
-
Get the left pixels
- getLimit() - Method in class mil.nga.geopackage.db.Pagination
-
Get the limit
- getLimit() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the limit
- getLink(String, String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Get the feature and tile table link if it exists
- getLong(int) - Method in interface mil.nga.geopackage.db.Result
-
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
- getLongitudeFromPixel(long, BoundingBox, BoundingBox, float) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the longitude from the pixel location, bounding box, tile bounding box (when different from bounding box), and image width
- getLongitudeRange() - Method in class mil.nga.geopackage.BoundingBox
-
Get the longitude range
- getM() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the m
- getMajorVersion() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the major version
- getMapMaxZoom(TileMatrixSet, List<TileMatrix>) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
-
Get the map max zoom level
- getMapMinZoom(TileMatrixSet, List<TileMatrix>) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
-
Get the map min zoom level
- getMappedColumns() - Method in class mil.nga.geopackage.db.TableMapping
-
Get the mapped column values
- getMappingTableName() - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Getter
- getMappingTableName(String, String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Get the mapping table name
- getMapZoom(boolean, TileMatrix) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the map zoom of the tile matrix
- getMapZoom(TileMatrixSet, TileMatrix) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
-
Get the map zoom level
- getMapZoomRange(TileMatrixSet, List<TileMatrix>) - Static method in class mil.nga.geopackage.tiles.user.TileDaoUtils
-
Get the map zoom level range
- getMatrixHeight() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- getMatrixHeight() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- getMatrixHeight() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Get the matrix height
- getMatrixHeight(long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get a reprojected matrix height from a zoom level
- getMatrixWidth() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- getMatrixWidth() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- getMatrixWidth() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Get the matrix width
- getMatrixWidth(long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get a reprojected matrix width from a zoom level
- getMax() - Method in class mil.nga.geopackage.db.table.TableColumn
-
Get the column max value
- 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.extension.schema.constraints.DataColumnConstraints
- getMax() - Method in class mil.nga.geopackage.user.ColumnRange
-
Get the max value
- getMax() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the max
- getMaxIsInclusive() - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- getMaxLatitude() - Method in class mil.nga.geopackage.BoundingBox
-
Get the max latitude
- 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
- getMaxLevel() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- getMaxLongitude() - Method in class mil.nga.geopackage.BoundingBox
-
Get the max longitude
- getMaxM() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Get the max m
- getMaxRow() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- getMaxX() - Method in class mil.nga.geopackage.contents.Contents
-
Get the max x
- getMaxX() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getMaxX() - Method in class mil.nga.geopackage.extension.nga.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.contents.Contents
-
Get the max y
- getMaxY() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getMaxY() - Method in class mil.nga.geopackage.extension.nga.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.nga.index.GeometryIndex
-
Get the max z
- getMaxZoom() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- 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.extension.metadata.Metadata
-
Get the metadata
- getMetadata() - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Get the metadata
- getMetadataDao() - Method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Get a Metadata DAO
- getMetadataDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Get a Metadata DAO
- getMetadataDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Get a Metadata DAO
- getMetadataReferenceDao() - Method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Get a Metadata Reference DAO
- getMetadataReferenceDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Get a Metadata Reference DAO
- getMetadataReferenceDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Get a Metadata Reference DAO
- getMetadataScope() - Method in class mil.nga.geopackage.extension.metadata.Metadata
-
Get the metadata scope
- getMetadataScopeName() - Method in class mil.nga.geopackage.extension.metadata.Metadata
-
Get the metadata scope name
- getMimeType() - Method in class mil.nga.geopackage.extension.metadata.Metadata
-
Get the MIME type
- getMimeType() - Method in class mil.nga.geopackage.extension.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.extension.schema.constraints.DataColumnConstraints
- getMin() - Method in class mil.nga.geopackage.user.ColumnRange
-
Get the min value
- getMinIsInclusive() - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- getMinLatitude() - Method in class mil.nga.geopackage.BoundingBox
-
Get the min latitude
- 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
- getMinLevel() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- getMinLongitude() - Method in class mil.nga.geopackage.BoundingBox
-
Get the min longitude
- getMinM() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Get the min m
- getMinorVersion() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the minor version
- getMinRow() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- getMinX() - Method in class mil.nga.geopackage.contents.Contents
-
Get the min x
- getMinX() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getMinX() - Method in class mil.nga.geopackage.extension.nga.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.contents.Contents
-
Get the min y
- getMinY() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getMinY() - Method in class mil.nga.geopackage.extension.nga.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.nga.index.GeometryIndex
-
Get the min z
- getMinZoom() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- getMissing() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get contents without contents ids
- getMissing(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get contents by data type without contents ids
- getMissing(ContentsDataType) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get contents by data type without contents ids
- getName() - Method in enum mil.nga.geopackage.contents.ContentsDataType
-
Get the name
- getName() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Get the table creator name
- getName() - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Get the column name
- getName() - Method in class mil.nga.geopackage.db.table.Constraint
-
Get the name
- getName() - Method in class mil.nga.geopackage.db.table.TableColumn
-
Get the column name
- getName() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the name
- getName() - Method in enum mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Get the requirement name
- getName() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Get the file name
- getName() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the file 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() - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
- getName() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
Get the table creator name
- getName() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Get the table creator name
- getName() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesEncodingExtension
- getName() - Static method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
- getName() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- getName() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesGeoJSONExtension
- getName() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- getName() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesMapboxExtension
- getName() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesTableCreator
-
Get the table creator name
- getName() - Method in enum mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Get the name
- getName() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdTableCreator
-
Get the table creator name
- getName() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Get the table creator name
- getName() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkTableCreator
-
Get the table creator name
- getName() - Method in class mil.nga.geopackage.extension.nga.scale.TileScalingTableCreator
-
Get the table creator name
- getName() - Method in enum mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Get the name
- getName() - Method in enum mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
Get the term name
- getName() - Method in enum mil.nga.geopackage.extension.related.RelationType
-
Get the name
- getName() - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- getName() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the GeoPackage name
- getName() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the GeoPackage name
- getName() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the name
- getName(int) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the name
- getName(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Get the constraint name if it has one
- getNameAndDefinition(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Get the constraint name and remaining definition
- getNameColumn() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the name column
- getNameColumn() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the name column
- getNameColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the name column index
- getNameColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the name column index
- getNames() - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Get the names of the cached GeoPackages
- getNameWithExtension() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the file name with GeoPackage extension
- 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
- getNumber() - Method in enum mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Get the requirement number
- getOffset() - Method in class mil.nga.geopackage.db.Pagination
-
Get the offset
- 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
- getOffsetX() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- getOffsetY() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- getOpacityColumn() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the opacity column
- getOpacityColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the opacity column index
- getOptimize() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the optimization
- getOptimizeZoom() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the optimization minimum zoom level
- getOrBuildBoundingBox() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the bounding box of the geometry envelope if it exists or build, set and retrieve it from the geometry
- getOrBuildEnvelope() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the envelope if it exists or build, set, and retrieve it from the geometry
- 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 latest version of the extension
- getOrCreate() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get or create the extension
- getOrCreate() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get or create the extension
- getOrCreate() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Get or create the extension
- getOrCreate() - Method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Get or create the extension
- getOrCreate() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get or create the extension
- getOrCreate() - Method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Get or create the extension
- getOrCreate(String) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesEncodingExtension
-
Get or create the extension
- getOrCreate(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get or create a contents id
- 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
- getOrCreate(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Get or create the extension
- getOrCreate(String, String, String, String, ExtensionScopeType) - Method in class mil.nga.geopackage.extension.BaseExtension
-
Get the extension or create as needed
- 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(String, String, GeometryType) - Method in class mil.nga.geopackage.extension.GeometryExtensions
-
Get or create the extension, non-linear geometry type
- getOrCreate(String, VectorTilesEncodingExtension) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Get or create the extension
- getOrCreate(Contents) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get or create a contents id
- getOrCreate(CrsWktExtensionVersion) - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Get or create the version of the extension
- getOrCreate(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Get or create the extension
- getOrCreate(Projection) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Get or Create the Spatial Reference System from the projection
- getOrCreateCode(String, long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Get or Create the Spatial Reference System for the provided organization and id
- getOrCreateExtension() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get or create if needed the extension
- getOrCreateFromEpsg(long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Get or Create the Spatial Reference System for the provided epsg
- getOrCreateId(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get or create a contents id
- getOrCreateId(Contents) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Get or create a contents id
- getOrder() - Method in class mil.nga.geopackage.db.table.Constraint
-
Get the order
- getOrganization() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the organization
- getOrganization() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- getOrganizationCoordsysId() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the organization coordsys id
- getOrganizationCoordsysId() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- getOrReadGeometry() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the geometry or read it from geometry bytes
- getPagination() - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
-
Get the pagination
- getParentId() - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Get the parent id
- getParentMetadata() - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Get the parent metadata
- getPath() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the GeoPackage path
- getPath() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the GeoPackage path
- getPathFileName(String) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the path file name
- getPathFileNameWithoutExtension(String) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the path file name
- getPeriod() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the time period
- getPixel() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
-
Get the pixel
- getPixelRatio() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- 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
- 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(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(GriddedTile, Double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the "unsigned short" pixel value of the coverage data value
- getPixelXSize() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- 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.extension.ecere.tile_matrix_set.ExtTileMatrix
- 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.UserColumns
-
Get the primary key column
- getPkColumn() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the primary key column
- 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.UserColumns
-
Get the primary key column index
- getPkColumnIndex() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the primary key column index
- 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
- getPkColumnName() - Method in class mil.nga.geopackage.user.UserColumns
-
Get the primary key column name
- getPkColumnName() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the primary key column name
- getPkColumnName() - Method in class mil.nga.geopackage.user.UserTable
-
Get the primary key column name
- 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.db.Result
-
Get the current position
- getPrecision() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
Get the precision
- getPrimaryKey() - Method in class mil.nga.geopackage.db.table.TableInfo
-
Get the single or first primary key if one exists
- getPrimaryKeyColumnName(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get the primary key of a table
- getPrimaryKeys() - Method in class mil.nga.geopackage.db.table.TableInfo
-
Get the primary key columns
- getPrimaryKeys() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Get row primary keys
- getProducer() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the GeoPackage producer
- getProgress() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the progress
- getProgress() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the progress callbacks
- getProjectedBoundingBox() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataRequest
-
Get the projected bounding box
- getProjectedBoundingBox(Long, int, int, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the XYZ tile coordinates and zoom level
- getProjectedBoundingBox(Long, TileGrid, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level
- getProjectedBoundingBox(String, Long, int, int, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the XYZ tile coordinates and zoom level
- getProjectedBoundingBox(String, Long, TileGrid, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level
- getProjectedBoundingBox(Projection, long, long, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the XYZ tile coordinates and zoom level
- getProjectedBoundingBox(Projection, TileGrid, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the XYZ tile grid and zoom level
- getProjectedBoundingBoxFromWGS84(Long, int, int, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level
- getProjectedBoundingBoxFromWGS84(Long, TileGrid, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level
- getProjectedBoundingBoxFromWGS84(String, Long, int, int, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level
- getProjectedBoundingBoxFromWGS84(String, Long, TileGrid, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level
- getProjectedBoundingBoxFromWGS84(Projection, long, long, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level
- getProjectedBoundingBoxFromWGS84(Projection, TileGrid, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Projected tile bounding box from the WGS84 XYZ tile grid and zoom level
- getProjection() - Method in class mil.nga.geopackage.contents.Contents
-
Get the projection
- getProjection() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get the feature projection
- getProjection() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the projection
- getProjection() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
-
Get the projection
- getProjection() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
-
Get the projection
- getProjection() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the projection
- getProjection() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the projection for the Spatial Reference System
- getProjection() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
-
Get the projection
- getProjection() - Method in class mil.nga.geopackage.tiles.reproject.PlatteCarreOptimize
-
Get the optimization projection
- getProjection() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Get the optimization projection
- getProjection() - Method in class mil.nga.geopackage.tiles.reproject.WebMercatorOptimize
-
Get the optimization projection
- getProjection() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the projection
- getProjection(int) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Get the projection of the spatial reference system id
- getProjection(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the projection of the table
- getProjection(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the projection of the table
- getProjectionDefinition() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the projection definition
- getProjections() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the supported projections
- getProjections(String) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the supported projections
- getProjections(Collection) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the supported projections
- getProperties() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get the properties
- getProperties() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the unique properties
- getPropertiesExtension(T) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Create a properties extension from the GeoPackage
- getProperty() - Method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Get the table creator property path
- getProperty(boolean, String...) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a property by property parts
- getProperty(String) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a required property by key
- getProperty(String...) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a required property by property parts
- getProperty(String, boolean) - Static method in class mil.nga.geopackage.property.GeoPackageProperties
-
Get a property by key
- getQuantityDefinition() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
Get the quantity definition
- getReferenceScope() - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Get the reference scope
- getReferenceScopeName() - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Get the reference scope name
- getRelatedIdColumn() - Method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Get the related id column
- getRelatedIdColumnIndex() - Method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Get the related id column index
- getRelatedPrimaryColumn() - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Getter
- getRelatedTableName() - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Getter
- getRelatedTableRelations(String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelationsDao
-
Get the relations to the related table
- getRelatedTableRelations(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get the relations to the related table
- getRelatedTables() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Get the related tables extension
- getRelatedTables() - Method in class mil.nga.geopackage.extension.related.ExtendedRelationsDao
-
Get all the related table names
- getRelationName() - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Getter
- getRelationName() - Method in class mil.nga.geopackage.extension.related.UserRelatedTable
-
Get the relation name
- getRelations(String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get the relations to the base table and related table
- getRelations(String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get the relations matching the non null provided values
- getRelations(String, String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get the relations matching the non null provided values
- getRelations(String, String, String, String, String, String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelationsDao
-
Get the relations matching the non null provided values
- getRelations(String, String, String, String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get the relations matching the non null provided values
- getRelationships() - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Returns the relationships defined through this extension
- getRelationType() - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Get the relation type for pre-known types
- getRequestProjection() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the request projection
- getRequiredColumns() - Method in class mil.nga.geopackage.user.custom.UserCustomColumns
-
Get the required columns
- getRequiredColumns() - Method in class mil.nga.geopackage.user.custom.UserCustomTable
-
Get the required columns
- getRequirement() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Get the requirement
- getResults() - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
-
Get the current paginated results
- getRight() - Method in class mil.nga.geopackage.style.PixelBounds
-
Get the right pixels
- getRootpage(int) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the rootpage
- getRow() - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Get the row at the current cursor position
- getRow(int) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the row at the row index
- getRow(int[], Object[]) - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Get a row using the column types and values
- 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.extension.metadata.reference.MetadataReference
-
Get the row id value
- 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.
- getRTreeIndexExtension(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ExtensionManager
-
Get a RTree Index Extension used only for checking if exists and deletions
- getRTreeTable(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Get the RTree Table
- 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
- getScaleDenominator() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- getScalingType() - Method in class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Get the tile scaling type
- getScalingTypeString() - Method in class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Get the tile scaling type string value
- getSchema() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the in-memory data columns schema.
- getSchema(String, String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Get the column schema
- getScope() - Method in class mil.nga.geopackage.extension.Extensions
-
Get the extension scope type
- getScript(String) - Static method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Get the database script name for the property
- getSelectionArgs() - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Get the SQL selection arguments (if available)
- getServer() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the server
- getShort(int) - Method in interface mil.nga.geopackage.db.Result
-
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 interface mil.nga.geopackage.GeoPackageCore
-
Get a Spatial Reference System DAO
- getSpatialReferenceSystemDao() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get a Spatial Reference System DAO
- getSql() - Method in class mil.nga.geopackage.db.table.RawConstraint
-
Get the constraint SQL
- getSql() - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
-
Get the initial SQL statement
- getSql() - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Get the SQL statement (if available)
- getSql(int) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the sql
- getSrid() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
- getSrid() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
- getSrs() - Method in class mil.nga.geopackage.contents.Contents
-
Get the SRS
- getSrs() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getSrs() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the srs
- 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.features.FeatureCoreGenerator
-
Get the Spatial Reference System
- getSrs() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
- getSrsId() - Method in class mil.nga.geopackage.contents.Contents
-
Get the srs id
- getSrsId() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getSrsId() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the srs id
- 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.srs.SpatialReferenceSystem
-
Get the srs id
- getSrsId() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- getSrsId() - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
- getSrsName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
- getSrsName() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the srs name
- getSrsName() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- getSrsProjection() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the projection for creating the Spatial Reference System
- getSrsProjection() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the projection for creating the Spatial Reference System
- getSrtext() - Method in class mil.nga.geopackage.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.extension.metadata.Metadata
-
Get the standard URI
- getString(int) - Method in interface mil.nga.geopackage.db.Result
-
Returns the value of the requested column as a String.
- getStyle() - Method in class mil.nga.geopackage.extension.im.portrayal.Styles
- getStyle_id() - Method in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- getStylesDao() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Styles DAO
- getStylesDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Styles DAO
- getStylesDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Styles DAO
- getStylesheet() - Method in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- getStylesheetsDao() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Stylesheets DAO
- getStylesheetsDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Stylesheets DAO
- getStylesheetsDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Stylesheets DAO
- getStyleTableRelations() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Get style table relations
- getSuffix() - Method in enum mil.nga.geopackage.extension.CrsWktExtensionVersion
-
Get the extension name suffix
- getSymbol() - Method in class mil.nga.geopackage.extension.im.portrayal.Symbols
- getSymbol_id() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- getSymbolContentDao() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Symbol Content DAO
- getSymbolContentDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Symbol Content DAO
- getSymbolContentDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Symbol Content DAO
- getSymbolImagesDao() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Symbol Images DAO
- getSymbolImagesDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Symbol Images DAO
- getSymbolImagesDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Symbol Images DAO
- getSymbolsDao() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Symbols DAO
- getSymbolsDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Symbols DAO
- getSymbolsDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Get the Symbols DAO
- getSynonyms() - Method in enum mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
Get the synonymous column names
- getTable() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Get the table
- 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
- getTableBoundingBox(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for the table in the table's projection, using only table metadata
- getTableBoundingBox(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for the table in the table's projection, using only table metadata
- getTableBoundingBox(String, boolean) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for the table in the table's projection, using only table metadata and manual queries if enabled
- getTableBoundingBox(String, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for the table in the table's projection, using only table metadata and manual queries if enabled
- getTableBoundingBox(Projection) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for all tables in the provided projection, using only table metadata
- getTableBoundingBox(Projection) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for all tables in the provided projection, using only table metadata
- getTableBoundingBox(Projection, boolean) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for all tables in the provided projection, using only table metadata and manual queries if enabled
- getTableBoundingBox(Projection, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for all tables in the provided projection, using only table metadata and manual queries if enabled
- getTableBoundingBox(Projection, String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for the table in the provided projection, using only table metadata
- getTableBoundingBox(Projection, String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for the table in the provided projection, using only table metadata
- getTableBoundingBox(Projection, String, boolean) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the bounding box for the table in the provided projection, using only table metadata and manual queries if enabled
- getTableBoundingBox(Projection, String, boolean) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the bounding box for the table in the provided projection, using only table metadata and manual queries if enabled
- getTableConstraint(int) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Get the table constraint at the index
- getTableConstraint(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Attempt to get a table constraint by parsing the SQL statement
- getTableConstraints() - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Get the table constraints
- getTableContents(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the contents of the user table
- getTableContents(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the contents of the user table
- getTableCoreDataType(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the data type of the user table only if it is a core data type (features, tiles, attributes)
- getTableCoreDataType(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the data type of the user table only if it is a core data type (features, tiles, attributes)
- getTableCreator() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the Table Creator
- getTableCreator() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the Table Creator
- getTableDataType(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the contents data type of the user table
- getTableDataType(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the contents data type of the user table
- getTableId() - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
-
Get the table id
- getTableIndex() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get the table index
- getTableIndex() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Get the table index
- getTableIndexDao() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get a Table Index DAO
- getTableIndexDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get a Table Index DAO
- getTableIndexDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get a Table Index DAO
- getTableName() - Method in class mil.nga.geopackage.contents.Contents
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.db.table.TableInfo
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.db.TableColumnKey
- 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.ecere.tile_matrix_set.TileMatrixTable
- getTableName() - Method in class mil.nga.geopackage.extension.Extensions
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- getTableName() - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsId
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexKey
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.extension.nga.index.TableIndex
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Get the table name of the tile table
- getTableName() - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- getTableName() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
- getTableName() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Get the table name
- 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.UserColumns
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the table name
- getTableName() - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.user.UserTable
-
Get the table name
- getTableName() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Get the table name
- getTableName(int) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the table name
- getTableRelations(String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelationsDao
-
Get the relations to the table, both base table and related table
- getTableRelations(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Get the relations to the table
- getTables() - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get table names
- getTables() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Get the feature tables registered with the extension
- getTables() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get all tables
- getTables() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get all tables
- getTables(String) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get table names by data type
- getTables(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the tables for the contents data type
- getTables(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the tables for the contents data type
- getTables(String...) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get table names by data types
- getTables(String...) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the tables for the contents data types
- getTables(String...) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the tables for the contents data types
- getTables(ContentsDataType) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get table names by data type
- getTables(ContentsDataType) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the tables for the contents data type
- getTables(ContentsDataType) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the tables for the contents data type
- getTables(ContentsDataType...) - Method in class mil.nga.geopackage.contents.ContentsDao
-
Get table names by data types
- getTables(ContentsDataType...) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the tables for the contents data types
- getTables(ContentsDataType...) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the tables for the contents data types
- getTables(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the coverage data tile tables
- getTableType(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Get the table constraint type of the constraint SQL
- getTableType(String) - Static method in enum mil.nga.geopackage.db.table.ConstraintType
-
Get a matching table constraint type from the value
- getTableType(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the contents data type of the user table
- getTableType(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the contents data type of the user table
- getTileBoundingBox() - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Get the tile bounding box
- getTileBounds(Projection, Point, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the bounds of the XYZ tile at the point and zoom level
- getTileBoundsForWebMercator(Point, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the web mercator bounds of the XYZ tile at the web mercator point and zoom level
- getTileBoundsForWGS84(Point, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the WGS84 bounds of the XYZ tile at the WGS84 point and zoom level
- 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.TileColumns
-
Get the tile column column
- 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
- getTileColumnIndex() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Get the tile column index
- getTileDataColumn() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Get the tile data column
- 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
- getTileDataIndex() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Get the tile data index
- getTileGrid() - Method in class mil.nga.geopackage.tiles.reproject.PlatteCarreOptimize
-
Get the world tile grid of the optimization projection
- getTileGrid() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Get the world tile grid of the optimization projection
- getTileGrid() - Method in class mil.nga.geopackage.tiles.reproject.WebMercatorOptimize
-
Get the world tile grid of the optimization projection
- getTileGrid(BoundingBox, long) - Method in class mil.nga.geopackage.tiles.reproject.PlatteCarreOptimize
-
Get the tile grid of the bounding box at the zoom
- getTileGrid(BoundingBox, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Get the tile grid of the bounding box at the zoom
- getTileGrid(BoundingBox, long) - Method in class mil.nga.geopackage.tiles.reproject.WebMercatorOptimize
-
Get the tile grid of the bounding box at the zoom
- getTileGrid(BoundingBox, long) - 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
- getTileGrid(Point, long, Projection) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tile grid for the location specified as the projection
- getTileGridFromWebMercator(Point, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tile grid for the location specified as web mercator
- getTileGridFromWGS84(Point, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tile grid for the location specified as WGS84
- getTileGridWGS84(BoundingBox, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the WGS84 tile grid that includes the entire tile bounding box
- getTileGridWGS84(Point, long, Projection) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the WGS84 tile grid for the point specified as the projection
- getTileGridWGS84FromWebMercator(Point, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the WGS84 tile grid for the point specified as web mercator
- getTileGridWGS84FromWGS84(Point, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the WGS84 tile grid for the point specified as WGS84
- getTileHeight() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- getTileHeight() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- getTileHeight() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the tile height
- getTileHeight() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Get the tile height
- getTileHeight(long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get a reprojected tile height from a zoom level
- getTileMatrices(boolean) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the tile matrices
- getTileMatrix() - Method in class mil.nga.geopackage.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
- getTileMatrix(boolean, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the tile matrix
- getTileMatrixDao() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix DAO
- getTileMatrixDao() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get a Tile Matrix DAO
- getTileMatrixDao() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get a Tile Matrix DAO
- getTileMatrixDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix DAO
- getTileMatrixDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix DAO
- getTileMatrixSet() - Method in class mil.nga.geopackage.contents.Contents
-
Get the Tile Matrix Set, should only return one or no value
- 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
- getTileMatrixSet() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the tile matrix set
- getTileMatrixSet(boolean) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the tile matrix set
- getTileMatrixSetDao() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix Set DAO
- getTileMatrixSetDao() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get a Tile Matrix Set DAO
- getTileMatrixSetDao() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get a Tile Matrix Set DAO
- getTileMatrixSetDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix Set DAO
- getTileMatrixSetDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix Set DAO
- getTileMatrixSetName() - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
Get the tile matrix set name
- getTileMatrixTablesDao() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix Tables DAO
- getTileMatrixTablesDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix Tables DAO
- getTileMatrixTablesDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix Tables DAO
- getTileMatrixVariableWidthsDao() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix Variable Widths DAO
- getTileMatrixVariableWidthsDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix Variable Widths DAO
- getTileMatrixVariableWidthsDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Get the Tile Matrix Variable Widths DAO
- 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.TileColumns
-
Get the tile row column
- 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
- getTileRowIndex() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Get the tile row index
- getTileScalingDao() - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Get a Tile Scaling DAO
- getTileScalingDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Get a Tile Scaling DAO
- getTileScalingDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Get a Tile Scaling DAO
- getTilesDataTypes() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the tiles data types
- getTileSrsId() - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Get the tile SRS id
- getTileTableName() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLink
-
Get the tile table name
- getTileTableName() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkKey
-
Get the tile table name
- getTileTables() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the tile tables
- getTileTables() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
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.nga.link.FeatureTileTableCoreLinker
-
Query for the tile table names linked to a feature table
- getTileWidth() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- getTileWidth() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- getTileWidth() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the tile width
- getTileWidth() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Get the tile width
- getTileWidth(long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get a reprojected tile width from a zoom level
- getTime() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the time
- getTimestamp() - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Get the timestamp
- getTitle() - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- getTm() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- getTms() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- getTms() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getTms() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- getTmsId() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- getTmsId() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- getTmsId() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- getToColumn() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the to column
- getTolerance() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Get the query range tolerance
- getTolerance() - Method in class mil.nga.geopackage.user.ColumnRange
-
Get the tolerance
- getTolerance() - Method in class mil.nga.geopackage.user.ColumnValue
-
Get the tolerance
- getTop() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- getToTable() - Method in class mil.nga.geopackage.db.TableMapping
-
Get the to table name
- getTotalLimit() - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Get the total limit
- getToZoom() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Get the reprojected new zoom level
- getToZoom(long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get a reprojected to zoom level from a zoom level, defaults as the zoom level if not set
- getTransactionLimit() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the single transaction limit
- getTransformation(Projection) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Get the projection transform from the provided projection to the Spatial Reference System projection
- getType() - Method in class mil.nga.geopackage.db.table.Constraint
-
Get the constraint type
- getType() - Method in class mil.nga.geopackage.db.table.TableColumn
-
Get the column type
- getType() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the CRS type
- getType() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesEncodingExtension
- getType() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- getType() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesGeoJSONExtension
- getType() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesMapboxExtension
- getType() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the database type
- getType(int) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the type
- getType(int) - Method in interface mil.nga.geopackage.db.Result
-
Returns data type of the given column's value
- getType(Object) - Static method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the type for the object value
- getType(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Get the constraint type of the constraint SQL
- getType(String) - Static method in enum mil.nga.geopackage.db.table.ConstraintType
-
Get a matching constraint type from the value
- getTypeContents(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the contents for the data type
- getTypeContents(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the contents for the data type
- getTypeContents(String...) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the contents for the data types
- getTypeContents(String...) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the contents for the data types
- getTypeContents(ContentsDataType) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the contents for the data type
- getTypeContents(ContentsDataType) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the contents for the data type
- getTypeContents(ContentsDataType...) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the contents for the data types
- getTypeContents(ContentsDataType...) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the contents for the data types
- getTypeName(String, GeoPackageDataType) - Static method in class mil.nga.geopackage.user.UserColumn
-
Get the type name from the data type
- getTypeName(String, GeoPackageDataType, GeometryType) - Static method in class mil.nga.geopackage.features.user.FeatureColumn
-
Get the type name from the data and geometry type
- getTypeString(int) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the type string
- 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(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(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
- getUp() - Method in class mil.nga.geopackage.style.PixelBounds
-
Get the up pixels
- getUri() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- getUri() - Method in class mil.nga.geopackage.extension.im.portrayal.Styles
- getUri() - Method in class mil.nga.geopackage.extension.im.portrayal.Symbols
- getUserColumns() - Method in class mil.nga.geopackage.attributes.AttributesTable
-
Get the user columns
- getUserColumns() - Method in class mil.nga.geopackage.features.user.FeatureTable
-
Get the user columns
- getUserColumns() - Method in class mil.nga.geopackage.tiles.user.TileTable
-
Get the user columns
- getUserColumns() - Method in class mil.nga.geopackage.user.custom.UserCustomTable
-
Get the user columns
- getUserColumns() - Method in class mil.nga.geopackage.user.UserTable
-
Get the user columns
- 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 interface mil.nga.geopackage.GeoPackageCore
-
Get the user version
- getUserVersion() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the user version
- getUserVersionMajor() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get the user version major
- getUserVersionMajor() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the major user version
- getUserVersionMajor() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the major user version
- getUserVersionMinor() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get the user version minor
- getUserVersionMinor() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the minor user version
- getUserVersionMinor() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the minor user version
- getUserVersionPatch() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get the user version patch
- getUserVersionPatch() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Get the patch user version
- getUserVersionPatch() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Get the patch user version
- getUTMZone(long) - Static method in class mil.nga.geopackage.dgiwg.WellKnownText
-
Get the UTM Zone Well-Known Text
- getValue() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationError
-
Get the error causing value
- getValue() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationKey
-
Get the value
- getValue() - Method in enum mil.nga.geopackage.extension.ExtensionScopeType
-
Get the value
- getValue() - Method in enum mil.nga.geopackage.extension.metadata.reference.ReferenceScopeType
-
Get the value
- getValue() - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- getValue() - Method in enum mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintType
-
Get the value
- getValue() - Method in class mil.nga.geopackage.user.ColumnValue
-
Get the value
- getValue(double, double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the coverage data value at the coordinate
- getValue(int) - Method in interface mil.nga.geopackage.db.Result
-
Get the value for the column
- getValue(int) - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Get the value for the column index
- getValue(int) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Get the value at the index
- getValue(int, int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataResults
-
Get the coverage data value at the row and column
- getValue(int, GeoPackageDataType) - Method in interface mil.nga.geopackage.db.Result
-
Get the value for the column
- getValue(int, SQLiteMasterColumn) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the value of the column at the row index
- getValue(Object, GeoPackageDataType) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Get the converted value from the value and data type
- getValue(Object, GeoPackageDataType) - Static method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the value for the object value with the data type
- getValue(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get the first value for the property
- getValue(String) - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Get the value for the column name
- getValue(String) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Get the value of the column name
- getValue(String, Object) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Get the column value
- getValue(List<Object>, SQLiteMasterColumn) - Method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Get the value in the row at the column index
- getValue(Result, int) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Get the value from the result from the provided column
- getValue(Result, int, int) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Get the value from the cursor from the provided column
- getValue(Result, int, int, GeoPackageDataType) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Get the value from the cursor from the provided column
- getValue(Result, int, GeoPackageDataType) - Static method in class mil.nga.geopackage.db.ResultUtils
-
Get the value from the result from the provided column
- getValue(GriddedTile, float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the coverage data value for the 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, short) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the coverage data value for the "unsigned short" pixel value
- 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(UserCoreRow<?, ?>, DublinCoreType) - Static method in class mil.nga.geopackage.extension.related.dublin.DublinCoreMetadata
-
Get the value from the row for the Dublin Core Type term
- getValue(TColumn) - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Get the value for the column
- 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
- getValues(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get the values for the property
- getValues(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the unique values for the property
- 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(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, float[]) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the coverage data values from the 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, short[]) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the coverage data values from the "unsigned short" pixel values
- getValueString(int) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Get the value at the index as a string
- getValueString(String) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Get the value of the column name as a string
- getValuesUnbounded(BoundingBox) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the unbounded coverage data values within the bounding box.
- getValuesUnbounded(CoverageDataRequest) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Get the requested unbounded coverage data values.
- getVectorTilesFieldsDao() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Get the Fields DAO
- getVectorTilesFieldsDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Get the Fields DAO
- getVectorTilesFieldsDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Get the Fields DAO
- getVectorTilesLayersDao() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Get the Layers DAO
- getVectorTilesLayersDao(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Get the Layers DAO
- getVectorTilesLayersDao(GeoPackageCore) - Static method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Get the Layers DAO
- getVersion() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the version
- getVersion() - Method in enum mil.nga.geopackage.extension.CrsWktExtensionVersion
-
Get the version
- getWebMercatorBoundingBox(long, long, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Web Mercator tile bounding box from the XYZ tile coordinates and zoom level
- getWebMercatorBoundingBox(TileGrid, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the Web Mercator tile bounding box from the XYZ tile grid and zoom level
- getWGS84BoundingBox(long, long, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the WGS84 tile bounding box from the WGS84 XYZ tile coordinates and zoom level
- getWGS84BoundingBox(TileGrid, long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the WGS84 tile bounding box from the WGS84 tile grid and zoom level
- getWGS84Bounds() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the WGS84 bounds extent
- getWGS84TileBounds(Projection, Point, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the bounds of the WGS84 tile at the point and zoom level
- getWGS84TileBoundsForWebMercator(Point, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the web mercator bounds of the WGS84 tile at the web mercator point and zoom level
- getWGS84TileBoundsForWGS84(Point, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the WGS84 bounds of the WGS84 tile at the WGS84 point and zoom level
- getWhere() - Method in class mil.nga.geopackage.db.TableMapping
-
Get the where clause
- getWhereOperator() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the where operator
- getWhereValue() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the where value
- getWhereValueAsString() - Method in class mil.nga.geopackage.db.MappedColumn
-
Get the where value as a string
- 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
- getWidth() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- getWidth() - Method in class mil.nga.geopackage.style.PixelBounds
-
Get the total pixel width
- getWidth() - Method in class mil.nga.geopackage.tiles.TileGrid
-
Get the grid width
- getWidthColumn() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the width column
- getWidthColumn() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the width column
- getWidthColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.IconTable
-
Get the width column index
- getWidthColumnIndex() - Method in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Get the width column index
- getWkb() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the Well-Known Binary Geometry bytes
- getWkbBuffer() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get the Well-Known Binary Geometry bytes already ordered in a Byte Buffer
- getWkbGeometryIndex() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Return the byte index where the Well-Known Binary bytes start
- getWkt() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Get the Well-Known Text
- getWkt() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Get a Well-Known text string from the geometry
- 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
- getXRange(GeometryEnvelope) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the x column range of the geometry envelope
- getXRange(GeometryEnvelope, Double) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the x column range of the geometry envelope
- 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(long, 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
- getYRange(GeometryEnvelope) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the y column range of the geometry envelope
- getYRange(GeometryEnvelope, Double) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the y column range of the geometry envelope
- 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 enum mil.nga.geopackage.dgiwg.DataType
-
Get a geometry columns z value, 0 for prohibited and 1 for mandatory
- getZ() - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Get the z
- getZone(long) - Static method in class mil.nga.geopackage.dgiwg.UTMZone
-
Get the UTM Zone
- getZoom() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Get the zoom level
- getZoomConfigs() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Get the zoom level configurations
- getZoomIn() - Method in class mil.nga.geopackage.extension.nga.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.extension.ecere.tile_matrix_set.ExtTileMatrix
- getZoomLevel() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- getZoomLevel() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
- 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
- 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(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
- getZoomLevel1() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the zoom level part 1, max zoom or scale map units
- getZoomLevel2() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the zoom level part 2, max zoom or scale surface units
- getZoomLevelColumn() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Get the zoom level column
- 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
- getZoomLevelIndex() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Get the zoom level index
- getZoomLevels() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Get the zoom levels
- getZoomOut() - Method in class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Get the max levels to zoom out
- GLOB - mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintType
-
Pattern matching
- GRIDDED_COVERAGE - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Tiled Gridded Coverage Data Coverage extension property
- GRIDDED_COVERAGE - Static variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Contents Data Type
- GRIDDED_PATH - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Tiled Gridded Coverage Data path property
- GRIDDED_TILE - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Tiled Gridded Coverage Data Tile extension property
- 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() - Method in class mil.nga.geopackage.db.master.SQLiteMasterQuery
-
Determine a query has been set
- has() - Method in class mil.nga.geopackage.db.table.Constraints
-
Check if has constraints
- 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 any version of the extension
- has() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
- has() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
- has() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesEncodingExtension
- has() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
- has() - Method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Determine if the GeoPackage has the extension
- has() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Determine if the GeoPackage has the extension
- has() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Check if has extension
- has() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Determine if the GeoPackage has the extension
- has() - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Determine if the GeoPackage has the extension
- has() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Determine if the GeoPackage has the extension
- has() - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Determine if the GeoPackage has the extension
- has() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Determine if the GeoPackage has the extension for any table
- has() - Method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Determine if the GeoPackage has the extension
- has(String) - Method in class mil.nga.geopackage.extension.BaseExtension
-
Determine if the GeoPackage has the extension
- has(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Determine if the GeoPackage has the extension for the feature table
- has(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Determine if the GeoPackage has the extension for the mapping table
- has(String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Determine if the GeoPackage table 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
- has(String) - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Determine if the cache has the GeoPackage name
- has(String, String) - Method in class mil.nga.geopackage.extension.BaseExtension
-
Determine if the GeoPackage has the extension
- has(String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Determine if the GeoPackage table and column has the extension
- has(String, String, String) - Method in class mil.nga.geopackage.extension.BaseExtension
-
Determine if the GeoPackage has the extension
- 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(String, String, GeometryType) - Method in class mil.nga.geopackage.extension.GeometryExtensions
-
Determine if the GeoPackage has the extension, non-linear geometry type
- has(ConstraintType) - Method in class mil.nga.geopackage.db.table.Constraints
-
Check if has constraints of the provided type
- has(CrsWktExtensionVersion) - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Determine if the GeoPackage has the version of the extension
- has(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Determine if the GeoPackage feature table has the extension
- hasAdditional() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Has additional elements
- hasBaseTableRelations(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Determine if there are relations to the base table
- hasColumn(String) - Method in class mil.nga.geopackage.db.table.TableInfo
-
Check if the table has the column
- hasColumn(String) - Method in class mil.nga.geopackage.user.UserColumns
-
Check if the table has the column
- hasColumn(String) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Check if the row has the column
- hasColumn(String) - Method in class mil.nga.geopackage.user.UserTable
-
Check if the table has the column
- hasColumn(UserCoreRow<?, ?>, DublinCoreType) - Static method in class mil.nga.geopackage.extension.related.dublin.DublinCoreMetadata
-
Check if the row has a column for the Dublin Core Type term
- hasColumn(UserTable<?>, DublinCoreType) - Static method in class mil.nga.geopackage.extension.related.dublin.DublinCoreMetadata
-
Check if the table has a column for the Dublin Core Type term
- hasColumnConstraints() - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Check if there are column constraints
- hasColumnConstraints(String) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Check if there are column constraints for the column name
- hasConstantValue() - Method in class mil.nga.geopackage.db.MappedColumn
-
Check if the column has a constant value
- hasConstraints() - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Check if there are constraints
- hasConstraints() - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Check if there are constraints
- hasConstraints() - Method in class mil.nga.geopackage.user.UserColumn
-
Check if has constraints
- hasConstraints() - Method in class mil.nga.geopackage.user.UserTable
-
Check if has constraints
- hasConstraints(ConstraintType) - Method in class mil.nga.geopackage.user.UserColumn
-
Check if has constraints of the provided type
- hasConstraints(ConstraintType) - Method in class mil.nga.geopackage.user.UserTable
-
Check if has constraints of the provided type
- hasDefaultValue() - Method in class mil.nga.geopackage.db.MappedColumn
-
Check if the column has a default value
- hasDefaultValue() - Method in class mil.nga.geopackage.user.UserColumn
-
Determine if the column has a default value
- hasDefinition_12_063() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Determine if the SRS table contains the extension definition 12 063 column for CRS WKT
- hasDefinitionColumn() - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Determine if the GeoPackage SRS table has the extension definition column
- hasEpoch() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Determine if the SRS table contains the extension epoch column for CRS WKT
- hasEpochColumn() - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Determine if the GeoPackage SRS table has the extension epoch column
- hasErrors() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Has errors
- hasFeaturesDataTypes() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Has features data types
- hasFileExtension(File) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Check if the file has an extension
- hasFileExtension(String) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Check if the name has an extension
- hasGeometryColumn() - Method in class mil.nga.geopackage.features.user.FeatureColumns
-
Check if the table has a geometry column
- hasGeoPackage(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Checks if the GeoPackage name exists
- hasGeoPackageExtension(File) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
-
Check the file extension to see if it is a GeoPackage
- hasGeoPackageExtension(String) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
-
Check the file name extension to see if it is a GeoPackage
- hashCode() - Method in class mil.nga.geopackage.BoundingBox
- hashCode() - Method in class mil.nga.geopackage.db.TableColumnKey
- hashCode() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationError
- hashCode() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationKey
- hashCode() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
- hashCode() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexKey
- hashCode() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkKey
- hashCode() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
- hashCode() - Method in class mil.nga.geopackage.tiles.TileGrid
- hasIconRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Determine if an icon relationship exists for the feature table
- hasIconTableRelations() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Determine if there are icon table relations
- hasId() - Method in class mil.nga.geopackage.user.UserCoreRow
-
Check if the row has an id value
- hasIdColumn() - Method in class mil.nga.geopackage.user.UserCoreRow
-
Check if the row has an id column
- hasIndex() - Method in class mil.nga.geopackage.user.UserColumn
-
Check if the column has a valid index
- hasLimit() - Method in class mil.nga.geopackage.db.Pagination
-
Is there positive limit
- hasMajorVersion() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Has a major version
- hasMatrixHeight() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Has matrix height value
- hasMatrixWidth() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Has matrix width value
- hasMax() - Method in class mil.nga.geopackage.user.UserColumn
-
Determine if the column has a max value
- hasMinimum(CrsWktExtensionVersion) - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Determine if the GeoPackage has at least the minimum version of the extension
- hasMinimumTables(GeoPackageCore) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
-
Check the GeoPackage for the minimum required tables
- hasMinorVersion() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Has a minor version
- hasNewName() - Method in class mil.nga.geopackage.db.MappedColumn
-
Determine if the column has a new name
- hasOffset() - Method in class mil.nga.geopackage.db.Pagination
-
Is there an offset
- hasPkColumn() - Method in class mil.nga.geopackage.user.UserColumns
-
Check if the table has a primary key column
- hasPkColumn() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Check if the table has a primary key column
- hasPkColumn() - Method in class mil.nga.geopackage.user.UserTable
-
Check if the table has a primary key column
- hasPrimaryKey() - Method in class mil.nga.geopackage.db.table.TableInfo
-
Check if the table has one or more primary keys
- hasProperty(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Check if the property exists, same call as
PropertiesCoreExtension.hasValues(String)
- hasProperty(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the GeoPackages with the property name
- hasRelatedTableRelations(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Determine if there are relations to the related table
- hasRelations(String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Determine if has one or more relations matching the base table and related table
- hasRelations(String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Determine if has one or more relations matching the non null provided values
- hasRelations(String, String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Determine if has one or more relations matching the non null provided values
- hasRelations(String, String, String, String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Determine if has one or more relations matching the non null provided values
- hasRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Check if feature table has a style, icon, table style, or table icon relationships
- hasSchema() - Method in class mil.nga.geopackage.user.UserColumn
-
Check if the column has an in-memory data columns schema
- hasSchema() - Method in class mil.nga.geopackage.user.UserColumns
-
Check if any columns have an in-memory data columns schema
- hasSchema() - Method in class mil.nga.geopackage.user.UserTable
-
Check if any columns have an in-memory data columns schema
- hasSingleValue(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Check if the property has a single value
- hasStyleRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Determine if a style relationship exists for the feature table
- hasStyleTableRelations() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Determine if there are style table relations
- hasTableConstraints() - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Check if there are table constraints
- hasTableIconRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Determine if a feature table icon relationship exists
- hasTableRelations(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Determine if there are relations to the table
- hasTableStyleRelationship(String) - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Determine if a feature table style relationship exists
- hasTileColumnColumn() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Check if has a tile column column
- hasTileDataColumn() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Check if has a tile data column
- hasTileHeight() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Has tile height value
- hasTileRowColumn() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Check if has a tile row column
- hasTilesDataTypes() - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Has tiles data types
- hasTileWidth() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Has tile width value
- hasToZoom() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Has to zoom level value
- hasValue(String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Check if the property has the value
- hasValue(String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the GeoPackages with the property name and value
- hasValues(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Check if the property has any values
- hasValues(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Check if the property has any values
- hasWhere() - Method in class mil.nga.geopackage.db.TableMapping
-
Check if there is a custom where clause
- hasWhereValue() - Method in class mil.nga.geopackage.db.MappedColumn
-
Check if the column has a where value
- hasZoomLevel1() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Has a zoom level part 1, max zoom or scale map units
- hasZoomLevel2() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Has a zoom level part 2, max zoom or scale surface units
- hasZoomLevelColumn() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Check if has a zoom level column
- height - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Coverage data results height
I
- IconTable - Class in mil.nga.geopackage.extension.nga.style
-
Icon Table
- IconTable() - Constructor for class mil.nga.geopackage.extension.nga.style.IconTable
-
Constructor
- IconTable(UserCustomTable) - Constructor for class mil.nga.geopackage.extension.nga.style.IconTable
-
Constructor
- id - Variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Identifier (name) of a specific collection
- ID - Static variable in class mil.nga.geopackage.tiles.user.TileColumns
-
Id column name, Requirement 52
- idColumnName - Variable in class mil.nga.geopackage.user.UserTableMetadata
-
ID column name
- identifier - Variable in class mil.nga.geopackage.user.UserTableMetadata
-
Identifier
- IDENTIFIER - mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
An unambiguous reference to the resource within a given context.
- IDENTIFIER - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
An unambiguous reference to the resource within a given context
- IDENTIFIER_PREFIX - Static variable in enum mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Identifier prefix
- idExists(TableColumnKey) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
- 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(GeometryIndexKey) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
- idExists(FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
- idExists(TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
- ids() - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
-
Iterable for iterating over result ids in place of rows
- ids() - Method in interface mil.nga.geopackage.user.UserCoreResult
-
Iterable for iterating over result ids in place of rows
- ImageMattersExtensions - Class in mil.nga.geopackage.extension.im
-
Image Matters Extensions
- ImageMattersExtensions(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.im.ImageMattersExtensions
-
Constructor
- IN - mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Search for tiles by zooming in
- IN_OUT - mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Search for tiles by zooming in first, and then zooming out
- incrementOffset() - Method in class mil.nga.geopackage.db.Pagination
-
If the limit is positive, increment the offset
- incrementOffset(long) - Method in class mil.nga.geopackage.db.Pagination
-
Increment the offset by the count
- index() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Index the feature table if needed
- index(boolean) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Index the feature table
- index(TableIndex, long, GeoPackageGeometryData) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Index the geometry id and geometry data
- INDEX - mil.nga.geopackage.db.master.SQLiteMasterType
-
Index keyword
- INDEX_GEOMETRY_INDEX - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Index Geometry Index property
- indexGeometryIndex() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Create Geometry Index table column indexes
- indexGeometryIndexTable() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Index the Geometry Index Table if needed
- indexTable(TableIndex) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Index the feature table
- info() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Multiline file name information string with metadata headers
- info(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.db.table.TableInfo
-
Query for the table_info of the table name
- initialize() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Initialize the reprojection
- initializeTable() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Initialize after the feature table is created
- insert(TRow) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Inserts a new row
- INT - mil.nga.geopackage.db.GeoPackageDataType
-
64-bit signed two’s complement integer.
- INTEGER - mil.nga.geopackage.db.GeoPackageDataType
-
64-bit signed two’s complement integer.
- INTEGER - mil.nga.geopackage.extension.coverage.GriddedCoverageDataType
-
Integer
- integrityCheckSQL() - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the integrity check SQL
- intersects(BoundingBox) - Method in class mil.nga.geopackage.BoundingBox
-
Determine if intersects with the provided bounding box
- intersects(BoundingBox, boolean) - Method in class mil.nga.geopackage.BoundingBox
-
Determine if intersects with the provided bounding box
- inTransaction() - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Determine if currently within a transaction
- inTransaction() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Determine if currently within a transaction
- inTransaction() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Determine if currently within a transaction
- IS_EMPTY_FUNCTION - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Is Empty Function name
- is2D() - Method in enum mil.nga.geopackage.dgiwg.DataType
-
Is a 2D data type
- is3D() - Method in enum mil.nga.geopackage.dgiwg.DataType
-
Is a 3D data type
- isActive() - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Determine if the feature generator should remain active
- isActive() - Method in interface mil.nga.geopackage.io.GeoPackageProgress
-
Is the process still active
- isActive() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Check if currently active
- isAttributesType() - Method in class mil.nga.geopackage.contents.Contents
-
Determine if the contents data type is attributes
- isAttributesType(String) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the contents data type name is an attributes type
- isAttributesType(String, boolean) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the contents data type name is an attributes type
- isAttributesTypeOrUnknown() - Method in class mil.nga.geopackage.contents.Contents
-
Determine if the contents data type is attributes or unknown
- isAttributeTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table is an attribute table
- isAttributeTable(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table is an attribute table
- isAutoincrement() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the autoincrement flag
- isAutoincrement() - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Is id autocincrement enabled?
- isCloseQuietly() - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Is close quietly mode enabled
- isColumnConstraint(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Check if the SQL is a column type constraint
- isColumnType(ConstraintType, String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Determine if the column constraint SQL is the constraint type
- isConstraint(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Check if the SQL is a constraint
- isContentsTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table exists as a user contents table
- isContentsTable(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table exists as a user contents table
- isCoreType(String) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the type name is a core contents data type
- isCustom() - Method in class mil.nga.geopackage.user.UserColumns
-
Is custom column specification (partial and/or ordering)
- isDataNull(double) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Check the pixel value to see if it is the null equivalent
- isDataType(GeoPackageDataType) - Method in class mil.nga.geopackage.db.table.TableColumn
-
Is the column the data type
- isDataType(DataType) - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Is valid for the Data Type
- isDefaultProjection(Projection) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Check if the projection is a default projection
- isDroppedColumn(String) - Method in class mil.nga.geopackage.db.TableMapping
-
Check if the column name is a dropped column
- isEmpty() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Is the geometry empty
- isEmptyOrContainsWhitespace(String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Determine if the name is empty or contains whitespace
- isExpected() - Method in class mil.nga.geopackage.db.DateConverter
-
Is a parsed date value always expected
- 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
- isFeatures() - Method in enum mil.nga.geopackage.dgiwg.DataType
-
Is a features data type
- isFeaturesType() - Method in class mil.nga.geopackage.contents.Contents
-
Determine if the contents data type is features
- isFeaturesType(String) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the contents data type name is a features type
- isFeaturesType(String, boolean) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the contents data type name is a features type
- isFeaturesTypeOrUnknown() - Method in class mil.nga.geopackage.contents.Contents
-
Determine if the contents data type is features or unknown
- isFeatureTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table is a feature table
- isFeatureTable(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table is a feature table
- isFunction(String) - Static method in class mil.nga.geopackage.db.DateConverter
-
Determine if the date/time string value is a SQLite function
- isGeodesic() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Geometries indexed using geodesic lines
- isGeodesic() - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Geometries indexed using geodesic lines
- isGeometry() - Method in class mil.nga.geopackage.features.user.FeatureColumn
-
Determine if this column is a geometry
- isGeoPackageExtension(String) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
-
Check if a GeoPackage extension
- 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.nga.index.FeatureTableCoreIndex
-
Determine if the feature table is indexed
- isInformative() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Determine if a complete informative file name
- isLinked(String, String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Determine if the feature table is linked to the tile table
- isMinimum(CrsWktExtensionVersion) - Method in enum mil.nga.geopackage.extension.CrsWktExtensionVersion
-
Is the version at or above the minimum version
- isNamed(String) - Method in class mil.nga.geopackage.user.UserColumn
-
Determine if this column is named the provided name
- isNewTable() - Method in class mil.nga.geopackage.db.TableMapping
-
Check if the table mapping is to a new table
- isNonStandard(GeometryType) - Static method in class mil.nga.geopackage.extension.GeometryExtensions
-
Determine if the geometry type is non standard
- isNorth(long) - Static method in class mil.nga.geopackage.dgiwg.UTMZone
-
Is the EPSG a UTM North Zone
- isNotNull() - Method in class mil.nga.geopackage.db.table.TableColumn
-
Is this a not null column?
- isNotNull() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the is not null flag
- isOverwrite() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Is overwrite enabled
- isPkModifiable() - Method in class mil.nga.geopackage.user.UserColumns
-
Is the primary key modifiable
- isPkModifiable() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Is the primary key modifiable
- isPkModifiable() - Method in class mil.nga.geopackage.user.UserTable
-
Is the primary key modifiable
- isPoint() - Method in class mil.nga.geopackage.BoundingBox
-
Determine if the bounding box is of a single point
- 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.db.table.TableColumn
-
Is this a primary key column?
- 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
- isSimple(GeoPackageDataType) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Determine if the data type is a simple type: TEXT, INTEGER, or REAL storage classes
- isSimple(UserColumn) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Determine if the column is a non nullable simple type: TEXT, INTEGER, or REAL
- isSouth(long) - Static method in class mil.nga.geopackage.dgiwg.UTMZone
-
Is the EPSG a UTM South Zone
- isTable() - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Check if the DAO is backed by a table
- isTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table exists
- isTable(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table exists
- isTableConstraint(String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Check if the SQL is a table type constraint
- isTableCoreDataType(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Determine if the user table is one of the core data types (features, tiles, attributes)
- isTableCoreDataType(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Determine if the user table is one of the core data types (features, tiles, attributes)
- isTableExists() - Method in class mil.nga.geopackage.db.GeoPackageDao
- isTableOrView() - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Check if the DAO is backed by a table or a view
- isTableOrView(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table or view exists
- isTableOrView(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table or view exists
- isTableType(String, String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table is the provided type
- isTableType(String, String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table is the provided type
- isTableType(String, String...) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table is one of the provided types
- isTableType(String, String...) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table is one of the provided types
- isTableType(String, ContentsDataType) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table is the provided type
- isTableType(String, ContentsDataType) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table is the provided type
- isTableType(String, ContentsDataType...) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table is one of the provided types
- isTableType(String, ContentsDataType...) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table is one of the provided types
- isTableType(ConstraintType, String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Determine if the table constraint SQL is the constraint type
- isTiles() - Method in enum mil.nga.geopackage.dgiwg.DataType
-
Is a tiles data type
- isTilesType() - Method in class mil.nga.geopackage.contents.Contents
-
Determine if the contents data type is tiles
- isTilesType(String) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the contents data type name is a tiles type
- isTilesType(String, boolean) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the contents data type name is a tiles type
- isTilesTypeOrUnknown() - Method in class mil.nga.geopackage.contents.Contents
-
Determine if the contents data type is tiles or unknown
- isTileTable(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the table is a tile table
- isTileTable(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the table is a tile table
- isTransferContent() - Method in class mil.nga.geopackage.db.TableMapping
-
Is the transfer content flag enabled
- isType(String) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the type name is a registered data type
- isType(String, ContentsDataType) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the contents data type name is the type
- isType(String, ContentsDataType, boolean) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Determine if the contents data type name is the type
- isType(CRSType) - Method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Is the CRS Type
- isType(ConstraintType, String) - Static method in class mil.nga.geopackage.db.table.ConstraintParser
-
Determine if the constraint SQL is the constraint type
- isUnique() - Method in class mil.nga.geopackage.user.UserColumn
-
Get the unique flag
- isValid() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Check if valid
- isValid(GeoPackageCore) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Is the GeoPackage valid according to the DGIWG GeoPackage Profile
- isValueValidation() - Method in class mil.nga.geopackage.user.UserColumns
-
Is value validation against column types enabled
- isValueValidation() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Is value validation against column types enabled
- isValueValidation() - Method in class mil.nga.geopackage.user.UserTable
-
Is value validation against column types enabled
- isView() - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Check if the DAO is backed by a view
- isView(String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Check if the view exists
- isView(String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Check if the view exists
- isWorld() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Is world tile coordinate bounds (XYZ), as opposed to minimal tile fitting bounds
- isWritable() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Is the GeoPackage writable
- isWritable() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Is the GeoPackage writable
- isZone(long) - Static method in class mil.nga.geopackage.dgiwg.UTMZone
-
Is the EPSG a UTM Zone
- 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.nga.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.nga.scale.TileScaling
-
Is zoom out tile search enabled
- iterator() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
- iterator() - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
J
- javaToSqlArg(FieldType, Object) - Method in class mil.nga.geopackage.persister.DatePersister
L
- LAMBERT_CONIC_CONFORMAL_1SP_DESCRIPTION - Static variable in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Lambert Conic Conformal 1SP Description
- LAMBERT_CONIC_CONFORMAL_2SP_DESCRIPTION - Static variable in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Lambert Conic Conformal 2SP Description
- LATEST - Static variable in enum mil.nga.geopackage.extension.CrsWktExtensionVersion
-
Latest supported version
- LAYERS - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesTableCreator
-
Layers property
- LICENSE - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
A legal document giving official permission to do something with the resource
- limit - Variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
The optional limit parameter limits the number of items that are presented in the response document.
- LIMIT_PATTERN - Static variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Limit pattern
- link(String, String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Link a feature and tile table together.
- LOAD_PROPERTY - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Load SQL property
- loadRTreeIndex(String, String, String) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Load the RTree Spatial Index Values
- loadRTreeIndex(FeatureTable) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Load the RTree Spatial Index Values
- loadSchema(String, List<? extends UserColumn>) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Load the columns schema
- loadSchema(String, UserColumn) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Load the column schema
- loadSchema(UserColumns<? extends UserColumn>) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Load the columns schema
- loadSchema(UserTable<? extends UserColumn>) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Load the table schema
- lock - Variable in class mil.nga.geopackage.user.UserRowSync
-
Synchronous lock
M
- MappedColumn - Class in mil.nga.geopackage.db
-
Mapped column, to a column and potentially from a differently named column
- MappedColumn(String) - Constructor for class mil.nga.geopackage.db.MappedColumn
-
Constructor
- MappedColumn(String, Object, GeoPackageDataType) - Constructor for class mil.nga.geopackage.db.MappedColumn
-
Constructor
- MappedColumn(String, String) - Constructor for class mil.nga.geopackage.db.MappedColumn
-
Constructor
- MappedColumn(String, String, Object, GeoPackageDataType) - Constructor for class mil.nga.geopackage.db.MappedColumn
-
Constructor
- MappedColumn(TableColumn) - Constructor for class mil.nga.geopackage.db.MappedColumn
-
Constructor
- MappedColumn(UserColumn) - Constructor for class mil.nga.geopackage.db.MappedColumn
-
Constructor
- max(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the max result of the column
- max(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(String, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get the max result of the column
- MAX_X_FUNCTION - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Max X Function name
- MAX_Y_FUNCTION - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Max Y Function name
- MAX_ZOOM_LEVEL - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
Maximum Zoom Level
- MEDIA - mil.nga.geopackage.extension.related.RelationType
-
Relate features or attributes to multimedia files such as pictures and videos
- MEDIA_TYPE - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
GeoPackage Media Type (MIME type)
- MediaTable - Class in mil.nga.geopackage.extension.related.media
-
Media Requirements Class User-Defined Related Data Table
- MediaTable(String, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.extension.related.media.MediaTable
-
Constructor
- MediaTable(String, List<UserCustomColumn>, String) - Constructor for class mil.nga.geopackage.extension.related.media.MediaTable
-
Constructor
- MediaTable(UserCustomTable) - Constructor for class mil.nga.geopackage.extension.related.media.MediaTable
-
Constructor
- MediaTableMetadata - Class in mil.nga.geopackage.extension.related.media
-
Media Table Metadata for defining table creation information
- MediaTableMetadata() - Constructor for class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Constructor
- MediaTableMetadata(String, String, boolean, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Constructor
- MediaTableMetadata(String, String, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.extension.related.media.MediaTableMetadata
-
Constructor
- MEDIUMINT - mil.nga.geopackage.db.GeoPackageDataType
-
32-bit signed two’s complement integer.
- Metadata - Class in mil.nga.geopackage.extension.metadata
-
Contains metadata in MIME encodings structured in accordance with any authoritative metadata specification
- Metadata() - Constructor for class mil.nga.geopackage.extension.metadata.Metadata
-
Default Constructor
- Metadata(Metadata) - Constructor for class mil.nga.geopackage.extension.metadata.Metadata
-
Copy Constructor
- METADATA - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Metadata property
- METADATA_DMF - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 14
- METADATA_FEATURE - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 28
- METADATA_GPKG - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 15
- METADATA_MIME_TYPE - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
MIME encoding of metadata
- METADATA_PATH - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Metadata path property
- METADATA_PRODUCT - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 18
- METADATA_PRODUCT_PARTIAL - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 19
- METADATA_REFERENCE - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Metadata Reference property
- METADATA_ROW - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 16
- METADATA_TILE - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 27
- METADATA_USER - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 17
- MetadataDao - Class in mil.nga.geopackage.extension.metadata
-
Metadata Data Access Object
- MetadataDao(ConnectionSource, Class<Metadata>) - Constructor for class mil.nga.geopackage.extension.metadata.MetadataDao
-
Constructor, required by ORMLite
- MetadataExtension - Class in mil.nga.geopackage.extension.metadata
-
Metadata extension
- MetadataExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Constructor
- MetadataReference - Class in mil.nga.geopackage.extension.metadata.reference
-
Links metadata in the gpkg_metadata table to data in the feature, and tiles tables
- MetadataReference() - Constructor for class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Default Constructor
- MetadataReference(MetadataReference) - Constructor for class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Copy Constructor
- MetadataReferenceDao - Class in mil.nga.geopackage.extension.metadata.reference
-
Metadata Reference Data Access Object
- MetadataReferenceDao(ConnectionSource, Class<MetadataReference>) - Constructor for class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
-
Constructor, required by ORMLite
- MetadataScopeType - Enum in mil.nga.geopackage.extension.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.contents - package mil.nga.geopackage.contents
- mil.nga.geopackage.db - package mil.nga.geopackage.db
- mil.nga.geopackage.db.master - package mil.nga.geopackage.db.master
- mil.nga.geopackage.db.table - package mil.nga.geopackage.db.table
- mil.nga.geopackage.dgiwg - package mil.nga.geopackage.dgiwg
- mil.nga.geopackage.extension - package mil.nga.geopackage.extension
- mil.nga.geopackage.extension.coverage - package mil.nga.geopackage.extension.coverage
- mil.nga.geopackage.extension.ecere - package mil.nga.geopackage.extension.ecere
- mil.nga.geopackage.extension.ecere.tile_matrix_set - package mil.nga.geopackage.extension.ecere.tile_matrix_set
- mil.nga.geopackage.extension.im - package mil.nga.geopackage.extension.im
- mil.nga.geopackage.extension.im.portrayal - package mil.nga.geopackage.extension.im.portrayal
- mil.nga.geopackage.extension.im.vector_tiles - package mil.nga.geopackage.extension.im.vector_tiles
- mil.nga.geopackage.extension.metadata - package mil.nga.geopackage.extension.metadata
- mil.nga.geopackage.extension.metadata.reference - package mil.nga.geopackage.extension.metadata.reference
- mil.nga.geopackage.extension.nga - package mil.nga.geopackage.extension.nga
- mil.nga.geopackage.extension.nga.contents - package mil.nga.geopackage.extension.nga.contents
- mil.nga.geopackage.extension.nga.index - package mil.nga.geopackage.extension.nga.index
- mil.nga.geopackage.extension.nga.link - package mil.nga.geopackage.extension.nga.link
- mil.nga.geopackage.extension.nga.properties - package mil.nga.geopackage.extension.nga.properties
- mil.nga.geopackage.extension.nga.scale - package mil.nga.geopackage.extension.nga.scale
- mil.nga.geopackage.extension.nga.style - package mil.nga.geopackage.extension.nga.style
- mil.nga.geopackage.extension.related - package mil.nga.geopackage.extension.related
- mil.nga.geopackage.extension.related.dublin - package mil.nga.geopackage.extension.related.dublin
- mil.nga.geopackage.extension.related.media - package mil.nga.geopackage.extension.related.media
- mil.nga.geopackage.extension.related.simple - package mil.nga.geopackage.extension.related.simple
- mil.nga.geopackage.extension.rtree - package mil.nga.geopackage.extension.rtree
- mil.nga.geopackage.extension.schema - package mil.nga.geopackage.extension.schema
- mil.nga.geopackage.extension.schema.columns - package mil.nga.geopackage.extension.schema.columns
- mil.nga.geopackage.extension.schema.constraints - package mil.nga.geopackage.extension.schema.constraints
- mil.nga.geopackage.features - package mil.nga.geopackage.features
- 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.persister - package mil.nga.geopackage.persister
- mil.nga.geopackage.property - package mil.nga.geopackage.property
- mil.nga.geopackage.srs - package mil.nga.geopackage.srs
- mil.nga.geopackage.style - package mil.nga.geopackage.style
- 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.reproject - package mil.nga.geopackage.tiles.reproject
- mil.nga.geopackage.tiles.user - package mil.nga.geopackage.tiles.user
- mil.nga.geopackage.user - package mil.nga.geopackage.user
- mil.nga.geopackage.user.custom - package mil.nga.geopackage.user.custom
- mil.nga.geopackage.validate - package mil.nga.geopackage.validate
- min(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get the min result of the column
- min(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(String, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Get the min result of the column
- MIN_X_FUNCTION - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Min X Function name
- MIN_Y_FUNCTION - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Min Y Function name
- MIN_ZOOM_LEVEL - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
Minimum Zoom Level
- missingCheck(Integer, String) - Method in class mil.nga.geopackage.user.UserColumns
-
Check for missing columns
- missingProperty(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the GeoPackages missing the property name
- missingValue(String, String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the GeoPackages missing the property name and value
- MODEL - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to a copy or imitation of an existing or hypothetical object
- MODIFIED - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
Date Modified - Date on which the resource was changed
- modifySQL(String, String, TableMapping) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Modify the SQL with a name change and the table mapping modifications
- modifySQL(String, TableMapping) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Modify the SQL with table mapping modifications
- modifySQL(GeoPackageCoreConnection, String, String, TableMapping) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Modify the SQL with a name change and the table mapping modifications
- moveToFirst() - Method in interface mil.nga.geopackage.db.Result
-
Move the cursor to the first row.
- moveToNext() - Method in interface mil.nga.geopackage.db.Result
-
Move the cursor to the next row.
- moveToPosition(int) - Method in interface mil.nga.geopackage.db.Result
-
Move the cursor to an absolute position
N
- NAME - mil.nga.geopackage.db.master.SQLiteMasterColumn
-
The sqlite_master.name column will hold the name of the object.
- NAME - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Name column
- NAME - Static variable in class mil.nga.geopackage.extension.CrsWktExtension
-
Name
- NAME - Static variable in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Name
- NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Name
- NAME - Static variable in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Name
- NAME - Static variable in class mil.nga.geopackage.extension.WebPExtension
-
Name
- NAME - Static variable in class mil.nga.geopackage.extension.ZoomOtherExtension
-
Name
- NAME_INDEX - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Name column index
- NEAREST_NEIGHBOR - mil.nga.geopackage.extension.coverage.CoverageDataAlgorithm
-
Selects the value of the nearest point and does not consider the values of neighboring points at all
- newRow() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get a new row
- newRow() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Get a new empty row
- NGAExtensions - Class in mil.nga.geopackage.extension.nga
-
NGA Extensions
- NGAExtensions(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.nga.NGAExtensions
-
Constructor
- NMIS_8_0_URI - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
NMIS 8.0 URI
- NMIS_BASE_URI - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
NMIS base URI
- NMIS_DEFAULT_URI - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
NMIS Default URI
- NO_INDEX - Static variable in class mil.nga.geopackage.user.UserColumn
-
User Column index value
- NON_GEOGRAPHIC_DATASET - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to non-geographic data
- NORTH_MAX - Static variable in class mil.nga.geopackage.dgiwg.UTMZone
-
North max EPSG code
- NORTH_MIN - Static variable in class mil.nga.geopackage.dgiwg.UTMZone
-
North min EPSG code
- NOT_NULL - mil.nga.geopackage.db.table.ConstraintType
-
Not null column constraint
- NOT_NULL - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Not null column
- NOT_NULL_CONSTRAINT_ORDER - Static variable in class mil.nga.geopackage.user.UserColumn
-
Not Null Constraint Order
- NOT_NULL_INDEX - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Not null column index
- numColumnConstraints(String) - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Get the number of column constraints for the column name
- numColumns() - Method in class mil.nga.geopackage.db.table.TableInfo
-
Number of columns
- numConstraints() - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Get the number of constraints
- numErrors() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
-
Get the number of errors
- numGeoPackages() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the number of GeoPackages
- numProperties() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get the number of properties
- numProperties() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the number of unique properties
- numRequiredColumns() - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Get the number of required columns
- numRequiredColumns() - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Get the number of required columns
- numRequiredColumns() - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Get the number of required columns
- numTableConstraints() - Method in class mil.nga.geopackage.db.table.TableConstraints
-
Get the number of table constraints
- numValues() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get the number of total values combined for all properties
- numValues(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Get the number of values for the property
- numValues(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Get the number of unique values for the property
O
- OAPIFeatureCoreGenerator - Class in mil.nga.geopackage.features
-
OGC API Features Generator
- OAPIFeatureCoreGenerator(GeoPackageCore, String, String, String) - Constructor for class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Constructor
- OGC_CRS84 - Static variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
OGC CRS84 Projection
- OGC_VERSION - Static variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
OGC CRS Version
- optimize - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Optional optimization
- optimize(BoundingBox) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Optimize the bounding box
- optimizeTileGrid - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Optimization tile grid
- optimizeZoom - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Optimization zoom
- ORGANIZATION - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
SRS organization
- ORGANIZATION_COORDSYS_ID - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
SRS Organization Coordinate System ID
- OUT - mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Search for tiles by zooming out
- OUT_IN - mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Search for tiles by zooming out first, and then zooming in
- overlap(BoundingBox) - Method in class mil.nga.geopackage.BoundingBox
-
Get the overlapping bounding box with the provided bounding box
- 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, boolean) - Method in class mil.nga.geopackage.BoundingBox
-
Get the overlapping bounding box with the provided 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
- overwrite - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Overwrite existing tiles at a zoom level when geographic calculations differ
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
- Pagination - Class in mil.nga.geopackage.db
-
Query pagination configuration
- Pagination(int) - Constructor for class mil.nga.geopackage.db.Pagination
-
Constructor
- Pagination(int, long) - Constructor for class mil.nga.geopackage.db.Pagination
-
Constructor
- Pagination(int, Long) - Constructor for class mil.nga.geopackage.db.Pagination
-
Constructor
- parseDefaultString(FieldType, String) - Method in class mil.nga.geopackage.persister.DatePersister
- parseSQLStatements(InputStream) - Static method in class mil.nga.geopackage.io.ResourceIOUtils
-
Parse the SQL statements for the input stream
- parseSQLStatements(String) - Static method in class mil.nga.geopackage.io.ResourceIOUtils
-
Parse the SQL statements for the resource name
- 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
- period - Variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Time period string that adheres to RFC 3339
- PixelBounds - Class in mil.nga.geopackage.style
-
Expanded pixel bounds from a point or location.
- PixelBounds() - Constructor for class mil.nga.geopackage.style.PixelBounds
-
Empty constructor
- PixelBounds(double) - Constructor for class mil.nga.geopackage.style.PixelBounds
-
Constructor
- PixelBounds(double, double) - Constructor for class mil.nga.geopackage.style.PixelBounds
-
Constructor
- PixelBounds(double, double, double, double) - Constructor for class mil.nga.geopackage.style.PixelBounds
-
Constructor
- PK - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Primary key column
- PK_COLUMN_SUBSTITUTE - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Primary Key Column substitute value
- PK_INDEX - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Primary key column index
- platteCarre() - Static method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Create a Platte Carre (WGS84) optimization, minimally tile bounded
- PlatteCarreOptimize - Class in mil.nga.geopackage.tiles.reproject
-
Platte Carre (WGS84) XYZ tiling optimizations
- PlatteCarreOptimize() - Constructor for class mil.nga.geopackage.tiles.reproject.PlatteCarreOptimize
-
Constructor
- PlatteCarreOptimize(boolean) - Constructor for class mil.nga.geopackage.tiles.reproject.PlatteCarreOptimize
-
Constructor
- platteCarreWorld() - Static method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Create a Platte Carre (WGS84) optimization, world bounded with XYZ tile coordinates
- populate(TableIndex, long, GeometryEnvelope) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
-
Populate a new geometry index from an envelope
- PortrayalExtension - Class in mil.nga.geopackage.extension.im.portrayal
-
Portrayal Extension
- PortrayalExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
-
Constructor
- PortrayalTableCreator - Class in mil.nga.geopackage.extension.im.portrayal
-
Portrayal Extension Table Creator
- PortrayalTableCreator(GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Constructor
- PortrayalTableCreator(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Constructor
- prepareResult(TResult) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Prepare the result before returning
- PRIMARY_KEY - mil.nga.geopackage.db.table.ConstraintType
-
Primary key table and column constraint
- PRIMARY_KEY_CONSTRAINT_ORDER - Static variable in class mil.nga.geopackage.user.UserColumn
-
Primary Key Constraint Order
- progress - Variable in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Progress
- progress - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
GeoPackage progress
- progress - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Progress callbacks
- projectBoundingBox(BoundingBox, Projection) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Project the provided bounding box in the declared projection to the user DAO projection
- projectBoundingBox(BoundingBox, Projection) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Project the provided bounding box in the declared projection to the user DAO projection
- projection - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Features projection
- projection - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Projection
- projection - Variable in class mil.nga.geopackage.user.UserCoreDao
-
Projection
- projections - Variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Mapping between srs ids and projections
- PROPERTIES_FILE - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
Property file name
- PropertiesCoreExtension<TGeoPackage extends GeoPackageCore,TRow extends UserCoreRow<?,?>,TResult extends UserCoreResult<?,?,TRow>,TDao extends UserCoreDao<?,?,TRow,TResult>> - Class in mil.nga.geopackage.extension.nga.properties
-
GeoPackage properties core extension for defining GeoPackage specific properties, attributes, and metadata
- PropertiesCoreExtension(TGeoPackage) - Constructor for class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Constructor
- PropertiesManagerCore<T extends GeoPackageCore> - Class in mil.nga.geopackage.extension.nga.properties
-
Properties Manager Core using the Properties Extension on a group of cached GeoPackages
- PropertiesManagerCore() - Constructor for class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Constructor
- PropertiesManagerCore(Collection<T>) - Constructor for class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Constructor
- PropertiesManagerCore(GeoPackageCoreCache<T>) - Constructor for class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Constructor
- PropertiesManagerCore(T) - Constructor for class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Constructor
- 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
- PropertyNames - Class in mil.nga.geopackage.extension.nga.properties
-
Pre-defined property names for defining GeoPackage properties
- PropertyNames() - Constructor for class mil.nga.geopackage.extension.nga.properties.PropertyNames
- PUBLISHER - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
An entity responsible for making the resource available
Q
- query() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query for all Geometry Index objects
- query() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for all rows
- query(boolean) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for all rows
- query(boolean, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(boolean, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for all rows
- query(boolean, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(boolean, String[], String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for all rows with "columns as" values for corresponding column indices.
- query(boolean, String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(boolean, String[], String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(boolean, String[], String, String[], String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(boolean, String[], String, String[], String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(boolean, String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(boolean, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(boolean, 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(boolean, 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(boolean, 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(boolean, 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(boolean, String, String[], String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(boolean, String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(PreparedQuery<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- query(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
-
Query by table name
- query(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
-
Query by table name
- query(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for all rows
- query(String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(String[], String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for all rows with "columns as" values for corresponding column indices.
- query(String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(String[], String, 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
- query(String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- query(String, long) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
-
Query by table name and table id
- query(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows
- 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, 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) - 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) - 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
- query(BoundingBox) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query for Geometry Index objects within the bounding box, projected correctly
- query(BoundingBox, Projection) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query for Geometry Index objects within the bounding box, projected correctly
- query(Contents) - Method in class mil.nga.geopackage.extension.coverage.GriddedTileDao
-
Query by contents
- query(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, Collection<SQLiteMasterColumn>, Collection<SQLiteMasterType>) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, Collection<SQLiteMasterColumn>, Collection<SQLiteMasterType>, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, Collection<SQLiteMasterColumn>, SQLiteMasterType) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, Collection<SQLiteMasterColumn>, SQLiteMasterType, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, SQLiteMasterColumn[], SQLiteMasterQuery) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, SQLiteMasterColumn[], SQLiteMasterType) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, SQLiteMasterColumn[], SQLiteMasterType[]) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, SQLiteMasterColumn[], SQLiteMasterType[], String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, SQLiteMasterColumn[], SQLiteMasterType[], SQLiteMasterQuery) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, SQLiteMasterColumn[], SQLiteMasterType, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, SQLiteMasterColumn[], SQLiteMasterType, SQLiteMasterQuery) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, SQLiteMasterQuery) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(GeoPackageCoreConnection, SQLiteMasterType, SQLiteMasterQuery) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- query(TileMatrixSet) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverageDao
-
Query by tile matrix set
- query(Projection) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Query for the projection
- query(GeometryEnvelope) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query for Geometry Index objects within the Geometry Envelope
- queryAs(boolean, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for all rows with "columns as" values for corresponding column indices.
- queryAs(String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for all rows with "columns as" values for corresponding column indices.
- queryBuilder() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Build a query builder to query for all Geometry Index objects
- queryBuilder(GeometryEnvelope) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Build a query builder to query for Geometry Index objects within the Geometry Envelope
- queryByConstraintName(String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Query by the constraint name
- queryByConstraintName(String) - Method in class mil.nga.geopackage.extension.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) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
-
Query by the metadata ids
- queryByMetadata(long, Long) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
-
Query by the metadata ids
- queryByMetadataParent(long) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
-
Query by the metadata parent ids
- queryByTable(String) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
-
Query by table name
- queryByTable(String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Query by table name
- queryByType(GeoPackageCoreConnection, Collection<SQLiteMasterType>) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- queryByType(GeoPackageCoreConnection, Collection<SQLiteMasterType>, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- queryByType(GeoPackageCoreConnection, SQLiteMasterType) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- queryByType(GeoPackageCoreConnection, SQLiteMasterType, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- queryByUnique(String, DataColumnConstraintType, String) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintsDao
-
Query by the unique column values
- queryForAll() - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- queryForAll() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for all rows
- queryForChunk(boolean, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String[], String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(boolean, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String[], String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForChunk(String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows starting at the offset and returning no more than the limit.
- queryForColumns(GeoPackageCoreConnection, Collection<SQLiteMasterColumn>) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- queryForColumns(GeoPackageCoreConnection, Collection<SQLiteMasterColumn>, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master table
- queryForConstraints(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query for the table constraints
- queryForEq(boolean, String[], String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForEq(boolean, String[], String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForEq(boolean, String[], String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForEq(boolean, String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForEq(boolean, String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForEq(boolean, String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForEq(String[], String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForEq(String[], 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[], String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForEq(String, Object) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
- queryForEq(String, Object) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- queryForEq(String, Object) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSetDao
- 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.nga.link.FeatureTileTableCoreLinker
-
Query for feature tile links by feature table
- queryForFeatureTableName(String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
-
Query by feature table name
- queryForFieldValues(boolean, String[], Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where all fields match their values
- queryForFieldValues(boolean, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where all fields match their values
- queryForFieldValues(String[], Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where all fields match their values
- queryForFieldValues(Map<String, Object>) - Method in class mil.nga.geopackage.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.srs.SpatialReferenceSystemDao
- queryForFirst(PreparedQuery<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- queryForId(boolean, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row with the provided id
- queryForId(boolean, String[], long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row with the provided id
- queryForId(long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row with the provided id
- queryForId(Long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- queryForId(String) - Method in class mil.nga.geopackage.contents.ContentsDao
- queryForId(String) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSetDao
- queryForId(String[], long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row with the provided id
- queryForId(TableColumnKey) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
- 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(GeometryIndexKey) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
- queryForId(FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
- queryForId(TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
- queryForIdRow(boolean, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row with the provided id
- queryForIdRow(boolean, String[], 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
- queryForIdRow(String[], long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row with the provided id
- queryForLike(boolean, String[], String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field is like the value
- queryForLike(boolean, String[], String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForLike(boolean, String[], String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field is like the value
- queryForLike(boolean, String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field is like the value
- queryForLike(boolean, String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForLike(boolean, String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field is like the value
- queryForLike(String[], String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field is like the value
- queryForLike(String[], String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForLike(String[], String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field is like the value
- queryForLike(String, Object) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field is like the value
- queryForLike(String, Object, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field equals the value
- queryForLike(String, ColumnValue) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where the field is like the value
- queryForMatching(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- queryForMatchingArgs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- queryForOrganizationCoordsysId(String, long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Query for the organization coordsys id
- queryForSameId(GeometryIndex) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
- queryForSameId(FeatureTileLink) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
- queryForSameId(DataColumns) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
- 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(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- queryForSameId(TileMatrix) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
- queryForTableName(String) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdDao
-
Query by table name
- queryForTableName(String) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
-
Query by table name
- queryForTableName(String) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
-
Query for the table name
- queryForTableName(String) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
-
Query tile matrices for a table name
- queryForTileTable(String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileTableCoreLinker
-
Query for feature tile links by tile table
- queryForTileTableName(String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
-
Query by tile table name
- queryForValueFieldValues(boolean, String[], Map<String, ColumnValue>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where all fields match their values
- queryForValueFieldValues(boolean, Map<String, ColumnValue>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where all fields match their values
- queryForValueFieldValues(String[], Map<String, ColumnValue>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where all fields match their values
- queryForValueFieldValues(Map<String, ColumnValue>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for the row where all fields match their values
- queryGeoPackageDMFMetadata(GeoPackageCore) - Static method in class mil.nga.geopackage.dgiwg.DGIWGMetadata
-
Query for GeoPackage DGIWG Metadata Foundation (DMF) metadata
- queryGeoPackageMetadata(GeoPackageCore, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGMetadata
-
Query for GeoPackage metadata
- queryGeoPackageNASMetadata(GeoPackageCore) - Static method in class mil.nga.geopackage.dgiwg.DGIWGMetadata
-
Query for GeoPackage NSG Metadata Foundation (NMF) NSG Application Schema (NAS) metadata
- queryGriddedCoverage() - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Query and update the gridded coverage
- queryIdsSQL() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query SQL for all row ids
- queryIdsSQL() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for all row ids
- queryIdsSQL(boolean) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for all row ids
- queryIdsSQL(boolean, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for row ids
- queryIdsSQL(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for row ids
- queryIdsSQL(GeometryEnvelope) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query SQL for all row ids
- queryIn(boolean, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String[], String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String[], String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String[], String, String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String[], String, String[], Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String[], String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String[], String, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String, String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String, String[], Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(boolean, String, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String[], String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String[], String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String[], String, String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String[], String, String[], Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String[], String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String[], String, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String, String[], String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String, String[], Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String, String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryIn(String, Map<String, Object>) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for rows by ids in the nested SQL query
- queryInForChunk(boolean, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String[], String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], Map<String, Object>, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], Map<String, Object>, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], Map<String, Object>, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], Map<String, Object>, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], Map<String, Object>, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String[], Map<String, Object>, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, Map<String, Object>, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, Map<String, Object>, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, Map<String, Object>, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, Map<String, Object>, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, Map<String, Object>, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String[], String, Map<String, Object>, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], Map<String, Object>, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], Map<String, Object>, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], Map<String, Object>, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], Map<String, Object>, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], Map<String, Object>, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String[], Map<String, Object>, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, Map<String, Object>, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, Map<String, Object>, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, Map<String, Object>, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, Map<String, Object>, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, Map<String, Object>, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(boolean, String, Map<String, Object>, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String[], String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], Map<String, Object>, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], Map<String, Object>, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], Map<String, Object>, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], Map<String, Object>, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], Map<String, Object>, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String[], Map<String, Object>, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, Map<String, Object>, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, Map<String, Object>, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, Map<String, Object>, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, Map<String, Object>, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, Map<String, Object>, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String[], String, Map<String, Object>, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for idordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for idordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], Map<String, Object>, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], Map<String, Object>, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], Map<String, Object>, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], Map<String, Object>, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], Map<String, Object>, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String[], Map<String, Object>, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String[], int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String[], String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String[], String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, String, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, Map<String, Object>, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, Map<String, Object>, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, Map<String, Object>, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, Map<String, Object>, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, Map<String, Object>, String, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunk(String, Map<String, Object>, String, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(boolean, String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(boolean, String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(boolean, String[], String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(boolean, String[], String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(boolean, String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(boolean, String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(boolean, String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(boolean, String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(String[], String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(String[], String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(String[], String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(String[], String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(String, String[], String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(String, String[], String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(String, String, int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryInForChunkWhere(String, String, int, long) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for id ordered rows by ids in the nested SQL query, starting at the offset and returning no more than the limit.
- queryResults(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values
- queryResults(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values
- queryResults(String, String[], Integer) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values
- queryResults(String, String[], Integer) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values
- queryResults(String, String[], GeoPackageDataType[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values
- queryResults(String, String[], GeoPackageDataType[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values
- queryResults(String, String[], GeoPackageDataType[], Integer) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values up to the limit
- queryResults(String, String[], GeoPackageDataType[], Integer) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values up to the limit
- querySingleColumnResults(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values from the first column
- querySingleColumnResults(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values from the first column
- querySingleColumnResults(String, String[], int) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values from a single column
- querySingleColumnResults(String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values from a single column
- querySingleColumnResults(String, String[], int, Integer) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values from a single column up to the limit
- querySingleColumnResults(String, String[], int, Integer) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values from a single column up to the limit
- querySingleColumnResults(String, String[], int, GeoPackageDataType) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values from a single column
- querySingleColumnResults(String, String[], int, GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values from a single column
- querySingleColumnResults(String, String[], int, GeoPackageDataType, Integer) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values from a single column up to the limit
- querySingleColumnResults(String, String[], int, GeoPackageDataType, Integer) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values from a single column up to the limit
- querySingleColumnResults(String, String[], GeoPackageDataType) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values from the first column
- querySingleColumnResults(String, String[], GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values from the first column
- querySingleColumnTypedResults(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values from the first column
- querySingleColumnTypedResults(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values from the first column
- querySingleColumnTypedResults(String, String[], int) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values from a single column
- querySingleColumnTypedResults(String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values from a single column
- querySingleColumnTypedResults(String, String[], int, Integer) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values from a single column up to the limit
- querySingleColumnTypedResults(String, String[], int, Integer) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values from a single column up to the limit
- querySingleColumnTypedResults(String, String[], int, GeoPackageDataType) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values from a single column
- querySingleColumnTypedResults(String, String[], int, GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values from a single column
- querySingleColumnTypedResults(String, String[], int, GeoPackageDataType, Integer) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values from a single column up to the limit
- querySingleColumnTypedResults(String, String[], int, GeoPackageDataType, Integer) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values from a single column up to the limit
- querySingleColumnTypedResults(String, String[], GeoPackageDataType) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values from the first column
- querySingleColumnTypedResults(String, String[], GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values from the first column
- querySingleResult(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query the SQL for a single result object in the first column
- querySingleResult(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query the SQL for a single result object in the first column
- querySingleResult(String, String[], int) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query the SQL for a single result object
- querySingleResult(String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query the SQL for a single result object
- querySingleResult(String, String[], int, GeoPackageDataType) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query the SQL for a single result object with the expected data type
- querySingleResult(String, String[], int, GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query the SQL for a single result object with the expected data type
- querySingleResult(String, String[], GeoPackageDataType) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query the SQL for a single result object in the first column with the expected data type
- querySingleResult(String, String[], GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query the SQL for a single result object in the first column with the expected data type
- querySingleRowResults(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values in a single (first) row
- querySingleRowResults(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for string values in a single (first) row
- querySingleRowResults(String, String[], GeoPackageDataType[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for values in a single (first) row
- querySingleRowResults(String, String[], GeoPackageDataType[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for values in a single (first) row
- querySingleRowTypedResults(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values in a single (first) row
- querySingleRowTypedResults(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for string typed values in a single (first) row
- querySingleRowTypedResults(String, String[], GeoPackageDataType[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values in a single (first) row
- querySingleRowTypedResults(String, String[], GeoPackageDataType[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values in a single (first) row
- querySingleTypedResult(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query the SQL for a single result typed object in the first column
- querySingleTypedResult(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query the SQL for a single result typed object in the first column
- querySingleTypedResult(String, String[], int) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query the SQL for a single result typed object
- querySingleTypedResult(String, String[], int) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query the SQL for a single result typed object
- querySingleTypedResult(String, String[], int, GeoPackageDataType) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query the SQL for a single result typed object with the expected data type
- querySingleTypedResult(String, String[], int, GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query the SQL for a single result typed object with the expected data type
- querySingleTypedResult(String, String[], GeoPackageDataType) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query the SQL for a single result typed object in the first column with the expected data type
- querySingleTypedResult(String, String[], GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query the SQL for a single result typed object in the first column with the expected data type
- querySQL() - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for all rows
- querySQL(boolean) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for all rows
- querySQL(boolean, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for rows
- querySQL(boolean, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for all rows
- querySQL(boolean, String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for rows
- querySQL(boolean, String, String[], String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Build the query SQL
- querySQL(boolean, String, String[], String[], String, String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Build the query SQL
- querySQL(boolean, String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Build the query SQL
- querySQL(boolean, String, String[], String, String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Build the query SQL
- querySQL(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for rows
- querySQL(String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for all rows
- querySQL(String[], String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query SQL for rows
- querySQL(String, String[], String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Build the query SQL
- querySQL(String, String[], String[], String, String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Build the query SQL
- querySQL(String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Build the query SQL
- querySQL(String, String[], String, String, String, String, String) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Build the query SQL
- queryTypedResults(String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values
- queryTypedResults(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values
- queryTypedResults(String, String[], Integer) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values
- queryTypedResults(String, String[], Integer) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values
- queryTypedResults(String, String[], GeoPackageDataType[]) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values
- queryTypedResults(String, String[], GeoPackageDataType[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values
- queryTypedResults(String, String[], GeoPackageDataType[], Integer) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Query for typed values up to the limit
- queryTypedResults(String, String[], GeoPackageDataType[], Integer) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Query for typed values up to the limit
- queryViewsOnTable(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master views on the table
- queryViewsOnTable(GeoPackageCoreConnection, SQLiteMasterColumn[], String) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Query the sqlite_master views on the table
- quickCheckSQL() - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create the quick check SQL
- quoteUnwrap(String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Remove double quotes from the name
- 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
- RANGE - mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintType
-
Value range
- RawConstraint - Class in mil.nga.geopackage.db.table
-
Table raw or unparsed constraint
- RawConstraint(Integer, String) - Constructor for class mil.nga.geopackage.db.table.RawConstraint
-
Constructor
- RawConstraint(String) - Constructor for class mil.nga.geopackage.db.table.RawConstraint
-
Constructor
- RawConstraint(ConstraintType, Integer, String) - Constructor for class mil.nga.geopackage.db.table.RawConstraint
-
Constructor
- RawConstraint(ConstraintType, String) - Constructor for class mil.nga.geopackage.db.table.RawConstraint
-
Constructor
- RawConstraint(ConstraintType, String, Integer, String) - Constructor for class mil.nga.geopackage.db.table.RawConstraint
-
Constructor
- RawConstraint(ConstraintType, String, String) - Constructor for class mil.nga.geopackage.db.table.RawConstraint
-
Constructor
- RawConstraint(RawConstraint) - Constructor for class mil.nga.geopackage.db.table.RawConstraint
-
Copy Constructor
- rawQuery(String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Raw query
- rawQuery(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Runs the provided SQL and returns a
UserCoreResult
over the result set. - rawQuery(String, String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Raw query
- rawQuery(String, String[], String[]) - Method in class mil.nga.geopackage.user.UserCoreConnection
-
Runs the provided SQL and returns a
UserCoreResult
over the result set. - rawQuery(String, String[], String[]) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Raw query
- READ_WRITE - mil.nga.geopackage.extension.ExtensionScopeType
-
Read and Write
- readScript(String) - Static method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Read the SQL Script and parse the statements for the property
- readScript(String, String) - Static method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Read the SQL Script and parse the statements for the property
- readSQLScript(String) - Static method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Read the SQL Script and parse the statements
- readSQLScript(String, String) - Static method in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Read the SQL Script and parse the statements
- readTable(GeoPackageCoreConnection) - Method in class mil.nga.geopackage.user.UserTableReader
-
Read the table
- readTable(GeoPackageCoreConnection, String) - Static method in class mil.nga.geopackage.user.custom.UserCustomTableReader
-
Read the table
- REAL - mil.nga.geopackage.db.GeoPackageDataType
-
64-bit IEEE floating point number.
- REFERENCES - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
A related resource that is referenced, cited, or otherwise pointed to by the described resource
- ReferenceScopeType - Enum in mil.nga.geopackage.extension.metadata.reference
-
Reference Scope Type
- RELATED_PATH - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Extended Relations property
- relatedTables - Variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Related Tables extension
- RelatedTablesCoreExtension - Class in mil.nga.geopackage.extension.related
-
Related Tables core extension
- RelatedTablesCoreExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Constructor
- RELATION - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
A related resource
- RELATION_TYPE - Static variable in class mil.nga.geopackage.extension.related.media.MediaTable
-
User-Defined Media Table relation name
- RELATION_TYPE - Static variable in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
User-Defined Simple Attributes Table relation name
- RelationType - Enum in mil.nga.geopackage.extension.related
-
Spec supported User-Defined Related Data Tables
- 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)
- removeAndCloseGeoPackage(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Remove and close the GeoPackage with name, same as
PropertiesManagerCore.closeGeoPackage(String)
- removeAutoincrementConstraint() - Method in class mil.nga.geopackage.user.UserColumn
-
Remove an autoincrement constraint
- removeColumn(String) - Method in class mil.nga.geopackage.db.TableMapping
-
Remove a column
- removeDefaultValueConstraint() - Method in class mil.nga.geopackage.user.UserColumn
-
Remove a default value constraint
- removeDroppedColumn(String) - Method in class mil.nga.geopackage.db.TableMapping
-
Remove a dropped column
- removeExtension() - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Remove the extension.
- removeExtension() - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
- removeExtension() - Method in class mil.nga.geopackage.extension.im.portrayal.PortrayalExtension
- removeExtension() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
- removeExtension() - Method in class mil.nga.geopackage.extension.metadata.MetadataExtension
-
Remove all trace of the extension
- removeExtension() - Method in class mil.nga.geopackage.extension.nga.contents.ContentsIdExtension
-
Remove all trace of the extension
- removeExtension() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Remove the extension
- removeExtension() - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Remove the extension from all GeoPackages
- removeExtension() - Method in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Completely remove and delete the extension and all styles and icons
- removeExtension() - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Remove all trace of the extension
- removeExtension() - Method in class mil.nga.geopackage.extension.schema.SchemaExtension
-
Remove all trace of the extension
- removeExtension(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Remove the extension from a specified GeoPackage
- removeExtension(CrsWktExtensionVersion) - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Remove the extension.
- removeGeoPackage(String) - Method in class mil.nga.geopackage.extension.nga.properties.PropertiesManagerCore
-
Remove the GeoPackage with the name but does not close it
- removeMetadataParent(long) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
-
Remove metadata references (by updating the field to null) with foreign keys to the metadata parent id
- removeNotNullConstraint() - Method in class mil.nga.geopackage.user.UserColumn
-
Remove a not null constraint
- removePrimaryKeyConstraint() - Method in class mil.nga.geopackage.user.UserColumn
-
Remove a primary key constraint
- removeRelationship(String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Remove a specific relationship from the GeoPackage
- removeRelationship(String, String, String, String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Remove a specific relationship from the GeoPackage
- removeRelationship(String, String, RelationType) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Remove a specific relationship from the GeoPackage
- removeRelationship(ExtendedRelation) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Remove a specific relationship from the GeoPackage
- removeRelationships(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Remove all relationships that include the table
- removeRelationshipsWithMappingTable(String) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Remove all relationships with the mapping table
- removeUniqueConstraint() - Method in class mil.nga.geopackage.user.UserColumn
-
Remove a unique constraint
- renameColumn(int, String) - Method in class mil.nga.geopackage.user.UserColumns
-
Rename a column
- renameColumn(int, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Rename column
- renameColumn(int, String) - Method in class mil.nga.geopackage.user.UserTable
-
Rename a column
- renameColumn(String, String) - Method in class mil.nga.geopackage.user.UserColumns
-
Rename a column
- renameColumn(String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Rename column
- renameColumn(String, String) - Method in class mil.nga.geopackage.user.UserTable
-
Rename a column
- renameColumn(GeoPackageCoreConnection, String, String, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Rename a column
- renameColumn(TColumn, String) - Method in class mil.nga.geopackage.user.UserColumns
-
Rename a column
- renameColumn(TColumn, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Rename column
- renameColumn(TColumn, String) - Method in class mil.nga.geopackage.user.UserTable
-
Rename a column
- renameColumnSQL(String, String, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Create the rename column SQL
- renameTable(String, String) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Rename the table
- renameTable(String, String) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Rename the table
- renameTable(GeoPackageCoreConnection, String, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Rename a table
- renameTableColumn(String, String) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Rename a table column
- renameTableSQL(String, String) - Static method in class mil.nga.geopackage.db.AlterTable
-
Create the rename table SQL
- replace - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Replace flag
- replace(String) - Method in class mil.nga.geopackage.db.Pagination
-
Replace the limit and offset in the SQL statement with the pagination values
- replace(Pagination, String) - Static method in class mil.nga.geopackage.db.Pagination
-
Replace the pagination limit and offset in the SQL statement
- replaceName(String, String, String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Replace the name (table, column, etc) in the SQL with the replacement.
- reproject() - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Reproject the tile table
- reproject(long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Reproject the tile table for the zoom level
- reproject(long, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Reproject the tile table within the zoom range
- reproject(long, long, BoundingBox, long, long, long, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Reproject the tiles
- reproject(List<Long>) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Reproject the tile table for the zoom levels, ordered numerically lowest to highest
- reprojectCoverageData(Double[][], int, int, BoundingBox, ProjectionTransform, BoundingBox) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Reproject the coverage data to the requested projection
- reprojectTileDao - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Tile DAO
- requestProjection - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Projection of the requests
- requestProjection(Projection) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Determine if the projection should be requested from the server
- requiredColumns() - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Get the required columns
- requiredColumns() - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Get the required columns
- requiredColumns() - Static method in class mil.nga.geopackage.extension.related.UserMappingTable
-
Get the required columns
- requiredColumns(String) - Static method in class mil.nga.geopackage.extension.related.media.MediaTable
-
Get the required columns
- requiredColumns(String) - Static method in class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Get the required columns
- resetId() - Method in class mil.nga.geopackage.extension.im.portrayal.Styles
-
Reset the id so the row can be inserted as new
- resetId() - Method in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
-
Reset the id so the row can be inserted as new
- resetId() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
-
Reset the id so the row can be inserted as new
- resetId() - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
-
Reset the id so the row can be inserted as new
- resetId() - Method in class mil.nga.geopackage.extension.im.portrayal.Symbols
-
Reset the id so the row can be inserted as new
- resetId() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
-
Reset the id so the row can be inserted as new
- resetId() - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
-
Reset the id so the row can be inserted as new
- resetId() - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Reset the id so the row can be inserted as new
- 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
- resetIndex() - Method in class mil.nga.geopackage.user.UserColumn
-
Reset the column index
- ResourceIOUtils - Class in mil.nga.geopackage.io
-
Resource file Input / Output utility methods
- ResourceIOUtils() - Constructor for class mil.nga.geopackage.io.ResourceIOUtils
- Result - Interface in mil.nga.geopackage.db
-
Database result interface
- ResultUtils - Class in mil.nga.geopackage.db
-
Database Result utilities
- ResultUtils() - Constructor for class mil.nga.geopackage.db.ResultUtils
- ROOTPAGE - mil.nga.geopackage.db.master.SQLiteMasterColumn
-
The sqlite_master.rootpage column stores the page number of the root b-tree page for tables and indexes.
- ROW - mil.nga.geopackage.extension.metadata.reference.ReferenceScopeType
-
Row
- ROW_COL - mil.nga.geopackage.extension.metadata.reference.ReferenceScopeType
-
Row and column
- RowCondition() - Constructor for class mil.nga.geopackage.user.UserRowSync.RowCondition
- ROWID_COLUMN - Static variable in class mil.nga.geopackage.db.CoreSQLUtils
-
SQLite table rowid column name
- rows - Variable in class mil.nga.geopackage.user.UserRowSync
-
Mapping between row ids and row conditions
- RTREE - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
RTree property
- RTREE_PREFIX - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
RTree table and trigger name prefix
- RTreeIndexCoreExtension - Class in mil.nga.geopackage.extension.rtree
-
RTree Index abstract core extension
- RTreeIndexCoreExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Constructor
- RTreeIndexCoreExtension(GeoPackageCore, boolean) - Constructor for class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Constructor
S
- sameProjection - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Flag indicating the coverage data and request projections are the same
- saveFeature(Geometry, Map<String, Object>) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Save the feature
- saveSchema(String, List<? extends UserColumn>) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Save the columns schema
- saveSchema(String, UserColumn) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Save the column schema
- saveSchema(UserColumns<? extends UserColumn>) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Save the columns schema
- saveSchema(UserTable<? extends UserColumn>) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
-
Save the table schema
- saveSchema(UserTable<? extends UserColumn>) - Method in interface mil.nga.geopackage.GeoPackageCore
-
Save the table schema using the
SchemaExtension
- saveSchema(UserTable<? extends UserColumn>) - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Save the table schema using the
SchemaExtension
- SCHEMA - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Metadata applies to an application schema
- SCHEMA_PATH - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Schema (Data Columns) path property
- SchemaExtension - Class in mil.nga.geopackage.extension.schema
-
Schema extension
- SchemaExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.schema.SchemaExtension
-
Constructor
- SERIES - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to the (dataset) series
- server - Variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Base server url
- SERVICE - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behavior, such as a use case
- setAdditional(List<String>) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set additional elements
- setAdditionalColumns(List<TColumn>) - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Set the additional table columns
- 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
- setAttributesTableName(String) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- setAuthName(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
- setAuthSrid(int) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
- setAutoincrement(boolean) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the autoincrement flag
- setAutoincrement(boolean) - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Set the id autoincrement flag
- setBasePrimaryColumn(String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Setter
- setBaseTableName(String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Setter
- setBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.contents.Contents
-
Set a bounding box
- setBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Set the bounding box
- setBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Set the bounding box
- setBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
-
Set a bounding box
- setBoundingBoxProjection(Projection) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Set the bounding box projection
- setByteOrder(ByteOrder) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the byte order
- setBytes(byte[]) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the bytes
- setBytes(byte[], int) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the bytes
- setChunkLimit(int) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Set the SQL query chunk limit
- setCloseQuietly(boolean) - Method in class mil.nga.geopackage.GeoPackageCoreCache
-
Set the close quietly mode
- setCoalesce(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- setColumnName(String) - Method in class mil.nga.geopackage.db.TableColumnKey
- setColumnName(String) - Method in class mil.nga.geopackage.extension.Extensions
-
Set the column name
- setColumnName(String) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Set the column name
- setColumnName(String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- setColumnName(String) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Set the column name
- setColumnName(String) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
- setColumns(List<TColumn>) - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Set the table columns
- setConfig(TileReprojectionZoom) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set a zoom level configuration for a zoom level
- setConstantValue(Object) - Method in class mil.nga.geopackage.db.MappedColumn
-
Set the constant value
- setConstraint(DataColumnConstraints) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- setConstraintName(String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- setConstraintName(String) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- setConstraintOrder(Constraint) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the constraint order by constraint type
- setConstraints(Constraints) - Method in class mil.nga.geopackage.attributes.AttributesTableMetadata
-
Set the constraints
- setConstraintType(String) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- setConstraintType(DataColumnConstraintType) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- setContent(byte[]) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- setContent_id(long) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- setContents(Contents) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
-
Set the contents
- setContents(Contents) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsId
-
Set the contents
- setContents(Contents) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- setContents(Contents) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Set the contents
- 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.tiles.matrix.TileMatrix
- setContents(Contents) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
- setContents(Contents) - Method in class mil.nga.geopackage.user.UserTable
-
Set the contents
- setContents(UserTable<? extends UserColumn>) - Method in class mil.nga.geopackage.extension.related.RelatedTablesCoreExtension
-
Set the contents in the user table
- setContentsBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Set the contents bounding box
- setContentsSrsId(Long) - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Set the contents SRS id
- setCoordDimension(byte) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
- setCreationDate(Date) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the creation date
- setCreationDateText(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the creation date text
- setCrsWktExtension(CrsWktExtension) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Set the CRS WKT Extension
- setCustom(boolean) - Method in class mil.nga.geopackage.user.UserColumns
-
Set the custom column specification flag
- setDatabase(GeoPackageCoreConnection) - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Set the database
- setDataNull(Double) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
Set the value that indicates NULL
- setDataProduct(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the data product
- setDataType(String) - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Set the data type
- setDataType(ContentsDataType) - Method in class mil.nga.geopackage.contents.Contents
-
Set the data type
- setDataType(GeoPackageDataType) - Method in class mil.nga.geopackage.db.MappedColumn
-
Set the data type
- setDataType(GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the data type
- setDataType(GriddedCoverageDataType) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
Set the data type
- setDataTypeName(String) - Method in class mil.nga.geopackage.contents.Contents
-
Set the data type name
- setDataTypeName(String, ContentsDataType) - Method in class mil.nga.geopackage.contents.Contents
-
Set the data type name and register the core data type
- setDefaultByteOrder(ByteOrder) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the default byte order
- setDefaultSrsId(int) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the default SRS id
- setDefaultValue(Object) - Method in class mil.nga.geopackage.db.MappedColumn
-
Set the default value
- setDefaultValue(Object) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the default value
- setDefinition(String) - Method in class mil.nga.geopackage.extension.Extensions
-
Set the definition
- setDefinition(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Set the definition
- setDefinition(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- setDefinition_12_063(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Set the 12_063 WKT definition
- setDescription(String) - Method in class mil.nga.geopackage.contents.Contents
-
Set the description
- setDescription(String) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- setDescription(String) - Method in class mil.nga.geopackage.extension.im.portrayal.Styles
- setDescription(String) - Method in class mil.nga.geopackage.extension.im.portrayal.Symbols
- setDescription(String) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- setDescription(String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- setDescription(String) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- setDescription(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Set the description
- setDescription(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- setDescription(String) - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Set the description
- setDown(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Set the down pixels
- setDownloadAttempts(int) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Set the number of download attempts
- 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
- setEpoch(Double) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Set the coordinate epoch
- setExpected(boolean) - Method in class mil.nga.geopackage.db.DateConverter
-
Set if a parsed date value is always expected
- setExtended(boolean) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the extended flag
- setExtension(Collection<SpatialReferenceSystem>) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Query and set the values in the srs objects if the extension exists
- setExtension(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Query and set the values in the srs object if the extension exists
- 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
- setExtensionValues(GeoPackageCoreConnection, SpatialReferenceSystem) - Static method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Set extension values into the spatial reference system
- setExtensionValues(GeoPackageCore, SpatialReferenceSystem) - Static method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Set extension values into the spatial reference system
- setFeatureTableName(String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLink
-
Set the feature table name
- setFeatureTableName(String) - Method in class mil.nga.geopackage.extension.nga.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
- setFile(File) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Set the GeoPackage file
- setFile(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Set the GeoPackage file by path
- setFileName(File) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Set the DGIWG file name
- setFileName(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Set the DGIWG file name
- setFileName(GeoPackageFileName) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFile
-
Set the DGIWG file name
- setFormat(String) - Method in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- setFormat(String) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- setFromColumn(String) - Method in class mil.nga.geopackage.db.MappedColumn
-
Set the from column
- setFromTable(String) - Method in class mil.nga.geopackage.db.TableMapping
-
Set the from table name
- setGeodesic(boolean) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Set the geodestic flag, true to index geodesic geometries
- setGeodesic(boolean) - Method in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Set the geodestic flag, true to index geodesic geometries
- setGeographicCoverageArea(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the geographic coverage area
- setGeometry(Geometry) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the geometry.
- setGeometryAndBuildEnvelopeToBytes(Geometry) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the geometry, build the envelope, and write to bytes
- setGeometryBytes(byte[]) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the geometry bytes.
- setGeometryColumnName(String) - Method in class mil.nga.geopackage.features.user.FeatureColumns
-
Set the geometry column name
- setGeometryColumns(GeometryColumns) - Method in class mil.nga.geopackage.features.user.FeatureTableMetadata
-
Set the geometry columns
- setGeometryFilter(GeometryFilter) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the geometry filter
- setGeometryFromWkb(byte[]) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the geometry from Well-Known bytes
- setGeometryFromWkt(String) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the geometry from Well-Known text
- setGeometryIndex(int) - Method in class mil.nga.geopackage.features.user.FeatureColumns
-
Set the geometry index
- setGeometryToBytes(Geometry) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the geometry and write to bytes
- setGeometryType(GeometryType) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Set the geometry type
- setGeometryType(GeometryType) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSql
- setGeometryType(GeometryType) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMm
- setGeometryType(GeometryType) - Method in class mil.nga.geopackage.features.user.FeatureColumn
-
Set the geometry type
- setGeomId(long) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Set the geometry id
- setGeomId(long) - Method in class mil.nga.geopackage.extension.nga.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
- setHeaderBytes(byte[]) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the geometry header bytes
- setHeight(long) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- setHeight(Integer) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Set the requested coverage data height
- setId(int) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
- setId(int) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- setId(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setId(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- setId(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- setId(long) - Method in class mil.nga.geopackage.extension.im.portrayal.Styles
- setId(long) - Method in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- setId(long) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- setId(long) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- setId(long) - Method in class mil.nga.geopackage.extension.im.portrayal.Symbols
- setId(long) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- setId(long) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- setId(long) - Method in class mil.nga.geopackage.extension.metadata.Metadata
-
Set the id
- setId(long) - Method in class mil.nga.geopackage.extension.nga.contents.ContentsId
-
Set the id
- setId(long) - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Setter
- setId(long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Set the id
- setId(long) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Set the id
- setId(String) - Method in class mil.nga.geopackage.contents.Contents
-
Set the id
- setId(String) - Method in class mil.nga.geopackage.tiles.matrixset.TileMatrixSet
- setId(TableColumnKey) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
-
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(GeometryIndexKey) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Set the id
- setId(FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLink
-
Set the id
- setId(TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
-
Set the tile matrix id
- setIdColumnName(String) - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Set the id column name
- setIdentifier(String) - Method in class mil.nga.geopackage.contents.Contents
-
Set the identifier
- setIdentifier(String) - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Set the identifier
- setIndex(int) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the column index.
- setLastChange(Date) - Method in class mil.nga.geopackage.contents.Contents
-
Set the last change
- setLastIndexed(Date) - Method in class mil.nga.geopackage.extension.nga.index.TableIndex
-
Set the last indexed date
- setLayerId(long) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- setLeft(double) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setLeft(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Set the left pixels
- setLimit(int) - Method in class mil.nga.geopackage.db.Pagination
-
Set the limit
- setLimit(Integer) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Set the limit
- setM(byte) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Set the m
- setMappingTableName(String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Setter
- setMatrixHeight(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setMatrixHeight(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- setMatrixHeight(long, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set a reprojected matrix height for a zoom level
- setMatrixHeight(Long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Set the matrix height
- setMatrixWidth(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setMatrixWidth(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- setMatrixWidth(long, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set a reprojected matrix width for a zoom level
- setMatrixWidth(Long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Set the matrix width
- setMax(int) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
-
Set the max
- setMax(int) - Method in interface mil.nga.geopackage.io.GeoPackageProgress
-
Set the max progress value
- setMax(Double) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
-
Set the maximum value of this tile
- setMax(Long) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the max
- setMax(BigDecimal) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- setMaxIsInclusive(Boolean) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- setMaxLatitude(double) - Method in class mil.nga.geopackage.BoundingBox
-
Set the max latitude
- setMaxLevel(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- setMaxLongitude(double) - Method in class mil.nga.geopackage.BoundingBox
-
Set the max longitude
- setMaxM(Double) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Set the max m
- setMaxRow(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- setMaxX(double) - Method in class mil.nga.geopackage.extension.nga.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
- setMaxX(Double) - Method in class mil.nga.geopackage.contents.Contents
-
Set the max x
- setMaxX(Double) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- setMaxY(double) - Method in class mil.nga.geopackage.extension.nga.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
- setMaxY(Double) - Method in class mil.nga.geopackage.contents.Contents
-
Set the max y
- setMaxY(Double) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- setMaxZ(Double) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Set the max z
- setMaxZoom(long) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- 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.extension.metadata.Metadata
-
Set the metadata
- setMetadata(Metadata) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Set the metadata
- setMetadataScope(String) - Method in class mil.nga.geopackage.extension.metadata.Metadata
-
Set the metadata scope
- setMetadataScope(MetadataScopeType) - Method in class mil.nga.geopackage.extension.metadata.Metadata
-
Set the metadata scope
- setMimeType(String) - Method in class mil.nga.geopackage.extension.metadata.Metadata
-
Set the MIME type
- setMimeType(String) - Method in class mil.nga.geopackage.extension.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.extension.schema.constraints.DataColumnConstraints
- setMinIsInclusive(Boolean) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- setMinLatitude(double) - Method in class mil.nga.geopackage.BoundingBox
-
Set the min latitude
- setMinLevel(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- setMinLongitude(double) - Method in class mil.nga.geopackage.BoundingBox
-
Set the min longitude
- setMinM(Double) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Set the min m
- setMinRow(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- setMinX(double) - Method in class mil.nga.geopackage.extension.nga.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
- setMinX(Double) - Method in class mil.nga.geopackage.contents.Contents
-
Set the min x
- setMinX(Double) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- setMinY(double) - Method in class mil.nga.geopackage.extension.nga.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
- setMinY(Double) - Method in class mil.nga.geopackage.contents.Contents
-
Set the min y
- setMinY(Double) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- setMinZ(Double) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Set the min z
- setMinZoom(long) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- setName(String) - Method in class mil.nga.geopackage.db.table.ColumnConstraints
-
Set the column name
- setName(String) - Method in class mil.nga.geopackage.db.table.Constraint
-
Set the name
- setName(String) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- setName(String) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- setName(String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- setName(String) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the name
- setNameFromSql(String) - Method in class mil.nga.geopackage.db.table.RawConstraint
-
Set the name from the constraint SQL
- setNotNull(boolean) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the not null flag
- 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
- setOffset(float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
-
Set the offset
- setOffset(Long) - Method in class mil.nga.geopackage.db.Pagination
-
Set the offset
- setOffsetX(long) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- setOffsetY(long) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- setOptimize(TileReprojectionOptimize) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set the optimization
- setOrder(Integer) - Method in class mil.nga.geopackage.db.table.Constraint
-
Set the order to a number or null
- setOrganization(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Set the organization
- setOrganization(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- setOrganizationCoordsysId(int) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- setOrganizationCoordsysId(long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Set the organization coordsys id
- setOverwrite(boolean) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set the overwrite flag
- setPagination(Pagination) - Method in class mil.nga.geopackage.user.UserCorePaginatedResults
-
Set the pagination
- setParentMetadata(Metadata) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Set the parent metadata
- setPeriod(String) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Set the time period
- setPeriod(Date) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Set the time period
- setPixel(float) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataSourcePixel
-
Set the pixel
- setPixelRatio(long) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- setPixelXSize(double) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setPixelXSize(double) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- setPixelYSize(double) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setPixelYSize(double) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- setPkModifiable(boolean) - Method in class mil.nga.geopackage.user.UserColumns
-
Set if the primary key can be modified
- setPkModifiable(boolean) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Set if the primary key can be modified
- setPkModifiable(boolean) - Method in class mil.nga.geopackage.user.UserTable
-
Set if the primary key can be modified
- setPrecision(Double) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
Set the precision
- setPrimaryKey(boolean) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the primary key flag
- setProducer(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the GeoPackage producer
- setProgress(GeoPackageProgress) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Set the progress tracker
- setProgress(GeoPackageProgress) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Set the progress
- setProgress(GeoPackageProgress) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set the progress callbacks
- setProjectedBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataRequest
-
Set the projected bounding box
- setProjection(Projection) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Set the projection
- setQuantityDefinition(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
Set the quantity definition
- setReferenceScope(ReferenceScopeType) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Set the reference scope
- setRelatedPrimaryColumn(String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Setter
- setRelatedTableName(String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Setter
- setRelationName(String) - Method in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Setter
- setRequiredColumns(Collection<String>) - Method in class mil.nga.geopackage.user.custom.UserCustomColumns
-
Set the required columns
- setRight(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Set the right pixels
- 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.extension.metadata.reference.MetadataReference
-
Set the row id value
- 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
- setScaleDenominator(Double) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setScalingType(TileScalingType) - Method in class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Set the tile scaling type
- setScalingTypeString(String) - Method in class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Set the tile scaling type string value
- setSchema(DataColumns) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the data columns schema.
- setScope(ExtensionScopeType) - Method in class mil.nga.geopackage.extension.Extensions
-
Set the extension scope type
- setSql(String) - Method in class mil.nga.geopackage.db.table.RawConstraint
-
Set the constraint SQL
- setSrid(int) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
- setSrs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.contents.Contents
-
Set the srs
- setSrs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- setSrs(SpatialReferenceSystem) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Set the srs
- 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(int) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Set the SRS id
- setSrsId(int) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- setSrsId(long) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Set the srs id
- setSrsId(long) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Set the srs id
- setSrsName(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Set the srs name
- setSrsName(String) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
- setSrtext(String) - Method in class mil.nga.geopackage.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.extension.metadata.Metadata
-
Set the standard URI
- setStyle(String) - Method in class mil.nga.geopackage.extension.im.portrayal.Styles
- setStyle_id(long) - Method in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- setStylesheet(byte[]) - Method in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- setSymbol(String) - Method in class mil.nga.geopackage.extension.im.portrayal.Symbols
- setSymbol_id(long) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- setTableId(long) - Method in class mil.nga.geopackage.extension.coverage.GriddedTile
-
Set the table id
- setTableIndex(TableIndex) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Set the table index
- setTableName(String) - Method in class mil.nga.geopackage.contents.Contents
-
Set the table name
- setTableName(String) - Method in class mil.nga.geopackage.db.TableColumnKey
- setTableName(String) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- setTableName(String) - Method in class mil.nga.geopackage.extension.Extensions
-
Set the table name
- setTableName(String) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- setTableName(String) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Set the table name
- setTableName(String) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexKey
-
Set the table name
- setTableName(String) - Method in class mil.nga.geopackage.extension.nga.index.TableIndex
-
Set the table name
- setTableName(String) - Method in class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Set the table name of the tile table
- setTableName(String) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Set the table name
- setTableName(String) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- setTableName(String) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
- setTableName(String) - Method in class mil.nga.geopackage.user.UserColumns
-
Set the table name
- setTableName(String) - Method in class mil.nga.geopackage.user.UserTable
-
Set the table name
- setTableName(String) - Method in class mil.nga.geopackage.user.UserTableMetadata
-
Set the table name
- setTileBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Set the tile bounding box
- setTileColumnIndex(int) - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Set the tile column index
- setTileDataIndex(int) - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Set the tile data index
- setTileHeight(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setTileHeight(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- setTileHeight(long, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set a reprojected tile height for a zoom level
- setTileHeight(Long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set the tile height
- setTileHeight(Long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Set the tile height
- 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.nga.scale.TileScaling
-
Set the tile matrix set
- setTileRowIndex(int) - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Set the tile row index
- setTileSrsId(long) - Method in class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Set the tile SRS id
- setTileTableName(String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLink
-
Set the tile table name
- setTileTableName(String) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkKey
-
Set the tile table name
- setTileWidth(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setTileWidth(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- setTileWidth(long, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set a reprojected tile width for a zoom level
- setTileWidth(Long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set the tile width
- setTileWidth(Long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Set the tile width
- setTime(String) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Set the time
- setTime(Date) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Set the time
- setTimestamp(Date) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Set the timestamp
- setTitle(String) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumns
- setTm(ExtTileMatrix) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- setTms(String) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- setTms(ExtTileMatrixSet) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setTms(ExtTileMatrixSet) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- setTmsId(long) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- setToColumn(String) - Method in class mil.nga.geopackage.db.MappedColumn
-
Set the to column
- setTolerance(double) - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Set the query range tolerance
- setTop(double) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrix
- setToTable(String) - Method in class mil.nga.geopackage.db.TableMapping
-
Set the to table name
- setTotalLimit(Integer) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Set the total limit
- setToZoom(long, long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Set a reprojected to zoom level for a zoom level
- setToZoom(Long) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Set the reprojected new zoom level
- setTransactionLimit(int) - Method in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Set the single transaction limit
- setTransferContent(boolean) - Method in class mil.nga.geopackage.db.TableMapping
-
Set the transfer content flag
- setType(String) - Method in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- setType(String) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the database type
- setType(String, ContentsDataType) - Static method in enum mil.nga.geopackage.contents.ContentsDataType
-
Set the type for the contents data type name
- setType(ConstraintType) - Method in class mil.nga.geopackage.db.table.Constraint
-
Set the constraint type
- setTypeFromSql(String) - Method in class mil.nga.geopackage.db.table.RawConstraint
-
Set the type from the constraint SQL
- setUnique(boolean) - Method in class mil.nga.geopackage.user.UserColumn
-
Set the unique flag
- setUom(String) - Method in class mil.nga.geopackage.extension.coverage.GriddedCoverage
-
Set the units of measure
- setUp(double) - Method in class mil.nga.geopackage.style.PixelBounds
-
Set the up pixels
- setUri(String) - Method in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- setUri(String) - Method in class mil.nga.geopackage.extension.im.portrayal.Styles
- setUri(String) - Method in class mil.nga.geopackage.extension.im.portrayal.Symbols
- 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(int, Object) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Set the column value at the index
- setValue(String) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
- setValue(String, Object) - Method in class mil.nga.geopackage.user.UserCoreRow
-
Set the column value of the column name
- setValue(UserCoreRow<?, ?>, DublinCoreType, Object) - Static method in class mil.nga.geopackage.extension.related.dublin.DublinCoreMetadata
-
Set the value in the row for the Dublin Core Type term
- setValueValidation(boolean) - Method in class mil.nga.geopackage.user.UserColumns
-
Set if values should validated against column types
- setValueValidation(boolean) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Set if values should validated against column types
- setValueValidation(boolean) - Method in class mil.nga.geopackage.user.UserTable
-
Set if values should validated against column types
- setVersion(int, int) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the version
- setVersion(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the version
- setWhere(String) - Method in class mil.nga.geopackage.db.TableMapping
-
Set the where clause
- setWhereOperator(String) - Method in class mil.nga.geopackage.db.MappedColumn
-
Set the where operator
- setWhereValue(Object) - Method in class mil.nga.geopackage.db.MappedColumn
-
Set the where value
- setWhereValue(Object, String) - Method in class mil.nga.geopackage.db.MappedColumn
-
Set the where value
- setWidth(long) - Method in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- setWidth(Integer) - Method in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Set the requested coverage data width
- setWorld(boolean) - Method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Set the world tile coordinate bounds (XYZ) vs minimal tile fitting bounds flag
- setZ(byte) - Method in class mil.nga.geopackage.features.columns.GeometryColumns
-
Set the z
- 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.nga.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.extension.ecere.tile_matrix_set.ExtTileMatrix
- setZoomLevel(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrix
- setZoomLevel(long) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
- setZoomLevelIndex(int) - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Set the zoom level index
- setZoomLevelRange(int, int) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the zoom level range
- setZoomLevels(String) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the zoom levels
- setZoomLevelScale(int, int) - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Set the zoom level map scale
- 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.nga.scale.TileScaling
-
Set the max levels to zoom out
- SIMPLE_ATTRIBUTES - mil.nga.geopackage.extension.related.RelationType
-
Relate sets of tabular text or numeric data
- SimpleAttributesTable - Class in mil.nga.geopackage.extension.related.simple
-
Simple Attributes Requirements Class User-Defined Related Data Table
- SimpleAttributesTable(String, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Constructor
- SimpleAttributesTable(String, List<UserCustomColumn>, String) - Constructor for class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Constructor
- SimpleAttributesTable(UserCustomTable) - Constructor for class mil.nga.geopackage.extension.related.simple.SimpleAttributesTable
-
Constructor
- SimpleAttributesTableMetadata - Class in mil.nga.geopackage.extension.related.simple
-
Simple Attributes Table Metadata for defining table creation information
- SimpleAttributesTableMetadata() - Constructor for class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Constructor
- SimpleAttributesTableMetadata(String, String, boolean, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Constructor
- SimpleAttributesTableMetadata(String, String, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.extension.related.simple.SimpleAttributesTableMetadata
-
Constructor
- singleQuoteWrap(String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Wrap the name in single quotes
- singleQuoteWrap(String[]) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Wrap the names in single quotes
- size() - Method in class mil.nga.geopackage.db.table.Constraints
-
Get the number of constraints
- size(ConstraintType) - Method in class mil.nga.geopackage.db.table.Constraints
-
Get the number of constraints of the provided type
- SMALLINT - mil.nga.geopackage.db.GeoPackageDataType
-
16-bit signed two’s complement integer.
- SOFTWARE - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to a computer program or routine
- SOURCE - mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
A related resource from which the described resource is derived.
- SOURCE - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
A related resource from which the described resource is derived
- SOUTH_MAX - Static variable in class mil.nga.geopackage.dgiwg.UTMZone
-
South max EPSG code
- SOUTH_MIN - Static variable in class mil.nga.geopackage.dgiwg.UTMZone
-
South min EPSG code
- SPATIAL - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
Spatial Coverage - Spatial characteristics of the resource
- SPATIAL_REFERENCE_SYSTEM - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Spatial Reference System property
- SpatialReferenceSystem - Class in mil.nga.geopackage.srs
-
Spatial Reference System object.
- SpatialReferenceSystem() - Constructor for class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Default Constructor
- SpatialReferenceSystem(SpatialReferenceSystem) - Constructor for class mil.nga.geopackage.srs.SpatialReferenceSystem
-
Copy Constructor
- SpatialReferenceSystemDao - Class in mil.nga.geopackage.srs
-
Spatial Reference System Data Access Object
- SpatialReferenceSystemDao(ConnectionSource, Class<SpatialReferenceSystem>) - Constructor for class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Constructor, required by ORMLite
- SpatialReferenceSystemSfSql - Class in mil.nga.geopackage.srs
-
SF/SQL
SpatialReferenceSystem
View object - SpatialReferenceSystemSfSql() - Constructor for class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
-
Default Constructor
- SpatialReferenceSystemSfSql(SpatialReferenceSystemSfSql) - Constructor for class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
-
Copy Constructor
- SpatialReferenceSystemSfSqlDao - Class in mil.nga.geopackage.srs
-
SF/SQL Spatial Reference System Data Access Object
- SpatialReferenceSystemSfSqlDao(ConnectionSource, Class<SpatialReferenceSystemSfSql>) - Constructor for class mil.nga.geopackage.srs.SpatialReferenceSystemSfSqlDao
-
Constructor, required by ORMLite
- SpatialReferenceSystemSqlMm - Class in mil.nga.geopackage.srs
-
SQL/MM
SpatialReferenceSystem
View object - SpatialReferenceSystemSqlMm() - Constructor for class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
Default Constructor
- SpatialReferenceSystemSqlMm(SpatialReferenceSystemSqlMm) - Constructor for class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
Copy Constructor
- SpatialReferenceSystemSqlMmDao - Class in mil.nga.geopackage.srs
-
SQL/MM Spatial Reference System Data Access Object
- SpatialReferenceSystemSqlMmDao(ConnectionSource, Class<SpatialReferenceSystemSqlMm>) - Constructor for class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMmDao
-
Constructor, required by ORMLite
- SQL - mil.nga.geopackage.db.master.SQLiteMasterColumn
-
The sqlite_master.sql column stores SQL text that describes the object.
- SQL - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
SQL script
- sqlArgToJava(FieldType, Object, int) - Method in class mil.nga.geopackage.persister.DatePersister
- SQLITE_APPLICATION_ID - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
SQLite default application id
- SQLITE_HEADER_PREFIX - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
SQLite header string prefix
- SQLiteMaster - Class in mil.nga.geopackage.db.master
-
SQLite Master table queries (sqlite_master)
- SQLiteMasterColumn - Enum in mil.nga.geopackage.db.master
-
SQLite Master table (sqlite_master) column keywords
- SQLiteMasterQuery - Class in mil.nga.geopackage.db.master
-
Query on the SQLiteMaster table
- SQLiteMasterType - Enum in mil.nga.geopackage.db.master
-
SQLite Master table (sqlite_master) type column keywords
- SQLiteQueryBuilder - Class in mil.nga.geopackage.db
-
Sections taken from android.database.sqlite.SQLiteQueryBuilder in the Android Open Source Project and slightly modified.
- SQLiteQueryBuilder() - Constructor for class mil.nga.geopackage.db.SQLiteQueryBuilder
- squareExpand() - Method in class mil.nga.geopackage.BoundingBox
-
Expand the bounding box to an equally sized width and height bounding box
- squareExpand(double) - Method in class mil.nga.geopackage.BoundingBox
-
Expand the bounding box to an equally sized width and height bounding box with optional empty edge buffer
- srs - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Spatial Reference System
- SRS - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
Spatial Reference Systems
- SRS_ID - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
SRS id
- SRS_NAME - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
SRS name
- streamBytes(InputStream) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the stream bytes
- streamString(InputStream) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the stream string in UTF-8
- streamString(InputStream, String) - Static method in class mil.nga.geopackage.io.GeoPackageIOUtils
-
Get the stream string
- stringValue(Date) - Method in class mil.nga.geopackage.db.DateConverter
-
Get the formatted string date value of the date
- STYLE - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to a specific style
- StyleMappingTable - Class in mil.nga.geopackage.extension.nga.style
-
Feature Style mapping table
- StyleMappingTable(String) - Constructor for class mil.nga.geopackage.extension.nga.style.StyleMappingTable
-
Constructor
- StyleMappingTable(UserCustomTable) - Constructor for class mil.nga.geopackage.extension.nga.style.StyleMappingTable
-
Constructor
- Styles - Class in mil.nga.geopackage.extension.im.portrayal
-
Describes the styles
- Styles() - Constructor for class mil.nga.geopackage.extension.im.portrayal.Styles
- Styles(long, String, String, String) - Constructor for class mil.nga.geopackage.extension.im.portrayal.Styles
- STYLES - Static variable in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Styles property
- StylesDao - Class in mil.nga.geopackage.extension.im.portrayal
- StylesDao(ConnectionSource, Class<Styles>) - Constructor for class mil.nga.geopackage.extension.im.portrayal.StylesDao
-
Constructor, required by ORMLite
- Stylesheets - Class in mil.nga.geopackage.extension.im.portrayal
-
Describes the stylesheets
- Stylesheets() - Constructor for class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- Stylesheets(long, long, String, byte[]) - Constructor for class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- STYLESHEETS - Static variable in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Stylesheets property
- StylesheetsDao - Class in mil.nga.geopackage.extension.im.portrayal
- StylesheetsDao(ConnectionSource, Class<Stylesheets>) - Constructor for class mil.nga.geopackage.extension.im.portrayal.StylesheetsDao
-
Constructor, required by ORMLite
- StyleTable - Class in mil.nga.geopackage.extension.nga.style
-
Style Table
- StyleTable() - Constructor for class mil.nga.geopackage.extension.nga.style.StyleTable
-
Constructor
- StyleTable(AttributesTable) - Constructor for class mil.nga.geopackage.extension.nga.style.StyleTable
-
Constructor
- SUBJECT - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
The topic of the resource
- SYMBOL_CONTENT - Static variable in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Symbol Content property
- SYMBOL_IMAGES - Static variable in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Symbol Images property
- SymbolContent - Class in mil.nga.geopackage.extension.im.portrayal
-
Describes the symbol content, e.g., actual files containing symbol(s)
- SymbolContent() - Constructor for class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- SymbolContent(long, String, byte[]) - Constructor for class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- SymbolContentDao - Class in mil.nga.geopackage.extension.im.portrayal
- SymbolContentDao(ConnectionSource, Class<SymbolContent>) - Constructor for class mil.nga.geopackage.extension.im.portrayal.SymbolContentDao
-
Constructor, required by ORMLite
- SymbolImages - Class in mil.nga.geopackage.extension.im.portrayal
-
Describes the symbol images, i.e., a manifestation of a symbol
- SymbolImages() - Constructor for class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- SymbolImages(long, long, long, long, long, long, long, long) - Constructor for class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- SymbolImagesDao - Class in mil.nga.geopackage.extension.im.portrayal
- SymbolImagesDao(ConnectionSource, Class<SymbolImages>) - Constructor for class mil.nga.geopackage.extension.im.portrayal.SymbolImagesDao
-
Constructor, required by ORMLite
- Symbols - Class in mil.nga.geopackage.extension.im.portrayal
-
Describes the symbols
- Symbols() - Constructor for class mil.nga.geopackage.extension.im.portrayal.Symbols
- Symbols(long, String, String, String) - Constructor for class mil.nga.geopackage.extension.im.portrayal.Symbols
- SYMBOLS - Static variable in class mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
Symbols property
- SymbolsDao - Class in mil.nga.geopackage.extension.im.portrayal
- SymbolsDao(ConnectionSource, Class<Symbols>) - Constructor for class mil.nga.geopackage.extension.im.portrayal.SymbolsDao
-
Constructor, required by ORMLite
T
- table - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Table name
- table - Variable in class mil.nga.geopackage.user.UserCoreRow
-
User table
- TABLE - mil.nga.geopackage.db.master.SQLiteMasterType
-
Table keyword
- TABLE - mil.nga.geopackage.extension.metadata.reference.ReferenceScopeType
-
Table
- TABLE_CONSTRAINTS - Static variable in enum mil.nga.geopackage.db.table.ConstraintType
-
Table constraints
- TABLE_INDEX - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Table Index property
- TABLE_MAPPING_ICON - Static variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Table name prefix for mapping icons
- TABLE_MAPPING_STYLE - Static variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Table name prefix for mapping styles
- TABLE_MAPPING_TABLE_ICON - Static variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Table name prefix for mapping icon defaults
- TABLE_MAPPING_TABLE_STYLE - Static variable in class mil.nga.geopackage.extension.nga.style.FeatureCoreStyleExtension
-
Table name prefix for mapping style defaults
- TABLE_NAME - Static variable in class mil.nga.geopackage.contents.Contents
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.db.master.SQLiteMaster
-
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.ecere.tile_matrix_set.ExtTileMatrix
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.ExtTileMatrixSet
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.Extensions
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.im.portrayal.Styles
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.im.portrayal.Stylesheets
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolContent
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.im.portrayal.SymbolImages
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.im.portrayal.Symbols
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.metadata.Metadata
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.metadata.reference.MetadataReference
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.contents.ContentsId
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndex
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.index.TableIndex
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.link.FeatureTileLink
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertiesCoreExtension
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.style.IconTable
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.nga.style.StyleTable
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.related.ExtendedRelation
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.schema.columns.DataColumns
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraints
-
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.srs.SpatialReferenceSystem
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSfSql
-
Table name
- TABLE_NAME - Static variable in class mil.nga.geopackage.srs.SpatialReferenceSystemSqlMm
-
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_PROPERTY - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Table SQL property
- TABLE_SUBSTITUTE - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Table substitute value
- TableColumn - Class in mil.nga.geopackage.db.table
-
Table Column from Table Info
- TableColumnKey - Class in mil.nga.geopackage.db
-
Table and column name complex primary key
- TableColumnKey(String, String) - Constructor for class mil.nga.geopackage.db.TableColumnKey
-
Constructor
- TableConstraints - Class in mil.nga.geopackage.db.table
-
Table Constraints including column constraint
- TableConstraints() - Constructor for class mil.nga.geopackage.db.table.TableConstraints
-
Constructor
- tableExists(String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Check if the table exists
- tableExists(String) - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Check if the table exists
- TableIndex - Class in mil.nga.geopackage.extension.nga.index
-
Table Index object, for indexing data within user tables
- TableIndex() - Constructor for class mil.nga.geopackage.extension.nga.index.TableIndex
-
Default Constructor
- TableIndex(TableIndex) - Constructor for class mil.nga.geopackage.extension.nga.index.TableIndex
-
Copy Constructor
- TableIndexDao - Class in mil.nga.geopackage.extension.nga.index
-
Table Index Data Access Object
- TableIndexDao(ConnectionSource, Class<TableIndex>) - Constructor for class mil.nga.geopackage.extension.nga.index.TableIndexDao
-
Constructor, required by ORMLite
- TableInfo - Class in mil.nga.geopackage.db.table
-
Table Info queries (table_info)
- TableMapping - Class in mil.nga.geopackage.db
-
Mapping between column names being mapped to and the mapped column information
- TableMapping() - Constructor for class mil.nga.geopackage.db.TableMapping
-
Constructor
- TableMapping(String, List<? extends UserColumn>) - Constructor for class mil.nga.geopackage.db.TableMapping
-
Constructor
- TableMapping(GeoPackageCoreConnection, String) - Constructor for class mil.nga.geopackage.db.TableMapping
-
Constructor
- TableMapping(TableInfo) - Constructor for class mil.nga.geopackage.db.TableMapping
-
Constructor
- TableMapping(UserTable<? extends UserColumn>) - Constructor for class mil.nga.geopackage.db.TableMapping
-
Constructor
- TableMapping(UserTable<? extends UserColumn>, String) - Constructor for class mil.nga.geopackage.db.TableMapping
-
Constructor
- TableMapping(UserTable<? extends UserColumn>, Collection<String>) - Constructor for class mil.nga.geopackage.db.TableMapping
-
Constructor
- tableName - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Table Name
- tableName - Variable in class mil.nga.geopackage.user.UserTableMetadata
-
Table name
- tableOrViewExists(String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Check if a table or view exists with the name
- tableOrViewExists(String) - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Check if a table or view exists with the name
- TAG - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
A tag or label of the resource
- TAXONOMY - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Metadata applies to a taxonomy or knowledge system
- TBL_NAME - mil.nga.geopackage.db.master.SQLiteMasterColumn
-
The sqlite_master.tbl_name column holds the name of a table or view that the object is associated with.
- TEMPORAL - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
Temporal Coverage - Temporal characteristics of the resource
- tempTableName(GeoPackageCoreConnection, String, String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Get an available temporary table name.
- TEXT - mil.nga.geopackage.db.GeoPackageDataType
-
TEXT{(maxchar_count)}: Variable length string encoded in either UTF-8 or UTF-16, determined by PRAGMA encoding; see http://www.sqlite.org/pragma.html#pragma_encoding.
- TILE - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Information applies to a tile, a spatial subset of geographic data
- TILE_COLUMN - Static variable in class mil.nga.geopackage.tiles.user.TileColumns
-
Tile column column name, Requirement 54
- TILE_DATA - Static variable in class mil.nga.geopackage.tiles.user.TileColumns
-
Tile ID column name, implied requirement
- TILE_HEIGHT - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
Tile Height
- TILE_MATRIX - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Tile Matrix property
- TILE_MATRIX_SET - Static variable in class mil.nga.geopackage.db.GeoPackageTableCreator
-
Tile Matrix Set property
- TILE_MATRIX_SET_BOUNDS_TOLERANCE - Static variable in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Tile Matrix Set bounds tolerance in meters.
- TILE_ROW - Static variable in class mil.nga.geopackage.tiles.user.TileColumns
-
Tile row column name, Requirement 55
- TILE_SIZE_DATA - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 22
- TILE_SIZE_MATRIX - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 21
- TILE_WIDTH - Static variable in class mil.nga.geopackage.dgiwg.DGIWGConstants
-
Tile Width
- 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
- TileColumn(TileColumn) - Constructor for class mil.nga.geopackage.tiles.user.TileColumn
-
Copy Constructor
- TileColumns - Class in mil.nga.geopackage.tiles.user
-
Collection of tile columns
- TileColumns(String, List<TileColumn>) - Constructor for class mil.nga.geopackage.tiles.user.TileColumns
-
Constructor
- TileColumns(String, List<TileColumn>, boolean) - Constructor for class mil.nga.geopackage.tiles.user.TileColumns
-
Constructor
- TileColumns(TileColumns) - Constructor for class mil.nga.geopackage.tiles.user.TileColumns
-
Copy Constructor
- tileDao - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Tile DAO
- 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, long) - 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, long) - 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, long) - 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, long) - 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, long, long) - 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, long) - 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, long) - 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
- tileHeight - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Tile height in pixels
- 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
- TileMatrixSetExtension - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
-
Tile Matrix Set Extension
- TileMatrixSetExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetExtension
-
Constructor
- TileMatrixSetTableCreator - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
-
Tile Matrix Set Extension Table Creator
- TileMatrixSetTableCreator(GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
Constructor
- TileMatrixSetTableCreator(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
Constructor
- TileMatrixTable - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
-
Describes the tables using a particular tile matrix
- TileMatrixTable() - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTable
- TileMatrixTablesDao - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
- TileMatrixTablesDao(ConnectionSource, Class<TileMatrixTable>) - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixTablesDao
-
Constructor, required by ORMLite
- TileMatrixVariableWidths - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
-
Describes the tables using a particular tile matrix
- TileMatrixVariableWidths() - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidths
- TileMatrixVariableWidthsDao - Class in mil.nga.geopackage.extension.ecere.tile_matrix_set
- TileMatrixVariableWidthsDao(ConnectionSource, Class<TileMatrixVariableWidths>) - Constructor for class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixVariableWidthsDao
-
Constructor, required by ORMLite
- TileReprojectionCore - Class in mil.nga.geopackage.tiles.reproject
-
Tile Reprojection for reprojecting an existing tile table
- TileReprojectionCore(UserCoreDao<TileColumn, TileTable, ?, ?>, GeoPackageCore, String, Projection) - Constructor for class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Constructor
- TileReprojectionCore(UserCoreDao<TileColumn, TileTable, ?, ?>, GeoPackageCore, UserCoreDao<TileColumn, TileTable, ?, ?>) - Constructor for class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Constructor
- TileReprojectionCore(UserCoreDao<TileColumn, TileTable, ?, ?>, UserCoreDao<TileColumn, TileTable, ?, ?>) - Constructor for class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Constructor
- TileReprojectionOptimize - Class in mil.nga.geopackage.tiles.reproject
-
Tile Reprojection Optimizations
- TileReprojectionOptimize() - Constructor for class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Constructor
- TileReprojectionOptimize(boolean) - Constructor for class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Constructor
- TileReprojectionZoom - Class in mil.nga.geopackage.tiles.reproject
-
Optional Tile Reprojection configuration for a zoom level
- TileReprojectionZoom(long) - Constructor for class mil.nga.geopackage.tiles.reproject.TileReprojectionZoom
-
Constructor
- TILES - mil.nga.geopackage.contents.ContentsDataType
-
Tiles
- TILES - mil.nga.geopackage.extension.related.RelationType
-
Relate features or attributes with tiles
- TILES_2D - mil.nga.geopackage.dgiwg.DataType
-
Tiles 2D
- TILES_3D - mil.nga.geopackage.dgiwg.DataType
-
Tiles 3D
- TileScaling - Class in mil.nga.geopackage.extension.nga.scale
-
Tile Scaling object, for scaling tiles from nearby zoom levels for missing tiles
- TileScaling() - Constructor for class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Default Constructor
- TileScaling(String, TileScalingType, Long, Long) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Constructor
- TileScaling(TileScaling) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Copy Constructor
- TileScaling(TileScalingType, Long, Long) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Constructor
- TileScaling(TileMatrixSet, TileScalingType, Long, Long) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileScaling
-
Constructor
- TileScalingDao - Class in mil.nga.geopackage.extension.nga.scale
-
Tile Scaling Data Access Object
- TileScalingDao(ConnectionSource, Class<TileScaling>) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileScalingDao
-
Constructor, required by ORMLite
- TileScalingTableCreator - Class in mil.nga.geopackage.extension.nga.scale
-
Tile Scaling Extension Table Creator
- TileScalingTableCreator(GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileScalingTableCreator
-
Constructor
- TileScalingTableCreator(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileScalingTableCreator
-
Constructor
- TileScalingType - Enum in mil.nga.geopackage.extension.nga.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
- tileSize(int, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tile size in length units
- 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(long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tile size in meters at the zoom level
- tileSizeWithZoom(long, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tile size in length units at the zoom level
- tilesPerSide(long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tiles per side, width and height, at the zoom level
- tilesPerWGS84LatSide(long) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tiles per latitude side at the zoom level
- tilesPerWGS84LonSide(long) - 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) - Constructor for class mil.nga.geopackage.tiles.user.TileTable
-
Constructor
- TileTable(String, List<TileColumn>) - Constructor for class mil.nga.geopackage.tiles.user.TileTable
-
Constructor
- TileTable(TileTable) - Constructor for class mil.nga.geopackage.tiles.user.TileTable
-
Copy Constructor
- TileTableMetadata - Class in mil.nga.geopackage.tiles.user
-
Tile Table Metadata for defining table creation information
- TileTableMetadata() - Constructor for class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Constructor
- TileTableMetadata(String, boolean, BoundingBox, Long, BoundingBox, long) - Constructor for class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Constructor
- TileTableMetadata(String, String, boolean, BoundingBox, Long, BoundingBox, long) - Constructor for class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Constructor
- TileTableMetadata(String, String, BoundingBox, Long, BoundingBox, long) - Constructor for class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Constructor
- TileTableMetadata(String, BoundingBox, Long, BoundingBox, long) - Constructor for class mil.nga.geopackage.tiles.user.TileTableMetadata
-
Constructor
- TileTableReader - Class in mil.nga.geopackage.tiles.user
-
Reads the metadata from an existing tile table
- TileTableReader(String) - Constructor for class mil.nga.geopackage.tiles.user.TileTableReader
-
Constructor
- TileTableScaling - Class in mil.nga.geopackage.extension.nga.scale
-
Abstract Tile Table Scaling, for scaling tiles from nearby zoom levels for missing tiles
- TileTableScaling(GeoPackageCore, String) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Constructor
- TileTableScaling(GeoPackageCore, TileMatrix) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Constructor
- TileTableScaling(GeoPackageCore, TileMatrixSet) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Constructor
- TileTableScaling(GeoPackageCore, UserCoreDao<?, ?, ?, ?>) - Constructor for class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Constructor
- tileWidth - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Tile width in pixels
- tileWidthDegrees(int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tile width in degrees
- time - Variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Either a date-time or a period string that adheres to RFC 3339
- TINYINT - mil.nga.geopackage.db.GeoPackageDataType
-
8-bit signed two’s complement integer.
- TITLE - mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
A name given to the resource.
- TITLE - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
A name given to the resource
- TM - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
gpkgext_tile_matrix property
- TM_TABLES - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
gpkgext_tile_matrix_set_tables property
- TM_VW - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
gpkgext_tile_matrix_variable_widths property
- TMS - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
gpkgext_tile_matrix_set property
- TMS_CREATE - Static variable in class mil.nga.geopackage.extension.ecere.tile_matrix_set.TileMatrixSetTableCreator
-
ecere_tms_create property
- toBytes() - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Write the geometry to bytes
- tolerance - Variable in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Query range tolerance
- toleranceDistance(long, int) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the tolerance distance in meters for the zoom level and pixels length
- toleranceDistance(long, 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.BoundingBox
- toString() - Method in enum mil.nga.geopackage.contents.ContentsDataType
- toString() - Method in class mil.nga.geopackage.db.Pagination
- toString() - Method in class mil.nga.geopackage.db.TableColumnKey
- toString() - Method in enum mil.nga.geopackage.dgiwg.DGIWGRequirement
- toString() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationError
- toString() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationErrors
- toString() - Method in class mil.nga.geopackage.dgiwg.DGIWGValidationKey
- toString() - Method in class mil.nga.geopackage.dgiwg.GeoPackageFileName
- toString() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexKey
- toString() - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkKey
- toString() - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixKey
- totalLimit - Variable in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Total limit of number of items to request
- toWebMercator(BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Convert the bounding box coordinates to a new web mercator bounding box
- transactionLimit - Variable in class mil.nga.geopackage.features.FeatureCoreGenerator
-
Number of rows to save in a single transaction
- transferTableContent(GeoPackageCoreConnection, String, String, Object, Object) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Transfer table content to itself with new rows containing a new column value.
- transferTableContent(GeoPackageCoreConnection, String, String, Object, Object, String) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Transfer table content to itself with new rows containing a new column value.
- transferTableContent(GeoPackageCoreConnection, TableMapping) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Transfer table content from one table to another
- transferTableContentSQL(TableMapping) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Create insert SQL to transfer table content from one table to another
- transform(ProjectionTransform) - Method in class mil.nga.geopackage.BoundingBox
-
Transform the bounding box using the provided projection transform
- transform(ProjectionTransform) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Transform the geometry data using the provided projection transform
- transform(GeometryTransform) - Method in class mil.nga.geopackage.BoundingBox
-
Transform the bounding box using the provided projection transform
- transform(GeometryTransform) - Method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Transform the geometry data using the provided geometry projection transform
- TRIGGER - mil.nga.geopackage.db.master.SQLiteMasterType
-
Trigger keyword
- TRIGGER_DELETE_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Trigger delete name
- TRIGGER_DROP_PROPERTY - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Trigger drop name
- TRIGGER_INSERT_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Trigger Insert name
- TRIGGER_SUBSTITUTE - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Trigger substitute value
- TRIGGER_UPDATE1_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Deprecated.replaced by update6 and update7
- TRIGGER_UPDATE2_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Trigger update 2 name
- TRIGGER_UPDATE3_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Deprecated.replaced by update5
- TRIGGER_UPDATE4_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Trigger update 4 name
- TRIGGER_UPDATE5_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Trigger update 5 name
- TRIGGER_UPDATE6_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Trigger update 6 name
- TRIGGER_UPDATE7_NAME - Static variable in class mil.nga.geopackage.extension.rtree.RTreeIndexCoreExtension
-
Trigger update 7 name
- TYPE - mil.nga.geopackage.db.master.SQLiteMasterColumn
-
The sqlite_master.type column will be one of the following text strings: 'table', 'index', 'view', or 'trigger' according to the type of object defined.
- TYPE - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Type column
- TYPE - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
The nature or genre of the resource
- TYPE_INDEX - Static variable in class mil.nga.geopackage.db.table.TableInfo
-
Type column index
- typeCheck(GeoPackageDataType, TColumn) - Method in class mil.nga.geopackage.user.UserColumns
-
Check for the expected data type
- types(SQLiteMasterType...) - Static method in class mil.nga.geopackage.db.master.SQLiteMaster
-
Shortcut to build types into an array
U
- UNDEFINED - mil.nga.geopackage.extension.metadata.MetadataScopeType
-
Metadata information scope is undefined
- UNDEFINED_CARTESIAN - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
Undefined Cartesian SRS
- UNDEFINED_DEFINITION - Static variable in class mil.nga.geopackage.GeoPackageConstants
-
Optional undefined Spatial Reference System definition value
- UNDEFINED_GEOGRAPHIC - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
Undefined Geographic SRS
- UNINDEX_GEOMETRY_INDEX - Static variable in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Unindex Geometry Index property
- unindexGeometryIndex() - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexTableCreator
-
Un-index (drop) Geometry Index table column indexes
- unindexGeometryIndexTable() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Un-index the Geometry Index Table if needed
- union(BoundingBox) - Method in class mil.nga.geopackage.BoundingBox
-
Get the union bounding box with the provided bounding box
- union(BoundingBox, BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the union bounding box combining the two bounding boxes
- UNIQUE - mil.nga.geopackage.db.table.ConstraintType
-
Unique table and column constraint
- UNIQUE - Static variable in class mil.nga.geopackage.db.table.UniqueConstraint
-
Unique keyword
- UNIQUE_CONSTRAINT_ORDER - Static variable in class mil.nga.geopackage.user.UserColumn
-
Unique Constraint Order
- UniqueConstraint - Class in mil.nga.geopackage.db.table
-
Table unique constraint for one or more columns
- UniqueConstraint() - Constructor for class mil.nga.geopackage.db.table.UniqueConstraint
-
Constructor
- UniqueConstraint(Integer) - Constructor for class mil.nga.geopackage.db.table.UniqueConstraint
-
Constructor
- UniqueConstraint(String) - Constructor for class mil.nga.geopackage.db.table.UniqueConstraint
-
Constructor
- UniqueConstraint(String, Integer) - Constructor for class mil.nga.geopackage.db.table.UniqueConstraint
-
Constructor
- UniqueConstraint(String, UserColumn...) - Constructor for class mil.nga.geopackage.db.table.UniqueConstraint
-
Constructor
- UniqueConstraint(UniqueConstraint) - Constructor for class mil.nga.geopackage.db.table.UniqueConstraint
-
Copy Constructor
- UniqueConstraint(UserColumn...) - Constructor for class mil.nga.geopackage.db.table.UniqueConstraint
-
Constructor
- unregisterDao(ConnectionSource, Class<?>) - Static method in class mil.nga.geopackage.db.GeoPackageDaoManager
-
Unregister the provided
- unregisterDao(ConnectionSource, Class<?>...) - Static method in class mil.nga.geopackage.db.GeoPackageDaoManager
-
Unregister the provided DAO class types with the connection source
- unregisterDaos(ConnectionSource) - Static method in class mil.nga.geopackage.db.GeoPackageDaoManager
-
Unregister all GeoPackage DAO with the connection source
- update(Extensions) - Method in class mil.nga.geopackage.extension.ExtensionsDao
- update(MetadataReference) - Method in class mil.nga.geopackage.extension.metadata.reference.MetadataReferenceDao
- update(GeometryIndex) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
- update(FeatureTileLink) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
- update(TileScaling) - Method in class mil.nga.geopackage.extension.nga.scale.TileTableScaling
-
Update the tile scaling (same as calling
TileTableScaling.createOrUpdate(TileScaling)
) - update(DataColumns) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
- update(DataColumnConstraints) - Method in class mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintsDao
- update(GeometryColumns) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsDao
- update(GeometryColumnsSfSql) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSfSqlDao
- update(GeometryColumnsSqlMm) - Method in class mil.nga.geopackage.features.columns.GeometryColumnsSqlMmDao
- update(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
- update(TileMatrix) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
- update(TRow) - Method in class mil.nga.geopackage.user.UserCoreDao
-
Update the row
- updateColumns() - Method in class mil.nga.geopackage.features.user.FeatureColumns
-
Update the table columns
- updateColumns() - Method in class mil.nga.geopackage.tiles.user.TileColumns
-
Update the table columns
- updateColumns() - Method in class mil.nga.geopackage.user.custom.UserCustomColumns
-
Update the table columns
- updateColumns() - Method in class mil.nga.geopackage.user.UserColumns
-
Update the table columns
- 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.srs.SpatialReferenceSystemDao
-
Update the definition 12 063 in the database if the extension exists
- updateEpoch(long, Double) - Method in class mil.nga.geopackage.extension.CrsWktExtension
-
Update the extension epoch
- updateEpoch(long, Double) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Update the epoch in the database if the extension exists
- updateExtension(SpatialReferenceSystem) - Method in class mil.nga.geopackage.srs.SpatialReferenceSystemDao
-
Update the extension if exists
- updateId(GeometryIndex, GeometryIndexKey) - Method in class mil.nga.geopackage.extension.nga.index.GeometryIndexDao
- updateId(FeatureTileLink, FeatureTileLinkKey) - Method in class mil.nga.geopackage.extension.nga.link.FeatureTileLinkDao
- updateId(DataColumns, TableColumnKey) - Method in class mil.nga.geopackage.extension.schema.columns.DataColumnsDao
- 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(TileMatrix, TileMatrixKey) - Method in class mil.nga.geopackage.tiles.matrix.TileMatrixDao
- updateLastIndexed() - Method in class mil.nga.geopackage.extension.nga.index.FeatureTableCoreIndex
-
Update the last indexed time
- URI - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force
- urlRequest(String) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
URL request
- urlRequest(String, URL) - Method in class mil.nga.geopackage.features.OAPIFeatureCoreGenerator
-
Perform a URL request
- 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 1.3.1
- UserColumn - Class in mil.nga.geopackage.user
-
Metadata about a single column from a user table
- UserColumn(int, String, String, GeoPackageDataType, Long, boolean, Object, boolean, boolean) - Constructor for class mil.nga.geopackage.user.UserColumn
-
Constructor
- UserColumn(int, String, GeoPackageDataType, Long, boolean, Object, boolean, boolean) - Constructor for class mil.nga.geopackage.user.UserColumn
-
Constructor
- UserColumn(TableColumn) - Constructor for class mil.nga.geopackage.user.UserColumn
-
Constructor
- UserColumn(UserColumn) - Constructor for class mil.nga.geopackage.user.UserColumn
-
Copy Constructor
- UserColumns<TColumn extends UserColumn> - Class in mil.nga.geopackage.user
-
Abstract collection of columns from a user table, representing a full set of table columns or a subset from a query
- UserColumns(String, List<TColumn>, boolean) - Constructor for class mil.nga.geopackage.user.UserColumns
-
Constructor
- UserColumns(UserColumns<TColumn>) - Constructor for class mil.nga.geopackage.user.UserColumns
-
Copy 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
- UserCorePaginatedResults<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>> - Class in mil.nga.geopackage.user
-
User Core Paginated Results for iterating and querying through chunks
- UserCorePaginatedResults(UserCoreDao<TColumn, TTable, TRow, TResult>, UserCoreResult<TColumn, TTable, TRow>) - Constructor for class mil.nga.geopackage.user.UserCorePaginatedResults
-
Constructor
- UserCoreResult<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>> - Interface in mil.nga.geopackage.user
-
Abstract User Cursor
- 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(UserCoreRow<TColumn, TTable>) - Constructor for class mil.nga.geopackage.user.UserCoreRow
-
Copy Constructor
- UserCoreRow(TTable) - Constructor for class mil.nga.geopackage.user.UserCoreRow
-
Constructor to create an empty row
- UserCoreRow(TTable, UserColumns<TColumn>, int[], Object[]) - Constructor for class mil.nga.geopackage.user.UserCoreRow
-
Constructor
- UserCustomColumn - Class in mil.nga.geopackage.user.custom
-
User Custom column
- UserCustomColumn(UserCustomColumn) - Constructor for class mil.nga.geopackage.user.custom.UserCustomColumn
-
Copy Constructor
- UserCustomColumns - Class in mil.nga.geopackage.user.custom
-
Collection of user custom columns
- UserCustomColumns(String, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.user.custom.UserCustomColumns
-
Constructor
- UserCustomColumns(String, List<UserCustomColumn>, boolean) - Constructor for class mil.nga.geopackage.user.custom.UserCustomColumns
-
Constructor
- UserCustomColumns(String, List<UserCustomColumn>, Collection<String>) - Constructor for class mil.nga.geopackage.user.custom.UserCustomColumns
-
Constructor
- UserCustomColumns(String, List<UserCustomColumn>, Collection<String>, boolean) - Constructor for class mil.nga.geopackage.user.custom.UserCustomColumns
-
Constructor
- UserCustomColumns(UserCustomColumns) - Constructor for class mil.nga.geopackage.user.custom.UserCustomColumns
-
Copy Constructor
- UserCustomTable - Class in mil.nga.geopackage.user.custom
-
Represents a user custom table
- UserCustomTable(String, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.user.custom.UserCustomTable
-
Constructor
- UserCustomTable(String, List<UserCustomColumn>, Collection<String>) - Constructor for class mil.nga.geopackage.user.custom.UserCustomTable
-
Constructor
- UserCustomTable(UserCustomColumns) - Constructor for class mil.nga.geopackage.user.custom.UserCustomTable
-
Constructor
- UserCustomTable(UserCustomTable) - Constructor for class mil.nga.geopackage.user.custom.UserCustomTable
-
Copy Constructor
- UserCustomTableReader - Class in mil.nga.geopackage.user.custom
-
Reads the metadata from an existing user custom table
- UserCustomTableReader(String) - Constructor for class mil.nga.geopackage.user.custom.UserCustomTableReader
-
Constructor
- UserMappingTable - Class in mil.nga.geopackage.extension.related
-
Contains user mapping table factory and utility methods
- UserMappingTable(String, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.extension.related.UserMappingTable
-
Constructor
- UserMappingTable(UserCustomTable) - Constructor for class mil.nga.geopackage.extension.related.UserMappingTable
-
Constructor
- UserRelatedTable - Class in mil.nga.geopackage.extension.related
-
User Defined Related Table
- UserRelatedTable(String, String, String, List<UserCustomColumn>) - Constructor for class mil.nga.geopackage.extension.related.UserRelatedTable
-
Constructor
- UserRelatedTable(String, String, String, List<UserCustomColumn>, Collection<String>) - Constructor for class mil.nga.geopackage.extension.related.UserRelatedTable
-
Constructor
- UserRelatedTable(String, String, UserCustomTable) - Constructor for class mil.nga.geopackage.extension.related.UserRelatedTable
-
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(UserColumns<TColumn>) - Constructor for class mil.nga.geopackage.user.UserTable
-
Constructor
- UserTable(UserTable<TColumn>) - Constructor for class mil.nga.geopackage.user.UserTable
-
Copy Constructor
- UserTableMetadata<TColumn extends UserColumn> - Class in mil.nga.geopackage.user
-
User Table Metadata for defining table creation information
- UserTableMetadata() - Constructor for class mil.nga.geopackage.user.UserTableMetadata
-
Constructor
- UserTableReader<TColumn extends UserColumn,TTable extends UserTable<TColumn>> - Class in mil.nga.geopackage.user
-
Reads the metadata from an existing user table
- UserTableReader(String) - Constructor for class mil.nga.geopackage.user.UserTableReader
-
Constructor
- UTMZone - Class in mil.nga.geopackage.dgiwg
-
UTM Zone utilities
- UTMZone() - Constructor for class mil.nga.geopackage.dgiwg.UTMZone
V
- V_1 - mil.nga.geopackage.extension.CrsWktExtensionVersion
-
1.0
- V_1_1 - mil.nga.geopackage.extension.CrsWktExtensionVersion
-
1.1
- vacuum() - Method in interface mil.nga.geopackage.GeoPackageCore
-
Rebuild the GeoPackage, repacking it into a minimal amount of disk space
- vacuum() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Rebuild the GeoPackage, repacking it into a minimal amount of disk space
- vacuum(GeoPackageCoreConnection) - Static method in class mil.nga.geopackage.db.CoreSQLUtils
-
Rebuild the GeoPackage, repacking it into a minimal amount of disk space
- VALID - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
Date Valid - Date (often a range) of validity of a resource
- validate(GeoPackageCore) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate the GeoPackage against the DGIWG GeoPackage Profile
- validate(GeoPackageCore, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate the GeoPackage table against the DGIWG GeoPackage Profile
- validate(GeoPackageCore, List<String>) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate the GeoPackage tables against the DGIWG GeoPackage Profile
- validateBase(GeoPackageCore) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate the base GeoPackage against the DGIWG GeoPackage Profile
- validateContents(Contents) - Method in class mil.nga.geopackage.attributes.AttributesTable
-
Validate that the set contents are valid
- validateContents(Contents) - Method in class mil.nga.geopackage.extension.related.UserRelatedTable
-
Validate that the set contents are valid
- validateContents(Contents) - Method in class mil.nga.geopackage.features.user.FeatureTable
-
Validate that the set contents are valid
- validateContents(Contents) - Method in class mil.nga.geopackage.tiles.user.TileTable
-
Validate that the set contents are valid
- validateContents(Contents) - Method in class mil.nga.geopackage.user.UserTable
-
Validate that the set contents are valid
- validateDataType(String, GeoPackageDataType) - Static method in class mil.nga.geopackage.user.UserColumn
-
Validate the data type
- validateFeatureCoordinateReferenceSystem(String, SpatialReferenceSystem) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate the feature coordinate reference system
- validateFeatureCoordinateReferenceSystem(String, SpatialReferenceSystem, int) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate the feature coordinate reference system
- validateFeatureTable(GeoPackageCore, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate feature table
- validateGeoPackageExtension(File) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
-
Validate the extension file as a GeoPackage
- validateGeoPackageExtension(String) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
-
Validate the extension file name as a GeoPackage
- validateMetadata(GeoPackageCore) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate the GeoPackage metadata
- validateMinimumTables(GeoPackageCore) - Static method in class mil.nga.geopackage.validate.GeoPackageValidate
-
Validate the GeoPackage has the minimum required tables
- validateTileCoordinateReferenceSystem(String, SpatialReferenceSystem) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate the tile coordinate reference system
- validateTileTable(GeoPackageCore, String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGValidate
-
Validate tile table
- 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
- VALIDITY_DATA_VALIDITY - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 20
- valueOf(String) - Static method in enum mil.nga.geopackage.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.db.master.SQLiteMasterColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.db.master.SQLiteMasterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.db.table.ConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.dgiwg.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.dgiwg.DGIWGRequirement
-
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.CrsWktExtensionVersion
-
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.metadata.MetadataScopeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.extension.metadata.reference.ReferenceScopeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.extension.related.dublin.DublinCoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.extension.related.RelationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.geopackage.extension.schema.constraints.DataColumnConstraintType
-
Returns the enum constant of this type with the specified name.
- values - Variable in class mil.nga.geopackage.user.UserCoreRow
-
Array of row values
- values() - Static method in enum mil.nga.geopackage.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.db.master.SQLiteMasterColumn
-
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.master.SQLiteMasterType
-
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.table.ConstraintType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mil.nga.geopackage.dgiwg.CoordinateReferenceSystem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mil.nga.geopackage.dgiwg.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum mil.nga.geopackage.dgiwg.DGIWGRequirement
-
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.CrsWktExtensionVersion
-
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.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.extension.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.extension.nga.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.extension.related.dublin.DublinCoreType
-
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.related.RelationType
-
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.schema.constraints.DataColumnConstraintType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VECTOR_TILES - Static variable in class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Contents Data Type
- VectorTilesEncodingExtension - Class in mil.nga.geopackage.extension.im.vector_tiles
-
The Vector Tiles extension requires an additional encoding extension for a particular vector tileset
- VectorTilesEncodingExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesEncodingExtension
-
Constructor
- VectorTilesExtension - Class in mil.nga.geopackage.extension.im.vector_tiles
-
Vector Tiles Extension
- VectorTilesExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesExtension
-
Constructor
- VectorTilesFields - Class in mil.nga.geopackage.extension.im.vector_tiles
-
Describes the fields in a vector tiles set
- VectorTilesFields() - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- VectorTilesFields(long, long, String, String) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFields
- VectorTilesFieldsDao - Class in mil.nga.geopackage.extension.im.vector_tiles
- VectorTilesFieldsDao(ConnectionSource, Class<VectorTilesFields>) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesFieldsDao
-
Constructor, required by ORMLite
- VectorTilesGeoJSONExtension - Class in mil.nga.geopackage.extension.im.vector_tiles
-
GeoJSON encoding for vector tiles
- VectorTilesGeoJSONExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesGeoJSONExtension
-
Constructor
- VectorTilesLayers - Class in mil.nga.geopackage.extension.im.vector_tiles
-
Describes the layers in a vector tiles set
- VectorTilesLayers() - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- VectorTilesLayers(long, String, String, String, long, long, String) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayers
- VectorTilesLayersDao - Class in mil.nga.geopackage.extension.im.vector_tiles
- VectorTilesLayersDao(ConnectionSource, Class<VectorTilesLayers>) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesLayersDao
-
Constructor, required by ORMLite
- VectorTilesMapboxExtension - Class in mil.nga.geopackage.extension.im.vector_tiles
-
MVT encoding for vector tiles
- VectorTilesMapboxExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesMapboxExtension
-
Constructor
- VectorTilesTableCreator - Class in mil.nga.geopackage.extension.im.vector_tiles
-
Vector Tiles Extension Table Creator
- VectorTilesTableCreator(GeoPackageCoreConnection) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesTableCreator
-
Constructor
- VectorTilesTableCreator(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.im.vector_tiles.VectorTilesTableCreator
-
Constructor
- verifyExists() - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Verify the DAO is backed by a table or view
- verifyWritable() - Method in class mil.nga.geopackage.extension.BaseExtension
-
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
- verifyWritable() - Method in class mil.nga.geopackage.GeoPackageCoreImpl
-
Verify the GeoPackage is writable and throw an exception if it is not
- VERSION - Static variable in class mil.nga.geopackage.extension.nga.properties.PropertyNames
-
A version of the resource
- VERSION_PREFIX - Static variable in class mil.nga.geopackage.dgiwg.GeoPackageFileName
-
Version prefix
- VIEW - mil.nga.geopackage.db.master.SQLiteMasterType
-
View keyword
- viewExists(String) - Method in class mil.nga.geopackage.db.GeoPackageCoreConnection
-
Check if the view exists
- viewExists(String) - Method in class mil.nga.geopackage.db.GeoPackageDao
-
Check if the view exists
W
- wasNull() - Method in interface mil.nga.geopackage.db.Result
-
Was the last value retrieved null
- WEB_MERCATOR - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
Web Mercator SRS
- webMercator() - Static method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Create a Web Mercator optimization, minimally tile bounded
- WebMercatorOptimize - Class in mil.nga.geopackage.tiles.reproject
-
Web Mercator XYZ tiling optimizations
- WebMercatorOptimize() - Constructor for class mil.nga.geopackage.tiles.reproject.WebMercatorOptimize
-
Constructor
- WebMercatorOptimize(boolean) - Constructor for class mil.nga.geopackage.tiles.reproject.WebMercatorOptimize
-
Constructor
- webMercatorWorld() - Static method in class mil.nga.geopackage.tiles.reproject.TileReprojectionOptimize
-
Create a Web Mercator optimization, world bounded with XYZ tile coordinates
- WebPExtension - Class in mil.nga.geopackage.extension
-
WebP extension
- WebPExtension(GeoPackageCore) - Constructor for class mil.nga.geopackage.extension.WebPExtension
-
Constructor
- WellKnownText - Class in mil.nga.geopackage.dgiwg
-
DGIWG (Defence Geospatial Information Working Group) Well-Known Text constants
- WellKnownText() - Constructor for class mil.nga.geopackage.dgiwg.WellKnownText
- WGS_84 - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
WGS 84 SRS
- WGS_84_3D - Static variable in class mil.nga.geopackage.property.PropertyConstants
-
WGS 84 3D SRS
- width - Variable in class mil.nga.geopackage.extension.coverage.CoverageDataCore
-
Coverage data results width
- wkb(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Well-Known Bytes from GeoPackage geometry bytes
- wkb(GeoPackageGeometryData) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Well-Known Bytes from the geometry data
- wkb(Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Well-Known Bytes from the geometry
- wkbFromWkt(String) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Well-Known Bytes from Well-Known Text
- wkt(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Well-Known Text from GeoPackage Geometry Bytes
- wkt(GeoPackageGeometryData) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Well-Known Text from the geometry data
- wkt(Geometry) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Well-Known Text from the geometry
- wktFromWkb(byte[]) - Static method in class mil.nga.geopackage.geom.GeoPackageGeometryData
-
Well-Known Text from Well-Known Bytes
- worldWebMercator() - Static method in class mil.nga.geopackage.BoundingBox
-
Create a new Web Mercator bounding box with world bounds (meters)
- worldWGS84() - Static method in class mil.nga.geopackage.BoundingBox
-
Create a new WGS84 bounding box with world bounds (degrees)
- worldWGS84WithWebMercatorLimits() - Static method in class mil.nga.geopackage.BoundingBox
-
Create a new WGS84 bounding box bounded by Web Mercator limits
- wrapIfEmptyOrContainsWhitespace(String) - Static method in class mil.nga.geopackage.dgiwg.DGIWGGeoPackageUtils
-
Wrap the value in single quotes if an empty string or contains whitespace
- writable - Variable in class mil.nga.geopackage.GeoPackageCoreImpl
-
Writable GeoPackage flag
- WRITE_ONLY - mil.nga.geopackage.extension.ExtensionScopeType
-
Write Only
Z
- ZOOM_FACTOR - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 23
- ZOOM_LEVEL - Static variable in class mil.nga.geopackage.tiles.user.TileColumns
-
Zoom level column name, Requirement 53
- ZOOM_MATRIX_SETS_MULTIPLE - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 24
- ZOOM_MATRIX_SETS_ONE - mil.nga.geopackage.dgiwg.DGIWGRequirement
-
Requirement 25
- zoomConfigs - Variable in class mil.nga.geopackage.tiles.reproject.TileReprojectionCore
-
Zoom level configuration map
- 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
- zoomLevelOfTileSize(double, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxUtils
-
Get the zoom level from the tile size in length units
- 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
All Classes All Packages