- 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
- contains(Marker) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeMarkers
-
Check if contains the marker
- 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
-
- createMultiPolygon(List<Polygon>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
- 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.
- 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
- 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, 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
- 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.
- 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
-
- 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
- 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
- getDb() - Method in class mil.nga.geopackage.db.GeoPackageConnection
-
Get the database connection
- 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() - 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
- 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.TileBoundingBoxAndroidUtils
-
Get the latitude distance in the middle longitude
- getLatitudeDistance(double, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxAndroidUtils
-
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.TileBoundingBoxAndroidUtils
-
Get the longitude distance in the middle latitude
- getLongitudeDistance(double, double) - Static method in class mil.nga.geopackage.tiles.TileBoundingBoxAndroidUtils
-
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
- 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(int, int, int) - Method in class mil.nga.geopackage.tiles.overlay.GoogleAPIGeoPackageOverlay
- 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
- 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
- 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
- getWidth() - Method in class mil.nga.geopackage.tiles.features.FeatureTilePointIcon
-
Get the 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
- 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
FeatureDao#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
- 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, 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, 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.
- 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
- 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
- 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
- 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
- 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, mil.nga.geopackage.projection.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
- 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
- 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
- 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
- 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
- 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
-
- 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
- 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
- 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
-
- 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
-
Convert a PolylineOptions to a LineString
- toLineString(PolylineOptions, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
Convert a PolylineOptions to a LineString
- 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
-
- toMultiPoint(MultiLatLng, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
- toMultiPoint(List<LatLng>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
- toMultiPoint(List<LatLng>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
- toMultiPolygon(List<com.google.android.gms.maps.model.Polygon>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
Convert a list of
com.google.android.gms.maps.model.Polygon to a
MultiPolygon
- toMultiPolygon(List<com.google.android.gms.maps.model.Polygon>, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
Convert a list of
com.google.android.gms.maps.model.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
-
- 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(com.google.android.gms.maps.model.Polygon) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
Convert a com.google.android.gms.maps.model.Polygon to a
Polygon
- toPolygon(com.google.android.gms.maps.model.Polygon, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
Convert a com.google.android.gms.maps.model.Polygon to a
Polygon
- toPolygon(PolygonOptions) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
Convert a com.google.android.gms.maps.model.Polygon to a
Polygon
- toPolygon(PolygonOptions, boolean, boolean) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
Convert a com.google.android.gms.maps.model.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<com.google.android.gms.maps.model.Polygon>) - Method in class mil.nga.geopackage.geom.map.GoogleMapShapeConverter
-
Convert a list of Polygon to a PolyhedralSurface
- toPolyhedralSurface(List<com.google.android.gms.maps.model.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
-
Convert a LineString to a PolylineOptions
- 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(<any>) - 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