All Classes Interface Summary Class Summary Enum Summary
Class |
Description |
AttributesConnection |
GeoPackage Attributes Connection
|
AttributesDao |
Attributes DAO for reading attributes user data tables
|
AttributesPaginatedResults |
Attributes Paginated Results for iterating and querying through attributes in
chunks
|
AttributesResultSet |
Attributes Result Set to wrap a database ResultSet for attributes queries
|
AttributesRow |
Attributes Row containing the values from a single result set row
|
AttributesRowSync |
Attributes Row Sync to support reading a single attributes row copy when
multiple near simultaneous asynchronous requests are made
|
ContentValues |
Content Values mapping between columns and values.
|
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
|
CustomFeaturesTile |
Interface defining custom feature tile drawing.
|
DefaultFeatureTiles |
Default Feature Tiles implementation using Java AWT to draw
|
DGIWGGeoPackage |
DGIWG (Defence Geospatial Information Working Group) GeoPackage
implementation
|
DGIWGGeoPackageManager |
DGIWG (Defence Geospatial Information Working Group) GeoPackage Manager used
to create and open GeoPackages
|
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
|
FeatureDao |
Feature DAO for reading feature user data tables
|
FeatureDrawType |
Feature Draw Types when drawing feature tiles
|
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 within a
GeoPackage using the Geometry Index Extension and the RTree extension
|
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
|
FeaturePaginatedResults |
Feature Paginated Results for iterating and querying through features in
chunks
|
FeaturePaint |
Paint objects for drawing the different types for a single feature
|
FeaturePaintCache |
Feature Paint Cache of Feature Paint objects for each feature id and draw
type
|
FeaturePreview |
Feature Preview for drawing a preview tile from a feature table
|
FeatureResultSet |
Feature Result Set to wrap a database ResultSet for feature queries
|
FeatureRow |
Feature Row containing the values from a single result set 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
|
FeatureStyles |
Feature Styles, including styles and icons, for a single feature geometry or
feature table default
|
FeatureTableIndex |
Feature Table Index NGA Extension implementation.
|
FeatureTableStyles |
Feature Table Styles, styles and icons for an individual feature table
|
FeatureTileGen |
Feature Tile Generator main method for command line feature to tile
generation.
|
FeatureTileGenerator |
Creates a set of tiles within a GeoPackage by generating tiles from features
|
FeatureTileGraphics |
Feature Tile Graphics for creating layered tiles to draw ordered features.
|
FeatureTilePointIcon |
Point icon in place of a drawn circle
|
FeatureTiles |
Tiles generated from features
|
FeatureTileTableLinker |
Feature Tile Table linker, used to link feature and tile tables together when
the tiles represent the feature data
|
GeometryFunction |
Geometry Function for reading Geometry Data from a geometry column blob
|
GeoPackage |
GeoPackage database connection
|
GeoPackageCache |
GeoPackage Cache
|
GeoPackageConnection |
GeoPackage Connection wrapper
|
GeoPackageImpl |
GeoPackage implementation
|
GeoPackageJavaProperties |
GeoPackage Java property loader
|
GeoPackageManager |
GeoPackage Manager used to create and open GeoPackages
|
GeoPackageTextOutput |
Builds readable text output from a GeoPackage
|
GeoPackageTile |
GeoPackage tile wrapper containing tile dimensions and the image or raw image
bytes
|
GeoPackageTileRetriever |
GeoPackage Tile Retriever, retrieves a tile from a GeoPackage from XYZ
coordinates
|
GeoPackageZoomLevelProgress |
GeoPackage Progress interface for receiving zoom level specific progress
information and handling cancellations
|
IconCache |
Icon Cache of icon images
|
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
|
ImageRectangle |
Tile image rectangle with integer dimensions
|
ImageRectangleF |
Tile image rectangle with floating point dimensions
|
ImageUtils |
Image utility methods
|
JavaPropertyConstants |
GeoPackage Java property constants
|
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 result set 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.
|
OAPIFeatureGen |
OGC API Feature Generator main method for command line feature generation
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar
mil.nga.geopackage.io.OAPIFeatureGen +usage_arguments
|
OAPIFeatureGenerator |
OGC API Feature Generator
|
Paint |
Feature Tile drawing paint object
|
Progress |
Progress logger
|
PropertiesExtension |
GeoPackage properties extension for defining GeoPackage specific properties,
attributes, and metadata
|
PropertiesManager |
Properties Manager, utilizes the Properties Extension on a collection of
GeoPackages
|
RelatedTablesExtension |
Related Tables extension
|
ResultSetResult |
Result Set result implementation.
|
RTreeIndexExtension |
RTree Index Extension
|
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 result set row
|
SQLExec |
Executes SQL on a SQLite database
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -jar name.jar +usage_arguments
java -classpath name.jar mil.nga.geopackage.io.SQLExec +usage_arguments
|
SQLExecAlterTable |
Execute special Alter Table statement cases including unsupported, non
compliant, and those requiring additional modifications
|
SQLExecResult |
Result from SQLExec containing tables, columns, column widths, rows,
and values
|
SQLUtils |
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
|
TileBoundingBoxJavaUtils |
Tile Bounding Box utility methods for the Java specific library
|
TileConnection |
GeoPackage Tile Connection
|
TileCreator |
Tile Creator, creates a tile from a tile matrix to the desired projection
|
TileDao |
Tile DAO for reading tile user tables
|
TileDirectory |
Represents a z,x,y directory structure
|
TileFormatType |
Tile Format Type specifying the z/x/y folder structure of tiles
|
TileGenerator |
Creates a set of tiles within a GeoPackage
|
TilePaginatedResults |
Tile Paginated Results for iterating and querying through tiles in chunks
|
TileProperties |
Tile properties for GeoPackage formatted tile property files
|
TileReader |
Read tiles from a file system directory into a GeoPackage file
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar mil.nga.geopackage.io.TileReader
+usage_arguments
|
TileReproject |
Tile Reproject main method for command line tile reprojections
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar
mil.nga.geopackage.io.TileReproject +usage_arguments
|
TileReprojection |
Tile Reprojection for reprojecting an existing tile table
|
TileResultSet |
Tile Result Set to wrap a database ResultSet for tile queries
|
TileRetriever |
Interface defining the tile retrieval methods
|
TileRow |
Tile Row containing the values from a single result set 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
|
TileWriter |
Writes the tiles from a GeoPackage tile table to a file system directory
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar mil.nga.geopackage.io.TileWriter
+usage_arguments
|
URLTileGen |
URL Tile Generator main method for command line tile generation
To run from command line, build with the standalone profile:
mvn clean install -Pstandalone
java -classpath geopackage-*-standalone.jar mil.nga.geopackage.io.URLTileGen
+usage_arguments
|
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 UserResultSet<TColumn,TTable,TRow>> |
GeoPackage Connection used to define common functionality within different
connection types
|
UserCustomConnection |
GeoPackage User Custom Connection
|
UserCustomDao |
User Custom DAO for reading user custom data tables
|
UserCustomPaginatedResults |
User Custom Paginated Results for iterating and querying through user customs
in chunks
|
UserCustomResultSet |
User Custom Result Set to wrap a database ResultSet for tile queries
|
UserCustomRow |
User Custom Row containing the values from a single result set row
|
UserCustomRowSync |
User Custom Row Sync to support reading a single user mapping row copy when
multiple near simultaneous asynchronous requests are made
|
UserDao<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TResult extends UserResultSet<TColumn,TTable,TRow>> |
Abstract User DAO for reading user tables
|
UserMappingDao |
User Mapping DAO for reading user mapping data tables
|
UserMappingRow |
User Mapping Row containing the values from a single result set row
|
UserPaginatedResults<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TResult extends UserResultSet<TColumn,TTable,TRow>> |
User Paginated Results for iterating and querying through chunks
|
UserResultSet<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>> |
Abstract User Result Set.
|
UserRow<TColumn extends UserColumn,TTable extends UserTable<TColumn>> |
User Row containing the values from a single Result Set row
|
ZoomLevelProgress |
Progress logger
|