All Classes Interface Summary Class Summary Enum Summary Exception Summary 
| Class | Description | 
| AlterTable | Builds and performs alter table statements | 
| AttributesColumn | Attributes column | 
| AttributesColumns | Collection of attributes columns | 
| AttributesTable | Represents a user attributes table | 
| AttributesTableMetadata | Attributes Table Metadata for defining table creation information | 
| AttributesTableReader | Reads the metadata from an existing attributes table | 
| BaseExtension | Abstract base GeoPackage extension | 
| BoundingBox | Bounding Box with longitude and latitude ranges in degrees | 
| ColumnConstraints | Column Constraints | 
| ColumnRange | Column Range wrapper to specify a range and additional attributes, such as a
 tolerance for floating point numbers | 
| ColumnValue | Column Value wrapper to specify additional value attributes, such as a range
 tolerance for floating point numbers | 
| Constraint | Table or column constraint | 
| ConstraintParser | SQL constraint parser from create table statements | 
| Constraints | User table or column constraints | 
| ConstraintType | Constraint types | 
| Contents | Contents object. | 
| ContentsDao | Contents Data Access Object | 
| ContentsDataType | Contents data type enumeration | 
| ContentsId | Contents Id object, for maintaining a unique identifier for contents tables | 
| ContentsIdDao | Contents Id Data Access Object | 
| ContentsIdExtension | This extension assigns a unique integer identifier to tables defined in the
 contents. | 
| ContentsIdTableCreator | Contents Id Extension Table Creator | 
| CoordinateReferenceSystem | DGIWG (Defence Geospatial Information Working Group) Coordinate Reference
 Systems | 
| CoreSQLUtils | Core SQL Utility methods | 
| CoverageDataAlgorithm | Tile Gridded Coverage Data Algorithm interpolation enumeration types | 
| CoverageDataCore<TImage extends CoverageDataImage> | Tiled Gridded Coverage Core Data Extension | 
| CoverageDataImage | Coverage Data image interface | 
| CoverageDataRequest | Coverage Data request to retrieve coverage data values for a point or
 bounding box | 
| CoverageDataResults | Tiled Gridded Coverage Data results containing the coverage values from a
 requested area from a tile matrix zoom level | 
| CoverageDataSourcePixel | Contains values relevant to a source pixel location when finding a coverage
 data value | 
| CrsWktExtension | OGC Well known text representation of Coordinate Reference Systems extension | 
| CrsWktExtensionVersion | OGC Well known text representation of Coordinate Reference Systems extension
 version enumeration | 
| DataColumnConstraints | Contains data to specify restrictions on basic data type column values | 
| DataColumnConstraintsDao | Data Column Constraints Data Access Object | 
| DataColumnConstraintType | Enumeration of Data Column Constraint Types | 
| DataColumns | 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. | 
| DataColumnsDao | Data Columns Data Access Object | 
| DataType | DGIWG (Defence Geospatial Information Working Group) Data Types | 
| DateConverter | Date converter between database date formats and date objects | 
| DatePersister | Date Persister for OrmLite to translate between a Java Date and a UTC String | 
| DGIWGConstants | DGIWG (Defence Geospatial Information Working Group) Constants | 
| DGIWGGeoPackageUtils | DGIWG (Defence Geospatial Information Working Group) GeoPackage utilities | 
| DGIWGMetadata | DGIWG (Defence Geospatial Information Working Group) Metadata utilities | 
| DGIWGRequirement | DGIWG (Defence Geospatial Information Working Group) Requirements | 
| DGIWGValidate | Performs DGIWG (Defence Geospatial Information Working Group) GeoPackage
 validations | 
| DGIWGValidationError | DGIWG (Defence Geospatial Information Working Group) validation error | 
| DGIWGValidationErrors | DGIWG (Defence Geospatial Information Working Group) validation errors | 
| DGIWGValidationKey | DGIWG (Defence Geospatial Information Working Group) validation primary key
 value | 
| DublinCoreMetadata | Dublin Core Metadata Initiative | 
| DublinCoreType | Dublin Core Metadata Initiative term types | 
| EcereExtensions | Ecere Extensions | 
| ExtendedRelation | Describes the relationships between a base table, a related data table, and a
 mapping table | 
| ExtendedRelationsDao | Extended Relations Data Access Object | 
| ExtensionManagement | Extension Management for deleting and copying extensions | 
| ExtensionManager | GeoPackage Extension Manager for deleting and copying extensions | 
| Extensions | Indicates that a particular extension applies to a GeoPackage, a table in a
 GeoPackage or a column of a table in a GeoPackage. | 
| ExtensionScopeType | Extension Scope Type | 
| ExtensionsDao | Extensions Data Access Object | 
| ExtTileMatrix | Describes a tile matrix
 and is used to populate the `gpkg_tile_matrix` view | 
| ExtTileMatrixDao |  | 
| ExtTileMatrixSet | Describes a tile matrix set
 and is used to populate the `gpkg_tile_matrix_set` view | 
| ExtTileMatrixSetDao |  | 
| FeatureColumn | Feature column | 
| FeatureColumns | Collection of feature columns | 
| FeatureCoreGenerator | Feature Generator | 
| FeatureCoreStyleExtension | Feature Core Style extension | 
| FeatureTable | Represents a user feature table | 
| FeatureTableCoreIndex | Abstract core Feature Table Index NGA Extension implementation. | 
| FeatureTableMetadata | Feature Table Metadata for defining table creation information | 
| FeatureTableReader | Reads the metadata from an existing feature table | 
| FeatureTileLink | Feature Tile Link object, for linking a feature and tile table together | 
| FeatureTileLinkDao | Feature Tile Link Data Access Object | 
| FeatureTileLinkKey | Feature Tile Link Complex Primary Key including feature and tile table names | 
| FeatureTileLinkTableCreator | Feature Tile Link Extension Table Creator | 
| FeatureTileTableCoreLinker | Abstract Feature Tile Table linker, used to link feature and tile tables
 together when the tiles represent the feature data | 
| GeometryColumns | Geometry Columns object. | 
| GeometryColumnsDao | Geometry Columns Data Access Object | 
| GeometryColumnsSfSql | SF/SQL Geometry Columns object. | 
| GeometryColumnsSfSqlDao | SF/SQL Geometry Columns Data Access Object | 
| GeometryColumnsSqlMm | SQL/MM Geometry Columns object. | 
| GeometryColumnsSqlMmDao | SQL/MM Geometry Columns Data Access Object | 
| GeometryCrop | Geometry Crop utilities | 
| GeometryExtensions | Geometry Extensions utility methods and constants | 
| GeometryIndex | Geometry Index object, for indexing geometries within user feature tables | 
| GeometryIndexDao | Geometry Index Data Access Object | 
| GeometryIndexKey | Geometry Index Complex Primary Key including table and column name | 
| GeometryIndexTableCreator | Geometry Index Extension Table Creator | 
| GeoPackageConstants | GeoPackage constants | 
| GeoPackageCore | A single GeoPackage database connection | 
| GeoPackageCoreCache<T extends GeoPackageCore> | Abstract GeoPackage Core Cache for maintaining and reusing open GeoPackage
 connections | 
| GeoPackageCoreConnection | GeoPackage Connection used to define common functionality within different
 connection types | 
| GeoPackageCoreImpl | A single GeoPackage database connection implementation | 
| GeoPackageDao<T,ID> | Abstract GeoPackage DAO | 
| GeoPackageDaoManager | GeoPackage DAO Manager for cleaning up ORMLite caches | 
| GeoPackageDataType | GeoPackage Data Types (non Geometry) for database columns as defined in
 Requirement 5 of the GeoPackage spec. | 
| GeoPackageException | GeoPackage exception | 
| GeoPackageFile | DGIWG (Defence Geospatial Information Working Group) GeoPackage File | 
| GeoPackageFileName | DGIWG (Defence Geospatial Information Working Group) GeoPackage File Name | 
| GeoPackageGeometryData | GeoPackage Geometry Data | 
| GeoPackageIOUtils | Input / Output utility methods | 
| GeoPackageProgress | GeoPackage Progress interface for receiving progress information and handling
 cancellations | 
| GeoPackageProperties | GeoPackage property loader | 
| GeoPackageTableCreator | Executes database scripts to create GeoPackage tables | 
| GeoPackageValidate | Performs GeoPackage validations | 
| GriddedCoverage | Gridded Coverage object | 
| GriddedCoverageDao | Gridded Coverage Data Access Object | 
| GriddedCoverageDataType | Gridded Coverage data type enumeration | 
| GriddedCoverageEncodingType | Gridded Coverage grid cell encoding type enumeration | 
| GriddedTile | Gridded Tile object, for indexing data within user tables | 
| GriddedTileDao | Gridded Tile Data Access Object | 
| IconTable | Icon Table | 
| ImageMattersExtensions | Image Matters Extensions | 
| MappedColumn | Mapped column, to a column and potentially from a differently named column | 
| MediaTable | Media Requirements Class User-Defined Related Data Table | 
| MediaTableMetadata | Media Table Metadata for defining table creation information | 
| Metadata | Contains metadata in MIME encodings structured in accordance with any
 authoritative metadata specification | 
| MetadataDao | Metadata Data Access Object | 
| MetadataExtension | Metadata extension | 
| MetadataReference | Links metadata in the gpkg_metadata table to data in the feature, and tiles
 tables | 
| MetadataReferenceDao | Metadata Reference Data Access Object | 
| MetadataScopeType | Metadata Scope type enumeration from spec Table 15 | 
| NGAExtensions | NGA Extensions | 
| OAPIFeatureCoreGenerator | OGC API Features Generator | 
| Pagination | Query pagination configuration | 
| PixelBounds | Expanded pixel bounds from a point or location. | 
| PlatteCarreOptimize | Platte Carre (WGS84) XYZ tiling optimizations | 
| PortrayalExtension | Portrayal Extension | 
| PortrayalTableCreator | Portrayal Extension Table Creator | 
| PropertiesCoreExtension<TGeoPackage extends GeoPackageCore,TRow extends UserCoreRow<?,?>,TResult extends UserCoreResult<?,?,TRow>,TDao extends UserCoreDao<?,?,TRow,TResult>> | GeoPackage properties core extension for defining GeoPackage specific
 properties, attributes, and metadata | 
| PropertiesManagerCore<T extends GeoPackageCore> | Properties Manager Core using the Properties Extension on a group of cached
 GeoPackages | 
| PropertyConstants | GeoPackage property constants | 
| PropertyNames | Pre-defined property names for defining GeoPackage properties | 
| RawConstraint | Table raw or unparsed constraint | 
| ReferenceScopeType | Reference Scope Type | 
| RelatedTablesCoreExtension | Related Tables core extension | 
| RelationType | Spec supported User-Defined Related Data Tables | 
| ResourceIOUtils | Resource file Input / Output utility methods | 
| Result | Database result interface | 
| ResultUtils | Database Result utilities | 
| RTreeIndexCoreExtension | RTree Index abstract core extension | 
| SchemaExtension | Schema extension | 
| SimpleAttributesTable | Simple Attributes Requirements Class User-Defined Related Data Table | 
| SimpleAttributesTableMetadata | Simple Attributes Table Metadata for defining table creation information | 
| SpatialReferenceSystem | Spatial Reference System object. | 
| SpatialReferenceSystemDao | Spatial Reference System Data Access Object | 
| SpatialReferenceSystemSfSql |  | 
| SpatialReferenceSystemSfSqlDao | SF/SQL Spatial Reference System Data Access Object | 
| SpatialReferenceSystemSqlMm |  | 
| SpatialReferenceSystemSqlMmDao | SQL/MM Spatial Reference System Data Access Object | 
| SQLiteMaster | SQLite Master table queries (sqlite_master) | 
| SQLiteMasterColumn | SQLite Master table (sqlite_master) column keywords | 
| SQLiteMasterQuery | Query on the SQLiteMaster table | 
| SQLiteMasterType | SQLite Master table (sqlite_master) type column keywords | 
| SQLiteQueryBuilder | Sections taken from android.database.sqlite.SQLiteQueryBuilder in the Android
 Open Source Project and slightly modified. | 
| StyleMappingTable | Feature Style mapping table | 
| Styles | Describes the styles | 
| StylesDao |  | 
| Stylesheets | Describes the stylesheets | 
| StylesheetsDao |  | 
| StyleTable | Style Table | 
| SymbolContent | Describes the symbol content, e.g., actual files containing symbol(s) | 
| SymbolContentDao |  | 
| SymbolImages | Describes the symbol images, i.e., a manifestation of a symbol | 
| SymbolImagesDao |  | 
| Symbols | Describes the symbols | 
| SymbolsDao |  | 
| TableColumn | Table Column from Table Info | 
| TableColumnKey | Table and column name complex primary key | 
| TableConstraints | Table Constraints including column constraint | 
| TableIndex | Table Index object, for indexing data within user tables | 
| TableIndexDao | Table Index Data Access Object | 
| TableInfo | Table Info queries (table_info) | 
| TableMapping | Mapping between column names being mapped to and the mapped column
 information | 
| TileBoundingBoxUtils | Tile Bounding Box utility methods | 
| TileColumn | Tile column | 
| TileColumns | Collection of tile columns | 
| TileDaoUtils | Tile Data Access Object utilities | 
| TileGrid | Tile grid with x and y ranges | 
| TileMatrix | Tile Matrix object. | 
| TileMatrixDao | Tile Matrix Data Access Object | 
| TileMatrixKey | Tile Matrix complex primary key | 
| TileMatrixSet | Tile Matrix Set object. | 
| TileMatrixSetDao | Tile Matrix Set Data Access Object | 
| TileMatrixSetExtension | Tile Matrix Set Extension | 
| TileMatrixSetTableCreator | Tile Matrix Set Extension Table Creator | 
| TileMatrixTable | Describes the tables using a particular tile matrix | 
| TileMatrixTablesDao |  | 
| TileMatrixVariableWidths | Describes the tables using a particular tile matrix | 
| TileMatrixVariableWidthsDao |  | 
| TileReprojectionCore | Tile Reprojection for reprojecting an existing tile table | 
| TileReprojectionOptimize | Tile Reprojection Optimizations | 
| TileReprojectionZoom | Optional Tile Reprojection configuration for a zoom level | 
| TileScaling | Tile Scaling object, for scaling tiles from nearby zoom levels for missing
 tiles | 
| TileScalingDao | Tile Scaling Data Access Object | 
| TileScalingTableCreator | Tile Scaling Extension Table Creator | 
| TileScalingType | Tile Scaling Type enumeration for defining scaled tile searching of nearby
 zoom levels in place of missing tiles | 
| TileTable | Represents a user tile table | 
| TileTableMetadata | Tile Table Metadata for defining table creation information | 
| TileTableReader | Reads the metadata from an existing tile table | 
| TileTableScaling | Abstract Tile Table Scaling, for scaling tiles from nearby zoom levels for
 missing tiles | 
| UniqueConstraint | Table unique constraint for one or more columns | 
| UserColumn | Metadata about a single column from a user table | 
| UserColumns<TColumn extends UserColumn> | Abstract collection of columns from a user table, representing a full set of
 table columns or a subset from a query | 
| UserCoreConnection<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>> | GeoPackage Connection used to define common functionality within different
 connection types | 
| UserCoreDao<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>> | Abstract User DAO for reading user tables | 
| UserCorePaginatedResults<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>,TResult extends UserCoreResult<TColumn,TTable,TRow>> | User Core Paginated Results for iterating and querying through chunks | 
| UserCoreResult<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>> | Abstract User Cursor | 
| UserCoreRow<TColumn extends UserColumn,TTable extends UserTable<TColumn>> | User Row containing the values from a single cursor row | 
| UserCustomColumn | User Custom column | 
| UserCustomColumns | Collection of user custom columns | 
| UserCustomTable | Represents a user custom table | 
| UserCustomTableReader | Reads the metadata from an existing user custom table | 
| UserMappingTable | Contains user mapping table factory and utility methods | 
| UserRelatedTable | User Defined Related Table | 
| UserRowSync<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>> | User Row Sync to support sharing a single user row read copy when multiple
 near simultaneous asynchronous requests are made | 
| UserTable<TColumn extends UserColumn> | Abstract user table | 
| UserTableMetadata<TColumn extends UserColumn> | User Table Metadata for defining table creation information | 
| UserTableReader<TColumn extends UserColumn,TTable extends UserTable<TColumn>> | Reads the metadata from an existing user table | 
| UTMZone | UTM Zone utilities | 
| VectorTilesEncodingExtension | The Vector Tiles extension requires an additional encoding extension for a
 particular vector tileset | 
| VectorTilesExtension | Vector Tiles Extension | 
| VectorTilesFields | Describes the fields in a vector tiles set | 
| VectorTilesFieldsDao |  | 
| VectorTilesGeoJSONExtension | GeoJSON encoding for vector tiles | 
| VectorTilesLayers | Describes the layers in a vector tiles set | 
| VectorTilesLayersDao |  | 
| VectorTilesMapboxExtension | MVT encoding for vector tiles | 
| VectorTilesTableCreator | Vector Tiles Extension Table Creator | 
| WebMercatorOptimize | Web Mercator XYZ tiling optimizations | 
| WebPExtension | WebP extension | 
| WellKnownText | DGIWG (Defence Geospatial Information Working Group) Well-Known Text
 constants | 
| ZoomOtherExtension | Zoom Other Intervals extension |