All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AndroidBindingsSQLiteDatabase |
Android Bindings SQLiteDatabase
|
| AndroidSQLiteDatabase |
Android SQLiteDatabase
|
| AttributesConnection |
GeoPackage Attributes Connection
|
| AttributesCursor |
Attributes Cursor to wrap a database cursor for attributes queries
|
| AttributesDao |
Attributes DAO for reading attributes user data tables
|
| AttributesInvalidCursor |
Attributes Invalid Cursor wrapper for attributes requery to handle failed rows due to large blobs
|
| AttributesRow |
Attributes Row containing the values from a single cursor row
|
| AttributesRowSync |
Attributes Row Sync to support reading a single attributes row copy when multiple
near simultaneous asynchronous requests are made
|
| AttributesWrapperConnection |
GeoPackage Attributes Cursor Wrapper Connection
|
| BitmapConverter |
Conversions between Bitmaps and image bytes
|
| ContextIOUtils |
Input / Output Context utility methods
|
| CoverageData<TImage extends CoverageDataImage> |
Tiled Gridded Coverage Data, abstract Common Encoding, Extension
|
| CoverageDataPng |
Tiled Gridded Coverage Data, PNG Encoding, Extension
|
| CoverageDataPngImage |
Coverage Data PNG image, stores the tile row image and raster
|
| CoverageDataTiff |
Tiled Gridded Coverage Data, TIFF Encoding, Extension
|
| CoverageDataTiffImage |
Coverage Data TIFF image
|
| CoverageDataTileMatrixResults |
Coverage Data Tile Matrix results including the coverage data tile results
and the tile matrix where found
|
| CursorResult |
Cursor result implementation
|
| CustomFeaturesTile |
Interface defining custom feature tile drawing.
|
| DefaultFeatureTiles |
Default Feature Tiles implementation using Android Graphics to draw tiles
from Well Known Binary Geometries
|
| FeatureCache |
Feature Row Cache for a single feature table
|
| FeatureCacheTables |
Feature Row Cache for multiple feature tables in a single GeoPackage
|
| FeatureConnection |
GeoPackage Feature Connection
|
| FeatureCursor |
Feature Cursor to wrap a database cursor for feature queries
|
| FeatureDao |
Feature DAO for reading feature user data tables
|
| FeatureDrawType |
Feature Draw Types when drawing feature tiles
|
| FeatureIndexer |
Feature Indexer, indexes feature geometries into a table for searching
|
| FeatureIndexerIdCursor |
Feature Indexer Id cursor to filter on matching queried ids
|
| FeatureIndexerIdQuery |
Feature Indexer Id query with nested SQL and arguments
|
| FeatureIndexFeatureResults |
Iterable Feature Index Results to iterate on feature results from a feature
DAO
|
| FeatureIndexGeoPackageResults |
Iterable Feature Index Results to iterate on feature rows
retrieved from GeoPackage index extension results
|
| FeatureIndexListResults |
Feature Index Results Feature Row list implementation
|
| FeatureIndexLocation |
Feature Index Location to iterate over indexed feature index types
|
| FeatureIndexManager |
Feature Index Manager to manage indexing of feature geometries in both Android metadata and
within a GeoPackage using the Geometry Index Extension
|
| FeatureIndexMetadataResults |
Iterable Feature Index Results to iterate on feature rows
retrieved from Metadata index results
|
| FeatureIndexResults |
Iterable Feature Index Results to iterate on feature rows
|
| FeatureIndexRTreeResults |
Iterable Feature Index Results to iterate on feature rows retrieved from
RTree results
|
| FeatureIndexType |
Feature Index type enumeration of index location
|
| FeatureInvalidCursor |
Feature Invalid Cursor wrapper for feature requery to handle failed rows due to large blobs
|
| FeaturePaint |
Paint objects for drawing the different types for a single feature
|
| FeaturePaintCache |
Feature Paint Cache of Paint objects for each feature id and draw type
|
| FeaturePreview |
Feature Preview for drawing a preview tile from a feature table
|
| FeatureRow |
Feature Row containing the values from a single cursor row
|
| FeatureRowData |
Represents the values of a single feature row
|
| FeatureRowSync |
Feature Row Sync to support reading a single feature row copy when multiple
near simultaneous asynchronous requests are made
|
| FeatureStyle |
Feature Style, including a style and icon, for a single feature geometry
|
| FeatureStyleExtension |
Feature Style extension for styling features
http://ngageoint.github.io/GeoPackage/docs/extensions/feature-style.html
|
| FeatureStyles |
Feature Styles, including styles and icons, for a single feature geometry or
feature table default
|
| FeatureTableData |
Represents a collection of rows from a feature table
|
| FeatureTableIndex |
Feature Table Index NGA Extension implementation.
|
| FeatureTableStyles |
Feature Table Styles, styles and icons for an individual feature table
|
| FeatureTileCanvas |
Feature Tile Canvas for creating layered tiles to draw ordered features.
|
| FeatureTileGenerator |
Creates a set of tiles within a GeoPackage by generating tiles from features
|
| FeatureTilePointIcon |
Point icon in place of a drawn circle
|
| FeatureTiles |
Tiles drawn from or linked to features.
|
| FeatureTileTableLinker |
Feature Tile Table linker, used to link feature and tile tables together when
the tiles represent the feature data
http://ngageoint.github.io/GeoPackage/docs/extensions/feature-tile-link.html
|
| FeatureWrapperConnection |
GeoPackage Feature Cursor Wrapper Connection
|
| GeometryFunction |
Geometry Function for reading Geometry Data from a geometry column blob
|
| GeometryMetadata |
Geometry metadata used to index feature bounds
|
| GeometryMetadataDataSource |
Table metadata Data Source
|
| GeoPackage |
A single GeoPackage database connection
|
| GeoPackageActivity |
GeoPackage Activity
|
| GeoPackageCache |
GeoPackage Cache
|
| GeoPackageConnection |
GeoPackage Android Connection wrapper
|
| GeoPackageCreator |
GeoPackage Creator
|
| GeoPackageCursorFactory |
GeoPackage Cursor Factory.
|
| GeoPackageCursorWrapper |
Interface for database cursor wrapping implementations.
|
| GeoPackageDatabase |
GeoPackage database wrapper around SQLiteDatabase to quote table and column names
|
| GeoPackageFactory |
GeoPackage Factory to get a GeoPackage Manager
|
| GeoPackageImpl |
A single GeoPackage database connection implementation
|
| GeoPackageManager |
GeoPackage Database management
|
| GeoPackageMetadata |
GeoPackage metadata
|
| GeoPackageMetadataDataSource |
GeoPackage metadata Data Source
|
| GeoPackageMetadataDb |
GeoPackage Metadata database
|
| GeoPackageSQLiteDatabase |
GeoPackage SQLiteDatabase interface
|
| GeoPackageTile |
GeoPackage tile wrapper containing tile dimensions and raw image bytes
|
| GeoPackageTileRetriever |
GeoPackage Tile Retriever, retrieves a tile from a GeoPackage from XYZ coordinates
|
| IconCache |
Icon Cache of icon bitmaps
|
| IconDao |
Icon DAO for reading icon tables
|
| IconRow |
Icon Row containing the values from a single result set row
|
| Icons |
Icons for a single feature geometry or feature table default
|
| ManualFeatureQuery |
Performs manual brute force queries against feature rows.
|
| ManualFeatureQueryResults |
Manual Feature Query Results which includes the ids used to read each row
|
| MediaDao |
User Media DAO for reading user media data tables
|
| MediaRow |
User Media Row containing the values from a single cursor row
|
| MultipleFeatureIndexResults |
Iterable Feature Index Results to iterate on feature rows from a combination of multiple
Feature Index Results
|
| NumberFeaturesTile |
Draws a tile indicating the number of features that exist within the tile, visible when zoomed
in closer.
|
| OAPIFeatureGenerator |
OGC API Feature Generator
|
| PropertiesExtension |
GeoPackage properties extension for defining GeoPackage specific properties,
attributes, and metadata
http://ngageoint.github.io/GeoPackage/docs/extensions/properties.html
|
| PropertiesManager |
Properties Manager, utilizes the Properties Extension on a collection of
GeoPackages
|
| RelatedTablesExtension |
Related Tables extension
http://docs.opengeospatial.org/is/18-000/18-000.html
|
| RTreeIndexExtension |
RTree Index Extension
TODO User defined functions that return values are not currently supported for Android
https://www.geopackage.org/spec/#extension_rtree
|
| RTreeIndexTableDao |
RTree Index Table DAO for reading geometry index ranges
|
| RTreeIndexTableRow |
RTree Index Table Row containing the values from a single result set row
|
| SimpleAttributesDao |
User Simple Attributes DAO for reading user simple attributes data tables
|
| SimpleAttributesRow |
User Simple Attributes Row containing the values from a single cursor row
|
| SQLiteDatabaseUtils |
SQLite Database utilities
|
| SQLUtils |
Core SQL Utility methods
|
| StyleDao |
Style DAO for reading style tables
|
| StyleMappingDao |
Style Mapping DAO for reading style mapping data tables
|
| StyleMappingRow |
Style Mapping Row containing the values from a single result set row
|
| StyleRow |
Style Row containing the values from a single result set row
|
| Styles |
Styles for a single feature geometry or feature table default
|
| TableMetadata |
Metadata about tables within a GeoPackage
|
| TableMetadataDataSource |
Table metadata Data Source
|
| TileBoundingBoxAndroidUtils |
Tile Bounding Box utility methods relying on Android libraries
|
| TileConnection |
GeoPackage Tile Connection
|
| TileCreator |
Tile Creator, creates a tile from a tile matrix to the desired projection
|
| TileCursor |
Tile Cursor to wrap a database cursor for tile queries
|
| TileDao |
Tile DAO for reading tile user tables
|
| TileGenerator |
Creates a set of tiles within a GeoPackage
|
| TileInvalidCursor |
Tile Invalid Cursor wrapper for tile requery to handle failed rows due to large blobs
|
| TileReprojection |
Tile Reprojection for reprojecting an existing tile table
|
| TileRetriever |
Interface defining the get tile retrieval method
|
| TileRow |
Tile Row containing the values from a single cursor row
|
| TileRowSync |
Tile Row Sync to support reading a single tile row copy when multiple
near simultaneous asynchronous requests are made
|
| TileUtils |
Tile utilities and constants
|
| TileWrapperConnection |
GeoPackage Tile Cursor Wrapper Connection
|
| UrlTileGenerator |
Creates a set of tiles within a GeoPackage by downloading the tiles from a
URL
|
| UserConnection<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TResult extends UserCursor<TColumn,TTable,TRow>> |
GeoPackage Connection used to define common functionality within different
connection types
|
| UserCursor<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>> |
Abstract User Cursor
|
| UserCustomConnection |
GeoPackage User Custom Connection
|
| UserCustomCursor |
User Custom Cursor to wrap a database Cursor for tile queries
|
| UserCustomDao |
User Custom DAO for reading user custom data tables
|
| UserCustomInvalidCursor |
User Custom Invalid Cursor wrapper for user custom requery to handle failed rows due to large blobs
|
| UserCustomRow |
User Custom Row containing the values from a single cursor row
|
| UserCustomRowSync |
User Custom Row Sync to support reading a single user mapping row copy when
multiple near simultaneous asynchronous requests are made
|
| UserCustomWrapperConnection |
GeoPackage User Custom Cursor Wrapper Connection
|
| UserDao<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TResult extends UserCursor<TColumn,TTable,TRow>> |
Abstract User DAO for reading user tables
|
| UserInvalidCursor<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TCursor extends UserCursor<TColumn,TTable,TRow>,TUserDao extends UserDao<TColumn,TTable,TRow,TCursor>> |
Abstract User Invalid Cursor for handling failed rows due to large blobs
|
| UserMappingDao |
User Mapping DAO for reading user mapping data tables
|
| UserMappingRow |
User Mapping Row containing the values from a single cursor row
|
| UserQuery |
User Query parameter types
|
| UserQueryParamType |
User Query parameter types
|
| UserRow<TColumn extends UserColumn,TTable extends UserTable<TColumn>> |
User Row containing the values from a single cursor row
|
| UserWrapperConnection<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TResult extends UserCursor<TColumn,TTable,TRow>> |
GeoPackage Connection used to define common functionality within different
connection types.
|
| XYZGeoPackageTileRetriever |
XYZ GeoPackage Tile Retriever, assumes XYZ tiles
|