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

A

add(Marker, ShapeMarkers) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Add the marker to the shape
add(String, ShapeMarkers) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Add the marker id to the shape
add(ShapeMarkers) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Add all markers in the shape
add(Marker) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Add a marker with no shape
add(List<Marker>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Add a list of markers with no shape
add(GoogleMapShapeMarkers) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Add an embedded shape markers
add(LatLng) - Method in class mil.nga.geopackage.geom.map.MultiLatLng
 
add(Marker) - Method in class mil.nga.geopackage.geom.map.MultiMarker
 
add(Polygon) - Method in class mil.nga.geopackage.geom.map.MultiPolygon
 
add(PolygonMarkers) - Method in class mil.nga.geopackage.geom.map.MultiPolygonMarkers
 
add(PolygonOptions) - Method in class mil.nga.geopackage.geom.map.MultiPolygonOptions
 
add(Polyline) - Method in class mil.nga.geopackage.geom.map.MultiPolyline
 
add(PolylineMarkers) - Method in class mil.nga.geopackage.geom.map.MultiPolylineMarkers
 
add(PolylineOptions) - Method in class mil.nga.geopackage.geom.map.MultiPolylineOptions
 
add(Marker) - Method in class mil.nga.geopackage.geom.map.PolygonHoleMarkers
 
add(Marker) - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
 
add(Marker) - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
 
addHole(PolygonHoleMarkers) - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
 
addLatLngsToMap(GoogleMap, MultiLatLng) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a list of LatLngs to the map
addLatLngToMap(GoogleMap, LatLng) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a LatLng to the map
addLatLngToMap(GoogleMap, LatLng, MarkerOptions) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a LatLng to the map
addMarkerAsPolygon(Marker, List<Marker>) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Polygon add a marker in the list of markers to where it is closest to the the surrounding points
addMarkerAsPolyline(Marker, List<Marker>) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Polyline add a marker in the list of markers to where it is closest to the the surrounding points
addMarkerOptionsToMap(GoogleMap, MarkerOptions) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add MarkerOptions to the map
addMultiPolygonToMapAsMarkers(GoogleMapShapeMarkers, GoogleMap, MultiPolygonOptions, MarkerOptions, MarkerOptions, PolygonOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a MultiPolygonOptions to the map as markers
addMultiPolylineToMapAsMarkers(GoogleMapShapeMarkers, GoogleMap, MultiPolylineOptions, MarkerOptions, PolylineOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a MultiPolylineOptions to the map as markers
addNew(Marker) - Method in class mil.nga.geopackage.geom.map.MultiMarker
Add the marker
addNew(Marker) - Method in class mil.nga.geopackage.geom.map.PolygonHoleMarkers
Add the marker
addNew(Marker) - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
Add the marker
addNew(Marker) - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
Add the marker
addNew(Marker) - Method in interface mil.nga.geopackage.geom.map.ShapeMarkers
Add the marker
addPointsToMapAsMarkers(GoogleMap, List<LatLng>, MarkerOptions, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add the list of points as markers
addPolygonsToMap(GoogleMap, MultiPolygonOptions) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a list of Polygons to the map
addPolygonToMap(GoogleMap, PolygonOptions) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a Polygon to the map
addPolygonToMapAsMarkers(GoogleMapShapeMarkers, GoogleMap, PolygonOptions, MarkerOptions, MarkerOptions, PolygonOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a Polygon to the map as markers
addPolylinesToMap(GoogleMap, MultiPolylineOptions) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a list of Polylines to the map
addPolylineToMap(GoogleMap, PolylineOptions) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a Polyline to the map
addPolylineToMapAsMarkers(GoogleMap, PolylineOptions, MarkerOptions, PolylineOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a Polyline to the map as markers
addShapeToMap(GoogleMap, GoogleMapShape) - Static method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a shape to the map
addShapeToMapAsMarkers(GoogleMap, GoogleMapShape, MarkerOptions, MarkerOptions, MarkerOptions, MarkerOptions, PolylineOptions, PolygonOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Add a shape to the map as markers
addToMap(GoogleMap, Geometry) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Geometry to a Map shape and add it
addToMap(GoogleMap, GeometryCollection<Geometry>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a GeometryCollection to a list of Map shapes and add to the map
adjustTileMatrixLengths() - Method in class mil.nga.geopackage.tiles.user.TileDao
Adjust the tile matrix lengths if needed.

B

BitmapConverter - Class in mil.nga.geopackage.io
Conversions between Bitmaps and image bytes
BitmapConverter() - Constructor for class mil.nga.geopackage.io.BitmapConverter
 
boundingBox() - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Get a bounding box that includes the shape
boundingBox - Variable in class mil.nga.geopackage.tiles.TileGenerator
Tile bounding box
buildClickBoundingBox(LatLng, View, GoogleMap) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Build a bounding box using the click location, map view, and map.
buildMapClickMessage(LatLng, View, GoogleMap) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Perform a query based upon the map click location and build a info message
buildMaxFeaturesInfoMessage(long) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get a max features information message
buildResultsInfoMessage(FeatureIndexResults) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Build a feature results information message
buildResultsInfoMessage(FeatureIndexResults, LatLng) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Build a feature results information message
buildResultsInfoMessageAndClose(FeatureIndexResults) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Build a feature results information message and close the results
buildResultsInfoMessageAndClose(FeatureIndexResults, LatLng) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Build a feature results information message and close the results

C

calculateDrawOverlap() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Call after making changes to the point icon, point radius, or paint stroke widths.
centerIcon() - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Center the icon on the point
close() - Method in class mil.nga.geopackage.db.FeatureIndexer
Close the database connection in the feature indexer
close() - Method in class mil.nga.geopackage.db.GeoPackageConnection
close() - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDb
close() - Method in class mil.nga.geopackage.extension.index.FeatureTableIndex
Close the table index
close() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Close the index connections
close() - Method in class mil.nga.geopackage.features.index.FeatureIndexMetadataResults
Close the results
close() - Method in interface mil.nga.geopackage.features.index.FeatureIndexResults
Close the results
close() - Method in class mil.nga.geopackage.tiles.TileGenerator
Close the GeoPackage
COLUMN_EXTERNAL_PATH - Static variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Path column
COLUMN_GEOPACKAGE_ID - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
GeoPackage Id column
COLUMN_GEOPACKAGE_ID - Static variable in class mil.nga.geopackage.db.metadata.TableMetadata
GeoPackage Id column
COLUMN_ID - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Geometry Id column
COLUMN_ID - Static variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Id column
COLUMN_LAST_INDEXED - Static variable in class mil.nga.geopackage.db.metadata.TableMetadata
Last indexed column
COLUMN_MAX_M - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Max M
COLUMN_MAX_X - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Max X
COLUMN_MAX_Y - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Max Y
COLUMN_MAX_Z - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Max Z
COLUMN_MIN_M - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Min M
COLUMN_MIN_X - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Min X
COLUMN_MIN_Y - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Min Y
COLUMN_MIN_Z - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Min Z
COLUMN_NAME - Static variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Name column
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Table name column
COLUMN_TABLE_NAME - Static variable in class mil.nga.geopackage.db.metadata.TableMetadata
Table name column
COLUMNS - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Columns
COLUMNS - Static variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Columns
COLUMNS - Static variable in class mil.nga.geopackage.db.metadata.TableMetadata
Columns
columnToContentValue(ContentValues, FeatureColumn, Object) - Method in class mil.nga.geopackage.features.user.FeatureRow
Map the column to the content values
columnToContentValue(ContentValues, TColumn, Object) - Method in class mil.nga.geopackage.user.UserRow
Map the column to the content values
compressFormat - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Compress format
contains(Marker) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Check if contains the marker
contains(String) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Check if contains the marker id
context - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Context
context - Variable in class mil.nga.geopackage.tiles.TileGenerator
Context
ContextIOUtils - Class in mil.nga.geopackage.io
Input / Output Context utility methods
ContextIOUtils() - Constructor for class mil.nga.geopackage.io.ContextIOUtils
 
copy(String, String) - Method in interface mil.nga.geopackage.GeoPackageManager
Copy the database
count() - Method in class mil.nga.geopackage.db.FeatureIndexer
Query for all Geometry Metadata count
count(BoundingBox) - Method in class mil.nga.geopackage.db.FeatureIndexer
Query for Geometry Metadata count within the bounding box, projected correctly
count(GeometryEnvelope) - Method in class mil.nga.geopackage.db.FeatureIndexer
Query for Geometry Metadata count within the Geometry Envelope
count(BoundingBox, Projection) - Method in class mil.nga.geopackage.db.FeatureIndexer
Query for Geometry Metadata count within the bounding box in the provided projection
count(String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageConnection
count(String, String) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata count
count(long, String) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata count
count(String, String, BoundingBox) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata count matching the bounding box in the same projection
count(long, String, BoundingBox) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata count matching the bounding box in the same projection
count(String, String, GeometryEnvelope) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata count matching the envelope
count(long, String, GeometryEnvelope) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata count matching the envelope
count(BoundingBox, Projection) - Method in class mil.nga.geopackage.extension.index.FeatureTableIndex
Query for Geometry Index count within the bounding box in the provided projection
count() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Query for all feature index count
count(BoundingBox) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Query for feature index count within the bounding box, projected correctly
count(GeometryEnvelope) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Query for feature index count within the Geometry Envelope
count(BoundingBox, Projection) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Query for feature index count within the bounding box in the provided projection
count() - Method in class mil.nga.geopackage.features.index.FeatureIndexMetadataResults
Get the count of results
count() - Method in interface mil.nga.geopackage.features.index.FeatureIndexResults
Get the count of results
count() - Method in interface mil.nga.geopackage.GeoPackageManager
Get the count of GeoPackage databases
count(long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Count of Tiles at a zoom level
create(GeometryMetadata) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Create a new geometry metadata
create(String, String, long, GeometryEnvelope) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Create a new geometry metadata from an envelope
create(long, String, long, GeometryEnvelope) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Create a new geometry metadata from an envelope
create(GeoPackageMetadata) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Create a new GeoPackage metadata
create(TableMetadata) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Create a new table metadata
create(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Create a new GeoPackage database
CREATE_SQL - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Create table SQL
CREATE_SQL - Static variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Create table SQL
CREATE_SQL - Static variable in class mil.nga.geopackage.db.metadata.TableMetadata
Create table SQL
createChild() - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
Create a child shape
createChild() - Method in interface mil.nga.geopackage.geom.map.ShapeWithChildrenMarkers
Create a child shape
createColumn(FeatureCursor, int, String, String, Long, boolean, int, boolean) - Method in class mil.nga.geopackage.features.user.FeatureTableReader
createColumn(TileCursor, int, String, String, Long, boolean, int, boolean) - Method in class mil.nga.geopackage.tiles.user.TileTableReader
createGeometryMetadata(Cursor) - Static method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Create a geometry metadata from the current cursor location
createMultiPolygon(List<Polygon>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polygon to a MultiPolygon
createMultiPolygon(List<Polygon>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polygon to a MultiPolygon
createNewBitmap() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Create a new empty Bitmap
createOrUpdate(GeometryMetadata) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Create the geometry metadata or update if it already exists
createTable(String, List<FeatureColumn>) - Method in class mil.nga.geopackage.features.user.FeatureTableReader
createTable(String, List<TileColumn>) - Method in class mil.nga.geopackage.tiles.user.TileTableReader
createTile(int, long, long) - Method in class mil.nga.geopackage.tiles.features.FeatureTileGenerator
Create the tile
createTile(int, long, long) - Method in class mil.nga.geopackage.tiles.TileGenerator
Create the tile
createTile(int, long, long) - Method in class mil.nga.geopackage.tiles.UrlTileGenerator
Create the tile
CustomFeaturesTile - Interface in mil.nga.geopackage.tiles.features
Interface defining custom feature tile drawing.

D

data - Variable in class mil.nga.geopackage.tiles.retriever.GeoPackageTile
Image bytes
DATABASE_NAME - Static variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDb
Metadata database name
DATABASE_VERSION - Static variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDb
Metadata database version
databases() - Method in interface mil.nga.geopackage.GeoPackageManager
List all GeoPackage databases sorted alphabetically
databaseSet() - Method in interface mil.nga.geopackage.GeoPackageManager
Set of all GeoPackage databases
delete(String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageConnection
delete(GeometryMetadata) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Delete the geometry metadata
delete(String) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Delete geometry metadata by database
delete(long) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Delete geometry metadata by database
delete(String, String) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Delete geometry metadata by table name
delete(long, String) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Delete geometry metadata by table name
delete(String, String, long) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Delete the geometry metadata
delete(long, String, long) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Delete the geometry metadata
delete(GeoPackageMetadata) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Delete the GeoPackage metadata
delete(String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Delete the database
delete(TableMetadata) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Delete the table metadata
delete(String) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Delete the database
delete(long) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Delete the database
delete(String, String) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Delete the database table name
delete(long, String) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Delete the database table name
delete(Marker) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Get the shape markers for a marker, only returns a value of shapes that can be edited
delete(Marker) - Method in class mil.nga.geopackage.geom.map.MultiMarker
Delete the marker
delete(Marker) - Method in class mil.nga.geopackage.geom.map.PolygonHoleMarkers
Delete the marker
delete(Marker) - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
Delete the marker
delete(Marker) - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
Delete the marker
delete(Marker) - Method in interface mil.nga.geopackage.geom.map.ShapeMarkers
Delete the marker
delete(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Delete a database
deleteAll() - Method in interface mil.nga.geopackage.GeoPackageManager
Delete all databases
deleteAllExternal() - Method in interface mil.nga.geopackage.GeoPackageManager
Delete all external GeoPackages
deleteAllMissingExternal() - Method in interface mil.nga.geopackage.GeoPackageManager
Delete all external GeoPackages where the external file can no longer be found
deleteIndex() - Method in class mil.nga.geopackage.db.FeatureIndexer
Delete the feature table index
deleteIndex(FeatureRow) - Method in class mil.nga.geopackage.db.FeatureIndexer
Delete the index for the feature row
deleteIndex(long) - Method in class mil.nga.geopackage.db.FeatureIndexer
Delete the index for the geometry id
deleteIndex(FeatureRow) - Method in class mil.nga.geopackage.extension.index.FeatureTableIndex
Delete the index for the feature row
deleteIndex() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Delete the feature index
deleteIndex(FeatureIndexType) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Delete the feature index
deleteIndex(FeatureRow) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Delete the feature index for the feature row
deleteIndex(FeatureIndexType, FeatureRow) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Delete the feature index for the feature row
deleteIndex(long) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Delete the feature index for the geometry id
deleteIndex(FeatureIndexType, long) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Delete the feature index for the geometry id
deleteTile(long, long, long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Delete a Tile
drawTile(int, int, long, FeatureIndexResults) - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Draw a custom tile
drawTile(int, int, long, FeatureIndexResults) - Method in interface mil.nga.geopackage.tiles.features.CustomFeaturesTile
Draw a custom tile
drawTile(int, int, int) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Draw a tile bitmap from the x, y, and zoom level
drawTile(BoundingBox, FeatureIndexResults) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Draw a tile bitmap from feature index results
drawTile(BoundingBox, FeatureCursor) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Draw a tile bitmap from feature geometries in the provided cursor
drawTile(BoundingBox, List<FeatureRow>) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Draw a tile bitmap from the feature rows
drawTile(BoundingBox, FeatureIndexResults) - Method in class mil.nga.geopackage.tiles.features.MapFeatureTiles
Draw a tile bitmap from feature index results
drawTile(BoundingBox, FeatureCursor) - Method in class mil.nga.geopackage.tiles.features.MapFeatureTiles
Draw a tile bitmap from feature geometries in the provided cursor
drawTile(BoundingBox, List<FeatureRow>) - Method in class mil.nga.geopackage.tiles.features.MapFeatureTiles
Draw a tile bitmap from the feature rows
drawTileBytes(int, int, int) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Draw the tile and get the bytes from the x, y, and zoom level
drawTileQueryAll(int, int, int) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Draw a tile bitmap from the x, y, and zoom level by querying all features.
drawTileQueryIndex(int, int, int) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Draw a tile bitmap from the x, y, and zoom level by querying features in the tile location
drawUnindexedTile(int, int, long, FeatureCursor) - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Draw a custom tile when the number of features within the tile is unknown.
drawUnindexedTile(int, int, long, FeatureCursor) - Method in interface mil.nga.geopackage.tiles.features.CustomFeaturesTile
Draw a custom tile when the number of features within the tile is unknown.

E

execSQL(String) - Method in class mil.nga.geopackage.db.GeoPackageConnection
exists(GeometryMetadata) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Check if a table metadata exists
exists(String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Determine if the metadata exists
exists(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Determine if the database exists
existsAtExternalFile(File) - Method in interface mil.nga.geopackage.GeoPackageManager
Determine if a database exists at the provided external file
existsAtExternalPath(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Determine if a database exists at the provided external file path
expandBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Expand the bounding box to include the shape
exportGeoPackage(String, File) - Method in interface mil.nga.geopackage.GeoPackageManager
Export a GeoPackage database to a file
exportGeoPackage(String, String, File) - Method in interface mil.nga.geopackage.GeoPackageManager
Export a GeoPackage database to a file
externalDatabases() - Method in interface mil.nga.geopackage.GeoPackageManager
List all external GeoPackage databases sorted alphabetically
externalDatabaseSet() - Method in interface mil.nga.geopackage.GeoPackageManager
Set of all external GeoPackage databases
externalPath - Variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
External path when not located in the app space

F

FeatureConnection - Class in mil.nga.geopackage.features.user
GeoPackage Feature Connection
FeatureConnection(GeoPackageConnection) - Constructor for class mil.nga.geopackage.features.user.FeatureConnection
Constructor
FeatureCursor - Class in mil.nga.geopackage.features.user
Feature Cursor to wrap a database cursor for feature queries
FeatureCursor(FeatureTable, Cursor) - Constructor for class mil.nga.geopackage.features.user.FeatureCursor
Constructor
FeatureDao - Class in mil.nga.geopackage.features.user
Feature DAO for reading feature user data tables
FeatureDao(String, GeoPackageConnection, FeatureConnection, GeometryColumns, FeatureTable) - Constructor for class mil.nga.geopackage.features.user.FeatureDao
Constructor
featureDao - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Tile data access object
FeatureIndexer - Class in mil.nga.geopackage.db
Feature Indexer, indexes feature geometries into a table for searching
FeatureIndexer(Context, FeatureDao) - Constructor for class mil.nga.geopackage.db.FeatureIndexer
Constructor
FeatureIndexManager - Class in mil.nga.geopackage.features.index
Feature Index Manager to manage indexing of feature geometries in both Android metadata and within a GeoPackage using the Geometry Index Extension
FeatureIndexManager(Context, GeoPackage, FeatureDao) - Constructor for class mil.nga.geopackage.features.index.FeatureIndexManager
Constructor
FeatureIndexMetadataResults - Class in mil.nga.geopackage.features.index
Iterable Feature Index Results to iterate on feature rows retrieved from Metadata index results
FeatureIndexMetadataResults(FeatureIndexer, Cursor) - Constructor for class mil.nga.geopackage.features.index.FeatureIndexMetadataResults
Constructor
FeatureIndexResults - Interface in mil.nga.geopackage.features.index
Iterable Feature Index Results to iterate on feature rows
FeatureIndexType - Enum in mil.nga.geopackage.features.index
Feature Index type enumeration of index location
FeatureOverlay - Class in mil.nga.geopackage.tiles.overlay
Feature overlay which draws tiles from a feature table
FeatureOverlay(FeatureTiles) - Constructor for class mil.nga.geopackage.tiles.overlay.FeatureOverlay
Constructor
FeatureOverlayQuery - Class in mil.nga.geopackage.tiles.overlay
Used to query the features represented by the tiles drawn in a FeatureOverlay
FeatureOverlayQuery(Context, FeatureOverlay) - Constructor for class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Constructor
FeatureRow - Class in mil.nga.geopackage.features.user
Feature Row containing the values from a single cursor row
FeatureTableIndex - Class in mil.nga.geopackage.extension.index
Feature Table Index NGA Extension implementation.
FeatureTableIndex(GeoPackage, FeatureDao) - Constructor for class mil.nga.geopackage.extension.index.FeatureTableIndex
Constructor
FeatureTableReader - Class in mil.nga.geopackage.features.user
Reads the metadata from an existing feature table
FeatureTableReader(GeometryColumns) - Constructor for class mil.nga.geopackage.features.user.FeatureTableReader
Constructor
FeatureTileGenerator - Class in mil.nga.geopackage.tiles.features
Creates a set of tiles within a GeoPackage by generating tiles from features
FeatureTileGenerator(Context, GeoPackage, String, FeatureTiles, int, int) - Constructor for class mil.nga.geopackage.tiles.features.FeatureTileGenerator
Constructor
FeatureTilePointIcon - Class in mil.nga.geopackage.tiles.features
Point icon in place of a drawn circle
FeatureTilePointIcon(Bitmap) - Constructor for class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Constructor
FeatureTiles - Class in mil.nga.geopackage.tiles.features
Tiles generated from features
FeatureTiles(Context, FeatureDao) - Constructor for class mil.nga.geopackage.tiles.features.FeatureTiles
Constructor
FeatureWrapperConnection - Class in mil.nga.geopackage.features.user
GeoPackage Feature Cursor Wrapper Connection
FeatureWrapperConnection(GeoPackageConnection) - Constructor for class mil.nga.geopackage.features.user.FeatureWrapperConnection
Constructor
fillPolygon - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Fill polygon flag

G

generateTiles() - Method in class mil.nga.geopackage.tiles.TileGenerator
Generate the tiles
GeometryMetadata - Class in mil.nga.geopackage.db.metadata
Geometry metadata used to index feature bounds
GeometryMetadata() - Constructor for class mil.nga.geopackage.db.metadata.GeometryMetadata
 
GeometryMetadataDataSource - Class in mil.nga.geopackage.db.metadata
Table metadata Data Source
GeometryMetadataDataSource(GeoPackageMetadataDb) - Constructor for class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Constructor
GeoPackage - Interface in mil.nga.geopackage
A single GeoPackage database connection
GeoPackageActivity - Class in mil.nga.geopackage
GeoPackage Activity
GeoPackageActivity() - Constructor for class mil.nga.geopackage.GeoPackageActivity
 
GeoPackageCache - Class in mil.nga.geopackage
GeoPackage Cache
GeoPackageCache(GeoPackageManager) - Constructor for class mil.nga.geopackage.GeoPackageCache
Constructor
GeoPackageConnection - Class in mil.nga.geopackage.db
GeoPackage Android Connection wrapper
GeoPackageConnection(SQLiteDatabase) - Constructor for class mil.nga.geopackage.db.GeoPackageConnection
Constructor
GeoPackageFactory - Class in mil.nga.geopackage.factory
GeoPackage Factory to get a GeoPackage Manager
GeoPackageFactory() - Constructor for class mil.nga.geopackage.factory.GeoPackageFactory
 
geoPackageId - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
GeoPackage Id
geoPackageId - Variable in class mil.nga.geopackage.db.metadata.TableMetadata
GeoPackage Id
GeoPackageManager - Interface in mil.nga.geopackage
GeoPackage Database management
GeoPackageMetadata - Class in mil.nga.geopackage.db.metadata
GeoPackage metadata
GeoPackageMetadata() - Constructor for class mil.nga.geopackage.db.metadata.GeoPackageMetadata
 
GeoPackageMetadataDataSource - Class in mil.nga.geopackage.db.metadata
GeoPackage metadata Data Source
GeoPackageMetadataDataSource(GeoPackageMetadataDb) - Constructor for class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Constructor
GeoPackageMetadataDb - Class in mil.nga.geopackage.db.metadata
GeoPackage Metadata database
GeoPackageMetadataDb(Context) - Constructor for class mil.nga.geopackage.db.metadata.GeoPackageMetadataDb
Constructor
GeoPackageOverlay - Class in mil.nga.geopackage.tiles.overlay
GeoPackage Map Overlay Tile Provider
GeoPackageOverlay(TileDao) - Constructor for class mil.nga.geopackage.tiles.overlay.GeoPackageOverlay
Constructor using GeoPackage tile sizes
GeoPackageOverlay(TileDao, int, int) - Constructor for class mil.nga.geopackage.tiles.overlay.GeoPackageOverlay
Constructor with specified tile size
GeoPackageOverlayFactory - Class in mil.nga.geopackage.tiles.overlay
Get a tile provider for the Tile DAO
GeoPackageOverlayFactory() - Constructor for class mil.nga.geopackage.tiles.overlay.GeoPackageOverlayFactory
 
GeoPackageTile - Class in mil.nga.geopackage.tiles.retriever
GeoPackage tile wrapper containing tile dimensions and raw image bytes
GeoPackageTile(int, int, byte[]) - Constructor for class mil.nga.geopackage.tiles.retriever.GeoPackageTile
Constructor
GeoPackageTileRetriever - Class in mil.nga.geopackage.tiles.retriever
GeoPackage Tile Retriever, retrieves a tile from a GeoPackage from XYZ coordinates
GeoPackageTileRetriever(TileDao) - Constructor for class mil.nga.geopackage.tiles.retriever.GeoPackageTileRetriever
Constructor using GeoPackage tile sizes
GeoPackageTileRetriever(TileDao, int, int) - Constructor for class mil.nga.geopackage.tiles.retriever.GeoPackageTileRetriever
Constructor with specified tile size
get(GeometryMetadata) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Get a table metadata
get(String, String, long) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Get a table metadata
get(long, String, long) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Get a table metadata
get(String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Get GeoPackage metadata by name
get(long) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Get GeoPackage metadata by id
get(String, String) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Get a table metadata
get(long, String) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Get a table metadata
getAll() - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Get all GeoPackage metadata
getAllExternal() - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Get all external GeoPackage metadata
getBoundingBox() - Method in class mil.nga.geopackage.features.user.FeatureDao
getBoundingBox() - Method in class mil.nga.geopackage.tiles.user.TileDao
getBoundingBox(long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Get the bounding box of tiles
getCircleFillPaint() - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Get the paint object used to draw the filled circle
getCirclePaddingPercentage() - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Get the circle padding percentage around the text
getCirclePaint() - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Get the paint object used to draw the circle
getCompressFormat() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the compress format
getConnectionSource() - Method in class mil.nga.geopackage.db.GeoPackageConnection
getCurrentZoom(GoogleMap) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the current zoom level of the map
getData() - Method in class mil.nga.geopackage.tiles.retriever.GeoPackageTile
Get image data
getDatabaseAtExternalFile(File) - Method in interface mil.nga.geopackage.GeoPackageManager
Get the database name at the external file
getDatabaseAtExternalPath(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Get the database name at the external file path
getDb() - Method in class mil.nga.geopackage.db.GeoPackageConnection
Get the database connection
getExternalAtPath(String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Get external GeoPackage metadata by external path
getExternalPath() - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Get the external path
getFeatureDao(GeometryColumns) - Method in interface mil.nga.geopackage.GeoPackage
Get a Feature DAO from Geometry Columns
getFeatureDao(Contents) - Method in interface mil.nga.geopackage.GeoPackage
Get a Feature DAO from Contents
getFeatureDao(String) - Method in interface mil.nga.geopackage.GeoPackage
Get a Feature DAO from a table name
getFeatureDao() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the feature DAO
getFeatureDb() - Method in class mil.nga.geopackage.features.user.FeatureDao
Get the Feature connection
getFeatureIndexer() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Get the feature indexer, used to index in metadata tables
getFeatureOverlay() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the feature overlay
getFeatureRow(Cursor) - Method in class mil.nga.geopackage.db.FeatureIndexer
Get the feature row for the current place in the cursor
getFeatureRow(GeometryMetadata) - Method in class mil.nga.geopackage.db.FeatureIndexer
Get the feature row for the Geometry Metadata
getFeatureRow(GeometryIndex) - Method in class mil.nga.geopackage.extension.index.FeatureTableIndex
Get the feature row for the Geometry Index
getFeatureTableIndex() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Get the feature table index, used to index inside the GeoPackage as an extension
getFeatureTiles() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlay
Get the feature tiles
getFeatureTiles() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the feature tiles
getFile(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Get the file of the database
getFloatRectangle(long, long, BoundingBox, BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxAndroidUtils
Get a rectangle with floating point boundaries using the tile width, height, bounding box, and the bounding box section within the outer box to build the rectangle from
getGeometry() - Method in class mil.nga.geopackage.features.user.FeatureCursor
Get the geometry
getGeometry() - Method in class mil.nga.geopackage.features.user.FeatureRow
Get the geometry
getGeometryColumn() - Method in class mil.nga.geopackage.features.user.FeatureRow
Get the geometry feature column
getGeometryColumnIndex() - Method in class mil.nga.geopackage.features.user.FeatureRow
Get the geometry column index
getGeometryColumnName() - Method in class mil.nga.geopackage.features.user.FeatureDao
The the Geometry Column name
getGeometryColumns() - Method in class mil.nga.geopackage.features.user.FeatureDao
Get the Geometry Columns
getGeometryMetadata(Cursor) - Method in class mil.nga.geopackage.db.FeatureIndexer
Get the Geometry Metadata for the current place in the cursor
getGeometryType() - Method in class mil.nga.geopackage.features.user.FeatureDao
Get the Geometry Type
getGeometryType() - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Get the geometry type
getGeometryType() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the geometry type
getGeoPackageId() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get the GeoPackage id
getGeoPackageId(String) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Get a GeoPackage id from the name
getGeoPackageId() - Method in class mil.nga.geopackage.db.metadata.TableMetadata
Get the GeoPackage id
getGeoPackageId(String) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Get a GeoPackage id from the name
getHeight() - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Get the height
getHeight() - Method in class mil.nga.geopackage.tiles.retriever.GeoPackageTile
Get height
getHeightDrawOverlap() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the height draw overlap
getHoles() - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
 
getIcon() - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Get the icon
getId() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get the id
getId() - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Get the id
getIndexLocation() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Get the index location
getIndexManager() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the index manager
getInternalFile(Context, String) - Static method in class mil.nga.geopackage.io.ContextIOUtils
Get the internal storage file for the file path
getInternalFilePath(Context, String) - Static method in class mil.nga.geopackage.io.ContextIOUtils
Get the internal storage patch for the file path
getLastIndexed() - Method in class mil.nga.geopackage.db.FeatureIndexer
Get the date last indexed
getLastIndexed() - Method in class mil.nga.geopackage.db.metadata.TableMetadata
Get the last indexed date
getLastIndexed() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Get the date last indexed
getLastIndexed(FeatureIndexType) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Get the date last indexed
getLatitudeDistance(BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxMapUtils
Get the latitude distance in the middle longitude
getLatitudeDistance(double, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxMapUtils
Get the latitude distance in the middle longitude
getLatLngs() - Method in class mil.nga.geopackage.geom.map.MultiLatLng
 
getLinePaint() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the line paint
getLongitudeDistance(BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxMapUtils
Get the longitude distance in the middle latitude
getLongitudeDistance(double, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxMapUtils
Get the longitude distance in the middle latitude
getManager(Context) - Static method in class mil.nga.geopackage.factory.GeoPackageFactory
Get a GeoPackage Manager
getMarkerOptions() - Method in class mil.nga.geopackage.geom.map.MultiLatLng
 
getMarkers() - Method in class mil.nga.geopackage.geom.map.MultiMarker
Get all markers
getMarkers() - Method in class mil.nga.geopackage.geom.map.PolygonHoleMarkers
Get all markers
getMarkers() - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
Get all markers
getMarkers() - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
Get all markers
getMarkers() - Method in interface mil.nga.geopackage.geom.map.ShapeMarkers
Get all markers
getMaxFeatureDetailedInfo() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the max features in a query to print detailed results about
getMaxFeaturesPerTile() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the max features per tile
getMaxFeaturesTileDraw() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the max features tile draw, the custom tile drawing implementation for tiles with more features than the max at #getMaxFeaturesPerTile
getMaxM() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get max M
getMaxPointDetailedInfo() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the max points in a query to print detailed results about
getMaxX() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get max X
getMaxY() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get max Y
getMaxZ() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get max Z
getMaxZoom() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlay
Get the max zoom
getMaxZoom() - Method in class mil.nga.geopackage.tiles.user.TileDao
Get the max zoom
getMinM() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get min M
getMinX() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get min X
getMinY() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get min Y
getMinZ() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get min Z
getMinZoom() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlay
Get the min zoom
getMinZoom() - Method in class mil.nga.geopackage.tiles.user.TileDao
Get the min zoom
getName() - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Get the name
getName() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the name used in text
getOptions() - Method in class mil.nga.geopackage.geom.map.MultiPolygonOptions
 
getOptions() - Method in class mil.nga.geopackage.geom.map.MultiPolylineOptions
 
getOrCreate(String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Get GeoPackage metadata or create it if it does not exist
getOrCreate(String, String) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Get a table metadata or create if it does not exist
getOrOpen(String) - Method in class mil.nga.geopackage.GeoPackageCache
Get the cached GeoPackage or open and cache the GeoPackage
getPath(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Get the path of the database
getPointIcon() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the point icon
getPointPaint() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get point paint
getPointRadius() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the point radius
getPointsFromMarkers(List<Marker>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Get a list of points as LatLng from a list of Markers
getPolygon() - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
 
getPolygonFillPaint() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the polygon fill paint
getPolygonMarkers() - Method in class mil.nga.geopackage.geom.map.MultiPolygonMarkers
 
getPolygonOptions() - Method in class mil.nga.geopackage.geom.map.MultiPolygonOptions
 
getPolygonPaint() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the polygon paint
getPolygons() - Method in class mil.nga.geopackage.geom.map.MultiPolygon
 
getPolyline() - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
 
getPolylineMarkers() - Method in class mil.nga.geopackage.geom.map.MultiPolylineMarkers
 
getPolylineOptions() - Method in class mil.nga.geopackage.geom.map.MultiPolylineOptions
 
getPolylines() - Method in class mil.nga.geopackage.geom.map.MultiPolyline
 
getProjection() - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Get the projection
getRectangle(long, long, BoundingBox, BoundingBox) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxAndroidUtils
Get a rectangle using the tile width, height, bounding box, and the bounding box section within the outer box to build the rectangle from
getRow(int[], Object[]) - Method in class mil.nga.geopackage.features.user.FeatureCursor
getRow(int[], Object[]) - Method in class mil.nga.geopackage.tiles.user.TileCursor
getRow() - Method in class mil.nga.geopackage.user.UserCursor
getScreenClickPercentage() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the screen click percentage, between 0.0 and 1.0
getShape() - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Get the shape
getShape() - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
 
getShapeMarkers(Marker) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Get the shape markers for a marker, only returns a value of shapes that can be edited
getShapeMarkers(String) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Get the shape markers for a marker id, only returns a value of shapes that can be edited
getShapeType() - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Get the shape type
getSQLiteDatabase() - Method in class mil.nga.geopackage.user.UserDao
Get the database connection
getTable() - Method in class mil.nga.geopackage.user.UserCursor
getTableName() - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Get the table name
getTableName() - Method in class mil.nga.geopackage.db.metadata.TableMetadata
Get the table name
getTextPaint() - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Get the paint object used to draw the text
getTile(int, int, int) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlay
getTile(int, int, int) - Method in class mil.nga.geopackage.tiles.overlay.GeoPackageOverlay
getTile(GeoPackageTile) - Static method in class mil.nga.geopackage.tiles.overlay.GeoPackageOverlayFactory
Get a map tile from the GeoPackage tile
getTile(int, int, int) - Method in class mil.nga.geopackage.tiles.overlay.GoogleAPIGeoPackageOverlay
getTile(int, int, int) - Method in class mil.nga.geopackage.tiles.retriever.GeoPackageTileRetriever
Get a tile from the x, y, and zoom
getTile(int, int, int) - Method in class mil.nga.geopackage.tiles.retriever.GoogleAPIGeoPackageTileRetriever
Get a tile from the x, y, and zoom
getTile(int, int, int) - Method in interface mil.nga.geopackage.tiles.retriever.TileRetriever
Get a tile from the x, y, and zoom
getTileBorderPaint() - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Get the tile border paint object used to draw a border around the tile
getTileColumn() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile column
getTileColumnColumn() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile column column
getTileColumnColumnIndex() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile column column index
getTileCount() - Method in class mil.nga.geopackage.tiles.TileGenerator
Get the tile count of tiles to be generated
getTileDao(TileMatrixSet) - Method in interface mil.nga.geopackage.GeoPackage
Get a Tile DAO from Tile Matrix Set
getTileDao(Contents) - Method in interface mil.nga.geopackage.GeoPackage
Get a Tile DAO from Contents
getTileDao(String) - Method in interface mil.nga.geopackage.GeoPackage
Get a Tile DAO from a table name
getTileData() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile data
getTileDataBitmap() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile data bitmap
getTileDataBitmap(BitmapFactory.Options) - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile data bitmap with decoding options
getTileDataColumn() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile data column
getTileDataColumnIndex() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile data column index
getTileDb() - Method in class mil.nga.geopackage.tiles.user.TileDao
Get the Tile connection
getTileFillPaint() - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Get the tile fill paint object used to color the entire tile
getTileGrid(long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Get the tile grid of the zoom level
getTileHeight() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the tile height
getTileMatrices() - Method in class mil.nga.geopackage.tiles.user.TileDao
Get the tile matrices
getTileMatrix(long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Get the tile matrix at the zoom level
getTileMatrixSet() - Method in class mil.nga.geopackage.tiles.user.TileDao
Get the tile matrix set
getTileProvider(TileDao) - Static method in class mil.nga.geopackage.tiles.overlay.GeoPackageOverlayFactory
Get a Tile Provider for the Tile DAO
getTileRow() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile row
getTileRowColumn() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile row column
getTileRowColumnIndex() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the tile row column index
getTileWidth() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the tile width
getValue(FeatureColumn) - Method in class mil.nga.geopackage.features.user.FeatureCursor
Handles geometries
getValue(TColumn) - Method in class mil.nga.geopackage.user.UserCursor
getValue(int, GeoPackageDataType) - Method in class mil.nga.geopackage.user.UserCursor
getWebMercatorBoundingBox() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlay
Get the web mercator bounding box
getWgs84ToWebMercatorTransform() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Create a projection transformation from WGS84 to Web Mercator
getWidth() - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Get the width
getWidth() - Method in class mil.nga.geopackage.tiles.retriever.GeoPackageTile
Get width
getWidthDrawOverlap() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Get the width draw overlap
getXOffset() - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Get the x offset
getYOffset() - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Get the y offset
getZoomLevel(double) - Method in class mil.nga.geopackage.tiles.user.TileDao
Get the zoom level for the provided width and height in the default units
getZoomLevel() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the zoom level
getZoomLevelColumn() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the zoom level column
getZoomLevelColumnIndex() - Method in class mil.nga.geopackage.tiles.user.TileRow
Get the zoom level column index
GoogleAPIGeoPackageOverlay - Class in mil.nga.geopackage.tiles.overlay
GeoPackage Map Overlay Tile Provider, assumes the Google Maps API zoom level and grid
GoogleAPIGeoPackageOverlay(TileDao) - Constructor for class mil.nga.geopackage.tiles.overlay.GoogleAPIGeoPackageOverlay
Constructor
GoogleAPIGeoPackageTileRetriever - Class in mil.nga.geopackage.tiles.retriever
GeoPackage Tile Retriever, assumes the Google Maps API zoom level and grid
GoogleAPIGeoPackageTileRetriever(TileDao) - Constructor for class mil.nga.geopackage.tiles.retriever.GoogleAPIGeoPackageTileRetriever
Constructor
GoogleMapShape - Class in mil.nga.geopackage.geom.map
Google Map Shape
GoogleMapShape(GeometryType, GoogleMapShapeType, Object) - Constructor for class mil.nga.geopackage.geom.map.GoogleMapShape
Constructor
GoogleMapShapeConverter - Class in mil.nga.geopackage.geom.map
Provides conversions methods between geometry object and Google Maps Android API v2 Shapes
GoogleMapShapeConverter(Projection) - Constructor for class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Constructor with specified projection, see UserCoreDao.getProjection()
GoogleMapShapeMarkers - Class in mil.nga.geopackage.geom.map
Google Map Shape with markers
GoogleMapShapeMarkers() - Constructor for class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
 
GoogleMapShapeType - Enum in mil.nga.geopackage.geom.map
Enumeration of Map shape types for handling geometry hierarchies

H

height - Variable in class mil.nga.geopackage.tiles.retriever.GeoPackageTile
Tile height
heightOverlap - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Height overlapping pixels between tile images

I

id - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Geometry id, "foreign key" to a user table
id - Variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Id
importGeoPackage(File) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage file
importGeoPackage(File, boolean) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage file
importGeoPackage(String, InputStream) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage stream
importGeoPackage(String, InputStream, GeoPackageProgress) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage stream
importGeoPackage(String, InputStream, boolean) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage stream
importGeoPackage(String, InputStream, boolean, GeoPackageProgress) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage stream
importGeoPackage(String, File) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage file
importGeoPackage(String, File, boolean) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage file
importGeoPackage(String, URL) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage file from a URL
importGeoPackage(String, URL, GeoPackageProgress) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage file from a URL
importGeoPackage(String, URL, boolean) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage file from a URL
importGeoPackage(String, URL, boolean, GeoPackageProgress) - Method in interface mil.nga.geopackage.GeoPackageManager
Import a GeoPackage file from a URL
importGeoPackageAsExternalLink(File, String) - Method in interface mil.nga.geopackage.GeoPackageManager
Import an GeoPackage as an external file link without copying locally
importGeoPackageAsExternalLink(String, String) - Method in interface mil.nga.geopackage.GeoPackageManager
Import an GeoPackage as an external file link without copying locally
index() - Method in class mil.nga.geopackage.db.FeatureIndexer
Index the feature table if needed
index(boolean) - Method in class mil.nga.geopackage.db.FeatureIndexer
Index the feature table
index(FeatureRow) - Method in class mil.nga.geopackage.db.FeatureIndexer
Index the feature row.
index(FeatureRow) - Method in class mil.nga.geopackage.extension.index.FeatureTableIndex
Index the feature row.
index() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Index the feature table if needed, using the set index location
index(FeatureIndexType) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Index the feature table if needed
index(boolean) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Index the feature table, using the set index location
index(FeatureIndexType, boolean) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Index the feature table
index(FeatureRow) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Index the feature row, using the set index location.
index(FeatureIndexType, FeatureRow) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Index the feature row.
indexManager - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
When not null, features are retrieved using a feature index
indexTable(TableIndex) - Method in class mil.nga.geopackage.extension.index.FeatureTableIndex
insert(TRow) - Method in class mil.nga.geopackage.user.UserDao
insert(ContentValues) - Method in class mil.nga.geopackage.user.UserDao
Inserts a new row
insertOrThrow(ContentValues) - Method in class mil.nga.geopackage.user.UserDao
Inserts a new row
isDeleted() - Method in class mil.nga.geopackage.geom.map.MultiPolygonMarkers
Is it deleted
isDeleted() - Method in class mil.nga.geopackage.geom.map.MultiPolylineMarkers
Is it deleted
isDeleted() - Method in class mil.nga.geopackage.geom.map.PolygonHoleMarkers
Is it deleted
isDeleted() - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
Is it deleted
isDeleted() - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
Is it deleted
isDetailedInfoPrintFeatures() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Is the detailed info going to print feature geometries
isDetailedInfoPrintPoints() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Is the detailed info going to print point geometries
isDrawUnindexedTiles() - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Is the draw unindexed tiles option enabled
isExternal() - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Is the GeoPackage external
isExternal(String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Determine if the GeoPackage is external
isExternal(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Determine if the database is a linked external file
isFillPolygon() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Is fill polygon
isGoogleTiles() - Method in class mil.nga.geopackage.tiles.user.TileDao
Determine if the tiles are in the Google tile coordinate format
isImportHeaderValidation() - Method in interface mil.nga.geopackage.GeoPackageManager
Is import database header validation enabled.
isImportIntegrityValidation() - Method in interface mil.nga.geopackage.GeoPackageManager
Is import database integrity validation enabled.
isIndexed() - Method in class mil.nga.geopackage.db.FeatureIndexer
Determine if the database table is indexed after database modifications
isIndexed() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Determine if the feature table is indexed
isIndexed(FeatureIndexType) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Is the feature table indexed in the provided type location
isIndexed() - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Check if the features are indexed
isIndexQuery() - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Is index query
isMoreThanMaxFeatures(long) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Determine if the provided count of features in the tile is more than the configured max features per tile
isOnAtCurrentZoom(GoogleMap) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Determine if the the feature overlay is on for the current zoom level of the map
isOnAtCurrentZoom(float) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Determine if the feature overlay is on for the provided zoom level
isOpenHeaderValidation() - Method in interface mil.nga.geopackage.GeoPackageManager
Is open database header validation enabled.
isOpenIntegrityValidation() - Method in interface mil.nga.geopackage.GeoPackageManager
Is open database integrity validation enabled.
isValid() - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Determines if the shape is in a valid state
isValid() - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Determines if the shape is in a valid state
isValid() - Method in class mil.nga.geopackage.geom.map.MultiPolygonMarkers
Is it valid
isValid() - Method in class mil.nga.geopackage.geom.map.MultiPolylineMarkers
Is it valid
isValid() - Method in class mil.nga.geopackage.geom.map.PolygonHoleMarkers
Is it valid
isValid() - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
Is it valid
isValid() - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
Is it valid
iterator() - Method in class mil.nga.geopackage.features.index.FeatureIndexMetadataResults

L

lastIndexed - Variable in class mil.nga.geopackage.db.metadata.TableMetadata
Time in milliseconds since epoch when the table was last indexed
linePaint - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Line paint

M

MapFeatureTiles - Class in mil.nga.geopackage.tiles.features
Google maps Feature Tiles implementation
MapFeatureTiles(Context, FeatureDao) - Constructor for class mil.nga.geopackage.tiles.features.MapFeatureTiles
Constructor
max(String, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageConnection
maxFeaturesPerTile - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Optional max features per tile.
maxFeaturesTileDraw - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
When not null and the number of features is greater than the max features per tile, used to draw tiles for those tiles with more features than the max
maxM - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Max M
maxX - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Max X
maxY - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Max Y
maxZ - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Max Z
mil.nga.geopackage - package mil.nga.geopackage
 
mil.nga.geopackage.db - package mil.nga.geopackage.db
 
mil.nga.geopackage.db.metadata - package mil.nga.geopackage.db.metadata
 
mil.nga.geopackage.extension.index - package mil.nga.geopackage.extension.index
 
mil.nga.geopackage.factory - package mil.nga.geopackage.factory
 
mil.nga.geopackage.features.index - package mil.nga.geopackage.features.index
 
mil.nga.geopackage.features.user - package mil.nga.geopackage.features.user
 
mil.nga.geopackage.geom.map - package mil.nga.geopackage.geom.map
 
mil.nga.geopackage.io - package mil.nga.geopackage.io
 
mil.nga.geopackage.tiles - package mil.nga.geopackage.tiles
 
mil.nga.geopackage.tiles.features - package mil.nga.geopackage.tiles.features
 
mil.nga.geopackage.tiles.features.custom - package mil.nga.geopackage.tiles.features.custom
 
mil.nga.geopackage.tiles.overlay - package mil.nga.geopackage.tiles.overlay
 
mil.nga.geopackage.tiles.retriever - package mil.nga.geopackage.tiles.retriever
 
mil.nga.geopackage.tiles.user - package mil.nga.geopackage.tiles.user
 
mil.nga.geopackage.user - package mil.nga.geopackage.user
 
min(String, String, String, String[]) - Method in class mil.nga.geopackage.db.GeoPackageConnection
minM - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Min M
minX - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Min X
minY - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Min Y
minZ - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Min Z
MultiLatLng - Class in mil.nga.geopackage.geom.map
Multiple LatLng object
MultiLatLng() - Constructor for class mil.nga.geopackage.geom.map.MultiLatLng
 
MultiMarker - Class in mil.nga.geopackage.geom.map
Multiple Marker object
MultiMarker() - Constructor for class mil.nga.geopackage.geom.map.MultiMarker
 
MultiPolygon - Class in mil.nga.geopackage.geom.map
Multiple Polygon object
MultiPolygon() - Constructor for class mil.nga.geopackage.geom.map.MultiPolygon
 
MultiPolygonMarkers - Class in mil.nga.geopackage.geom.map
Multiple Polygon Markers object
MultiPolygonMarkers() - Constructor for class mil.nga.geopackage.geom.map.MultiPolygonMarkers
 
MultiPolygonOptions - Class in mil.nga.geopackage.geom.map
Multiple Polygon Options object
MultiPolygonOptions() - Constructor for class mil.nga.geopackage.geom.map.MultiPolygonOptions
 
MultiPolyline - Class in mil.nga.geopackage.geom.map
Multiple Polyline object
MultiPolyline() - Constructor for class mil.nga.geopackage.geom.map.MultiPolyline
 
MultiPolylineMarkers - Class in mil.nga.geopackage.geom.map
Multiple Polyline Markers object
MultiPolylineMarkers() - Constructor for class mil.nga.geopackage.geom.map.MultiPolylineMarkers
 
MultiPolylineOptions - Class in mil.nga.geopackage.geom.map
Multiple Polyline Options object
MultiPolylineOptions() - Constructor for class mil.nga.geopackage.geom.map.MultiPolylineOptions
 

N

name - Variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Name
newRow() - Method in class mil.nga.geopackage.features.user.FeatureDao
newRow() - Method in class mil.nga.geopackage.tiles.user.TileDao
NumberFeaturesTile - Class in mil.nga.geopackage.tiles.features.custom
Draws a tile indicating the number of features that exist within the tile, visible when zoomed in closer.
NumberFeaturesTile(Context) - Constructor for class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Constructor

O

onCreate(SQLiteDatabase) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDb
onCreate(Bundle) - Method in class mil.nga.geopackage.GeoPackageActivity
onUpgrade(SQLiteDatabase, int, int) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDb
open() - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDb
Open database
open(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Open the database

P

pinIcon() - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Pin the icon to the point, lower middle on the point
pointIcon - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Optional point icon in place of a drawn circle
pointPaint - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Point paint
pointRadius - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Point radius
polygonFillPaint - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Polygon fill paint
PolygonHoleMarkers - Class in mil.nga.geopackage.geom.map
Polygon Hole with Markers object
PolygonHoleMarkers(PolygonMarkers) - Constructor for class mil.nga.geopackage.geom.map.PolygonHoleMarkers
Constructor
PolygonMarkers - Class in mil.nga.geopackage.geom.map
Polygon with Markers object
PolygonMarkers(GoogleMapShapeConverter) - Constructor for class mil.nga.geopackage.geom.map.PolygonMarkers
Constructor
polygonPaint - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Polygon paint
PolylineMarkers - Class in mil.nga.geopackage.geom.map
Polyline with Markers object
PolylineMarkers(GoogleMapShapeConverter) - Constructor for class mil.nga.geopackage.geom.map.PolylineMarkers
Constructor
populate(long, String, long, GeometryEnvelope) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Populate a new geometry metadata from an envelope
populateLineString(LineString, List<LatLng>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of LatLng to a LineString
prioritizeQueryLocation(FeatureIndexType...) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Prioritize the query location order.

Q

query() - Method in class mil.nga.geopackage.db.FeatureIndexer
Query for all Geometry Metadata
query(BoundingBox) - Method in class mil.nga.geopackage.db.FeatureIndexer
Query for Geometry Metadata within the bounding box, projected correctly
query(GeometryEnvelope) - Method in class mil.nga.geopackage.db.FeatureIndexer
Query for Geometry Metadata within the Geometry Envelope
query(BoundingBox, Projection) - Method in class mil.nga.geopackage.db.FeatureIndexer
Query for Geometry Metadata within the bounding box in the provided projection
query(String, String) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata
query(long, String) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata
query(String, String, BoundingBox) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata matching the bounding box in the same projection
query(long, String, BoundingBox) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata matching the bounding box in the same projection
query(String, String, GeometryEnvelope) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata matching the envelope
query(long, String, GeometryEnvelope) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Query for all table geometry metadata matching the envelope
query(BoundingBox, Projection) - Method in class mil.nga.geopackage.extension.index.FeatureTableIndex
Query for Geometry Index objects within the bounding box in the provided projection
query() - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Query for all feature index results
query(BoundingBox) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Query for feature index results within the bounding box, projected correctly
query(GeometryEnvelope) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Query for feature index results within the Geometry Envelope
query(BoundingBox, Projection) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Query for feature index results within the bounding box in the provided projection
query(String, String[], String, String[], String, String, String) - Method in class mil.nga.geopackage.user.UserConnection
query(String, String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserConnection
query(String, String[], String, String[], String, String, String) - Method in class mil.nga.geopackage.user.UserWrapperConnection
query(String, String[], String, String[], String, String, String, String) - Method in class mil.nga.geopackage.user.UserWrapperConnection
queryByTileGrid(TileGrid, long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Query by tile grid and zoom level
queryFeatures(BoundingBox) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Query for features in the WGS84 projected bounding box
queryFeatures(BoundingBox, Projection) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Query for features in the bounding box
queryForTile(long, long, long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Query for a Tile
queryForTile(long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Query for Tiles at a zoom level
queryForTileDescending(long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Query for Tiles at a zoom level in descending row and column order
queryForTileGrid(long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Query for the bounding
queryForTilesInColumn(long, long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Query for Tiles at a zoom level and column
queryForTilesInRow(long, long) - Method in class mil.nga.geopackage.tiles.user.TileDao
Query for Tiles at a zoom level and row
queryIndexedFeatures(BoundingBox) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Query for feature results in the x, y, and zoom level by querying features in the tile location
queryIndexedFeaturesCount(int, int, int) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Draw a tile bitmap from the x, y, and zoom level by querying features in the tile location

R

rawQuery(String, String[]) - Method in class mil.nga.geopackage.user.UserConnection
rawQuery(String, String[]) - Method in class mil.nga.geopackage.user.UserWrapperConnection
readableSize(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Get a readable version of the database size
remove() - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Removes all objects added to the map
remove() - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Removes all objects added to the map
remove() - Method in class mil.nga.geopackage.geom.map.MultiMarker
Remove from the map
remove() - Method in class mil.nga.geopackage.geom.map.MultiPolygon
Remove from the map
remove() - Method in class mil.nga.geopackage.geom.map.MultiPolygonMarkers
Remove the polygon and points
remove() - Method in class mil.nga.geopackage.geom.map.MultiPolyline
Remove from the map
remove() - Method in class mil.nga.geopackage.geom.map.MultiPolylineMarkers
Remove the polyline and points
remove() - Method in class mil.nga.geopackage.geom.map.PolygonHoleMarkers
Remove from the map
remove() - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
Remove from the map
remove() - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
Remove from the map
rename(GeoPackageMetadata, String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Rename the GeoPackage metadata to the new name
rename(String, String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadataDataSource
Rename the GeoPackage name to the new name
rename(String, String) - Method in interface mil.nga.geopackage.GeoPackageManager
Rename the database to the new name

S

setBitmapCompressionConfig(Bitmap.Config) - Method in class mil.nga.geopackage.tiles.TileGenerator
Set the Bitmap Compress Config
setBoundingBox(BoundingBox, Projection) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlay
Set the bounding box, provided as the indicated projection
setCircleFillPaint(Paint) - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Set the paint object used to draw the filled circle
setCirclePaddingPercentage(float) - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Set the circle padding percentage to pad around the text, value between 0.0 and 1.0
setCirclePaint(Paint) - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Set the paint object used to draw the circle
setCompressFormat(Bitmap.CompressFormat) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the compress format
setCompressFormat(Bitmap.CompressFormat) - Method in class mil.nga.geopackage.tiles.TileGenerator
Set the compress format
setCompressQuality(Integer) - Method in class mil.nga.geopackage.tiles.TileGenerator
Set the compress quality.
setDetailedInfoPrintFeatures(boolean) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Set the detailed info to print feature geometries
setDetailedInfoPrintPoints(boolean) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Set the detailed info to print point geometries
setDrawOverlap(float) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Manually set the width and height draw overlap
setDrawUnindexedTiles(boolean) - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Set the draw unindexed tiles option
setExternalPath(String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Set the external path
setFillPolygon(boolean) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the fill polygon
setGeometry(GeoPackageGeometryData) - Method in class mil.nga.geopackage.features.user.FeatureRow
Set the geometry data
setGeometryType(GeometryType) - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Set the geometry type
setGeoPackageId(long) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set the GeoPackage id
setGeoPackageId(long) - Method in class mil.nga.geopackage.db.metadata.TableMetadata
Set the GeoPackage id
setGoogleTiles(boolean) - Method in class mil.nga.geopackage.tiles.TileGenerator
Set the Google Tiles flag to true to generate Google tile format tiles.
setHeightDrawOverlap(float) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Manually set the height draw overlap
setHoles(List<PolygonHoleMarkers>) - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
 
setId(long) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set the id
setId(long) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Set the id
setImportHeaderValidation(boolean) - Method in interface mil.nga.geopackage.GeoPackageManager
Set the import database header validation setting.
setImportIntegrityValidation(boolean) - Method in interface mil.nga.geopackage.GeoPackageManager
Set the import database integrity validation setting.
setIndexLocation(FeatureIndexType) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Set the index location
setIndexManager(FeatureIndexManager) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the index
setLastIndexed(Long) - Method in class mil.nga.geopackage.db.metadata.TableMetadata
Set the last indexed date
setLatLngs(List<LatLng>) - Method in class mil.nga.geopackage.geom.map.MultiLatLng
 
setLinePaint(Paint) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the line paint
setMarkerOptions(MarkerOptions) - Method in class mil.nga.geopackage.geom.map.MultiLatLng
 
setMarkers(List<Marker>) - Method in class mil.nga.geopackage.geom.map.MultiMarker
 
setMarkers(List<Marker>) - Method in class mil.nga.geopackage.geom.map.PolygonHoleMarkers
 
setMarkers(List<Marker>) - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
 
setMarkers(List<Marker>) - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
 
setMaxFeatureDetailedInfo(int) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Set the max features in a query to print detailed results about
setMaxFeaturesPerTile(Integer) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the max features per tile.
setMaxFeaturesTileDraw(CustomFeaturesTile) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the max features tile draw, used to draw tiles when more features for a single tile than the max at #getMaxFeaturesPerTile exist
setMaxM(Double) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set max M
setMaxPointDetailedInfo(int) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Set the max points in a query to print detailed results about
setMaxX(double) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
 
setMaxY(double) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set max Y
setMaxZ(Double) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set max Z
setMaxZoom(Integer) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlay
Set the max zoom
setMinM(Double) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set min M
setMinX(double) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set min X
setMinY(double) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set min Y
setMinZ(Double) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set min Z
setMinZoom(Integer) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlay
Set the min zoom
setName(String) - Method in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Set the name
setName(String) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Set the name used in text
setOpenHeaderValidation(boolean) - Method in interface mil.nga.geopackage.GeoPackageManager
Set the open database header validation setting.
setOpenIntegrityValidation(boolean) - Method in interface mil.nga.geopackage.GeoPackageManager
Set the open database integrity validation setting.
setOptions(PolygonOptions) - Method in class mil.nga.geopackage.geom.map.MultiPolygonOptions
 
setOptions(PolylineOptions) - Method in class mil.nga.geopackage.geom.map.MultiPolylineOptions
 
setPointIcon(FeatureTilePointIcon) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the point icon
setPointPaint(Paint) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the point paint
setPointRadius(float) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the point radius
setPolygon(Polygon) - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
 
setPolygonFillPaint(Paint) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the polygon fill paint
setPolygonMarkers(List<PolygonMarkers>) - Method in class mil.nga.geopackage.geom.map.MultiPolygonMarkers
 
setPolygonOptions(List<PolygonOptions>) - Method in class mil.nga.geopackage.geom.map.MultiPolygonOptions
 
setPolygonPaint(Paint) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the polygon paint
setPolygons(List<Polygon>) - Method in class mil.nga.geopackage.geom.map.MultiPolygon
 
setPolyline(Polyline) - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
 
setPolylineMarkers(List<PolylineMarkers>) - Method in class mil.nga.geopackage.geom.map.MultiPolylineMarkers
 
setPolylineOptions(List<PolylineOptions>) - Method in class mil.nga.geopackage.geom.map.MultiPolylineOptions
 
setPolylines(List<Polyline>) - Method in class mil.nga.geopackage.geom.map.MultiPolyline
 
setProgress(GeoPackageProgress) - Method in class mil.nga.geopackage.db.FeatureIndexer
Set the progress tracker
setProgress(GeoPackageProgress) - Method in class mil.nga.geopackage.features.index.FeatureIndexManager
Set the GeoPackage Progress
setProgress(GeoPackageProgress) - Method in class mil.nga.geopackage.tiles.TileGenerator
Set the progress tracker
setScreenClickPercentage(float) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Set the screen click percentage, between 0.0 and 1.0
setShape(Object) - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Set the shape
setShape(GoogleMapShape) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
 
setShapeType(GoogleMapShapeType) - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Set the shape type
setTableName(String) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadata
Set the table name
setTableName(String) - Method in class mil.nga.geopackage.db.metadata.TableMetadata
Set the table name
setTextPaint(Paint) - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Set the paint object used to draw the text
setTileBorderPaint(Paint) - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Set the tile border paint object used to draw a border around the tile
setTileBoundingBox(BoundingBox) - Method in class mil.nga.geopackage.tiles.TileGenerator
Set the tile bounding box
setTileColumn(long) - Method in class mil.nga.geopackage.tiles.user.TileRow
Set the tile column
setTileData(byte[]) - Method in class mil.nga.geopackage.tiles.user.TileRow
Set the tile data
setTileData(Bitmap, Bitmap.CompressFormat) - Method in class mil.nga.geopackage.tiles.user.TileRow
Set the tile data from a full quality bitmap
setTileData(Bitmap, Bitmap.CompressFormat, int) - Method in class mil.nga.geopackage.tiles.user.TileRow
Set the tile data from a bitmap
setTileFillPaint(Paint) - Method in class mil.nga.geopackage.tiles.features.custom.NumberFeaturesTile
Set the tile fill paint object used to color the entire tile
setTileHeight(int) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the tile height
setTileRow(long) - Method in class mil.nga.geopackage.tiles.user.TileRow
Set the tile row
setTileWidth(int) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Set the tile width
setWidthDrawOverlap(float) - Method in class mil.nga.geopackage.tiles.features.FeatureTiles
Manually set the width draw overlap
setXOffset(float) - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Set the x offset
setYOffset(float) - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
Set the y offset
setZoomLevel(long) - Method in class mil.nga.geopackage.tiles.user.TileRow
Set the zoom level
ShapeMarkers - Interface in mil.nga.geopackage.geom.map
Shape markers interface for handling marker changes
ShapeWithChildrenMarkers - Interface in mil.nga.geopackage.geom.map
Shape markers interface for handling marker changes on shapes that have children
size(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Size of the database in bytes

T

TABLE_NAME - Static variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.db.metadata.GeoPackageMetadata
Table name
TABLE_NAME - Static variable in class mil.nga.geopackage.db.metadata.TableMetadata
Table name
TableMetadata - Class in mil.nga.geopackage.db.metadata
Metadata about tables within a GeoPackage
TableMetadata() - Constructor for class mil.nga.geopackage.db.metadata.TableMetadata
 
TableMetadataDataSource - Class in mil.nga.geopackage.db.metadata
Table metadata Data Source
TableMetadataDataSource(GeoPackageMetadataDb) - Constructor for class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Constructor
tableName - Variable in class mil.nga.geopackage.db.metadata.GeometryMetadata
GeoPackage table name
tableName - Variable in class mil.nga.geopackage.db.metadata.TableMetadata
GeoPackage table name
TileBoundingBoxAndroidUtils - Class in mil.nga.geopackage.tiles
Tile Bounding Box utility methods relying on Android libraries
TileBoundingBoxAndroidUtils() - Constructor for class mil.nga.geopackage.tiles.TileBoundingBoxAndroidUtils
 
TileBoundingBoxMapUtils - Class in mil.nga.geopackage.tiles
Tile Bounding Box utility methods relying on Android map libraries
TileBoundingBoxMapUtils() - Constructor for class mil.nga.geopackage.tiles.TileBoundingBoxMapUtils
 
TileConnection - Class in mil.nga.geopackage.tiles.user
GeoPackage Tile Connection
TileConnection(GeoPackageConnection) - Constructor for class mil.nga.geopackage.tiles.user.TileConnection
Constructor
TileCursor - Class in mil.nga.geopackage.tiles.user
Tile Cursor to wrap a database cursor for tile queries
TileCursor(TileTable, Cursor) - Constructor for class mil.nga.geopackage.tiles.user.TileCursor
Constructor
TileDao - Class in mil.nga.geopackage.tiles.user
Tile DAO for reading tile user tables
TileDao(String, GeoPackageConnection, TileConnection, TileMatrixSet, List<TileMatrix>, TileTable) - Constructor for class mil.nga.geopackage.tiles.user.TileDao
Constructor
tileFeatureCount(LatLng, float) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the count of features in the tile at the lat lng coordinate and zoom level
tileFeatureCount(LatLng, int) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the count of features in the tile at the lat lng coordinate and zoom level
tileFeatureCount(Point, float) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the count of features in the tile at the point coordinate and zoom level
tileFeatureCount(Point, int) - Method in class mil.nga.geopackage.tiles.overlay.FeatureOverlayQuery
Get the count of features in the tile at the point coordinate and zoom level
TileGenerator - Class in mil.nga.geopackage.tiles
Creates a set of tiles within a GeoPackage
TileGenerator(Context, GeoPackage, String, int, int) - Constructor for class mil.nga.geopackage.tiles.TileGenerator
Constructor
tileHeight - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Tile height
TileRetriever - Interface in mil.nga.geopackage.tiles.retriever
Interface defining the get tile retrieval method
TileRow - Class in mil.nga.geopackage.tiles.user
Tile Row containing the values from a single cursor row
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
tileWidth - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Tile height
TileWrapperConnection - Class in mil.nga.geopackage.tiles.user
GeoPackage Tile Cursor Wrapper Connection
TileWrapperConnection(GeoPackageConnection) - Constructor for class mil.nga.geopackage.tiles.user.TileWrapperConnection
Constructor
toBitmap(byte[]) - Static method in class mil.nga.geopackage.io.BitmapConverter
Decode the bytes to a bitmap
toBitmap(byte[], BitmapFactory.Options) - Static method in class mil.nga.geopackage.io.BitmapConverter
Decode the bytes to a bitmap, with options
toBytes(Bitmap, Bitmap.CompressFormat) - Static method in class mil.nga.geopackage.io.BitmapConverter
Compress the bitmap to a byte array at full quality
toBytes(Bitmap, Bitmap.CompressFormat, int) - Static method in class mil.nga.geopackage.io.BitmapConverter
Compress the bitmap to a byte array
toCircularString(List<LatLng>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of LatLng to a CircularString
toCircularString(List<LatLng>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of LatLng to a CircularString
toCompoundCurve(List<Polyline>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polyline to a CompoundCurve
toCompoundCurve(List<Polyline>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polyline to a CompoundCurve
toCompoundCurveFromList(List<List<LatLng>>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of List to a CompoundCurve
toCompoundCurveFromList(List<List<LatLng>>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of List to a CompoundCurve
toCompoundCurveFromOptions(MultiPolylineOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toCompoundCurveFromOptions(MultiPolylineOptions, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toCompoundCurveWithOptions(MultiPolylineOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toCompoundCurveWithOptions(MultiPolylineOptions, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toContentValues() - Method in class mil.nga.geopackage.user.UserRow
Convert the row to content values
toGeometry(GoogleMapShape) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a GoogleMapShape to a Geometry
toLatLng(Point) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Point to a LatLng
toLatLngs(MultiPoint) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a MultiPoint to a MultiLatLng
toLineString(Polyline) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Polyline to a LineString
toLineString(Polyline, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Polyline to a LineString
toLineString(PolylineOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toLineString(PolylineOptions, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toLineString(List<LatLng>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of LatLng to a LineString
toLineString(List<LatLng>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of LatLng to a LineString
toMultiLineString(List<Polyline>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polyline to a MultiLineString
toMultiLineString(List<Polyline>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polyline to a MultiLineString
toMultiLineStringFromList(List<List<LatLng>>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of List to a MultiLineString
toMultiLineStringFromList(List<List<LatLng>>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of List to a MultiLineString
toMultiLineStringFromOptions(MultiPolylineOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toMultiLineStringFromOptions(MultiPolylineOptions, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toMultiPoint(MultiLatLng) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a MultiLatLng to a MultiPoint
toMultiPoint(MultiLatLng, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a MultiLatLng to a MultiPoint
toMultiPoint(List<LatLng>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a MultiLatLng to a MultiPoint
toMultiPoint(List<LatLng>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a MultiLatLng to a MultiPoint
toMultiPolygon(List<Polygon>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polygon to a MultiPolygon
toMultiPolygon(List<Polygon>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polygon to a MultiPolygon
toMultiPolygonFromOptions(MultiPolygonOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toMultiPolygonFromOptions(MultiPolygonOptions, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of PolygonOptions to a MultiPolygon
toPoint(LatLng) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a LatLng to a Point
toPoint(LatLng, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a LatLng to a Point
toPolygon(Polygon) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Polygon to a PolygonOptions
toPolygon(Polygon) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Polygon to a Polygon
toPolygon(Polygon, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Polygon to a Polygon
toPolygon(PolygonOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Polygon to a Polygon
toPolygon(PolygonOptions, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Polygon to a Polygon
toPolygon(List<LatLng>, List<List<LatLng>>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of LatLng and list of hole list LatLng to a Polygon
toPolygon(List<LatLng>, List<List<LatLng>>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of LatLng and list of hole list LatLng to a Polygon
toPolygons(MultiPolygon) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toPolygons(PolyhedralSurface) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toPolyhedralSurface(List<Polygon>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polygon to a PolyhedralSurface
toPolyhedralSurface(List<Polygon>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a list of Polygon to a PolyhedralSurface
toPolyhedralSurfaceWithOptions(MultiPolygonOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toPolyhedralSurfaceWithOptions(MultiPolygonOptions, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toPolyline(LineString) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toPolylines(MultiLineString) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toPolylines(CompoundCurve) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
toProjection(Point) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Transform a WGS84 point to the projection
toShape(Geometry) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a Geometry to a Map shape
toShapes(GeometryCollection<Geometry>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Convert a GeometryCollection to a list of Map shapes
toWgs84(Point) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
Transform a projection point to WGS84

U

update(GeometryMetadata) - Method in class mil.nga.geopackage.db.metadata.GeometryMetadataDataSource
Update the geometry metadata
update() - Method in class mil.nga.geopackage.geom.map.GoogleMapShape
Updates all objects that could have changed from moved markers
update() - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
Updates all objects that could have changed from moved markers
update() - Method in class mil.nga.geopackage.geom.map.MultiPolygonMarkers
Update based upon marker changes
update() - Method in class mil.nga.geopackage.geom.map.MultiPolylineMarkers
Update based upon marker changes
update() - Method in class mil.nga.geopackage.geom.map.PolygonMarkers
Update based upon marker changes
update() - Method in class mil.nga.geopackage.geom.map.PolylineMarkers
Update based upon marker changes
update(TRow) - Method in class mil.nga.geopackage.user.UserDao
update(ContentValues, String, String[]) - Method in class mil.nga.geopackage.user.UserDao
Update all rows matching the where clause with the provided values
updateLastIndexed(TableMetadata, long) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Update the last indexed time
updateLastIndexed(String, String, long) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Update the last indexed time
updateLastIndexed(long, String, long) - Method in class mil.nga.geopackage.db.metadata.TableMetadataDataSource
Update the last indexed time
UrlTileGenerator - Class in mil.nga.geopackage.tiles
Creates a set of tiles within a GeoPackage by downloading the tiles from a URL
UrlTileGenerator(Context, GeoPackage, String, String, int, int) - Constructor for class mil.nga.geopackage.tiles.UrlTileGenerator
Constructor
UserConnection<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TResult extends UserCursor<TColumn,TTable,TRow>> - Class in mil.nga.geopackage.user
GeoPackage Connection used to define common functionality within different connection types
UserConnection(GeoPackageConnection) - Constructor for class mil.nga.geopackage.user.UserConnection
Constructor
UserCursor<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>> - Class in mil.nga.geopackage.user
Abstract User Cursor
UserCursor(TTable, Cursor) - Constructor for class mil.nga.geopackage.user.UserCursor
Constructor
UserDao<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TResult extends UserCursor<TColumn,TTable,TRow>> - Class in mil.nga.geopackage.user
Abstract User DAO for reading user tables
UserDao(String, GeoPackageConnection, UserConnection<TColumn, TTable, TRow, TResult>, TTable) - Constructor for class mil.nga.geopackage.user.UserDao
Constructor
UserRow<TColumn extends UserColumn,TTable extends UserTable<TColumn>> - Class in mil.nga.geopackage.user
User Row containing the values from a single cursor row
UserRow(TTable, int[], Object[]) - Constructor for class mil.nga.geopackage.user.UserRow
Constructor
UserRow(TTable) - Constructor for class mil.nga.geopackage.user.UserRow
Constructor to create an empty row
UserTableReader<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TResult extends UserCursor<TColumn,TTable,TRow>> - 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
UserWrapperConnection<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserRow<TColumn,TTable>,TResult extends UserCursor<TColumn,TTable,TRow>> - Class in mil.nga.geopackage.user
GeoPackage Connection used to define common functionality within different connection types.
UserWrapperConnection(GeoPackageConnection) - Constructor for class mil.nga.geopackage.user.UserWrapperConnection
Constructor

V

validate(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Validate the database header and integrity.
validateHeader(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Validate the database header.
validateIntegrity(String) - Method in interface mil.nga.geopackage.GeoPackageManager
Validate the database integrity.
valueOf(String) - Static method in enum mil.nga.geopackage.features.index.FeatureIndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.geopackage.geom.map.GoogleMapShapeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum mil.nga.geopackage.features.index.FeatureIndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.geopackage.geom.map.GoogleMapShapeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasNull() - Method in class mil.nga.geopackage.user.UserCursor
WEB_MERCATOR_PROJECTION - Static variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Web Mercator Projection
WGS_84_PROJECTION - Static variable in class mil.nga.geopackage.tiles.features.FeatureTiles
WGS84 Projection
width - Variable in class mil.nga.geopackage.tiles.retriever.GeoPackageTile
Tile width
widthOverlap - Variable in class mil.nga.geopackage.tiles.features.FeatureTiles
Width overlapping pixels between tile images
wrapCursor(Cursor) - Method in class mil.nga.geopackage.features.user.FeatureWrapperConnection
Wrap the cursor in a result
wrapCursor(Cursor) - Method in class mil.nga.geopackage.tiles.user.TileWrapperConnection
Wrap the cursor in a result
wrapCursor(Cursor) - Method in class mil.nga.geopackage.user.UserWrapperConnection
Wrap the cursor in a result
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links