- add(Marker, ShapeMarkers) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Add the marker to the shape
- add(ShapeMarkers) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Add all markers in the shape
- add(Marker) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Add a marker with no shape
- add(List<Marker>) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Add a list of markers with no shape
- add(LatLng) - Method in class mil.nga.geopackage.map.geom.MultiLatLng
-
Add a LatLng
- add(Marker) - Method in class mil.nga.geopackage.map.geom.MultiMarker
-
Add a Marker
- add(Polygon) - Method in class mil.nga.geopackage.map.geom.MultiPolygon
-
Add a polygon
- add(PolygonMarkers) - Method in class mil.nga.geopackage.map.geom.MultiPolygonMarkers
-
Add a Polygon Marker
- add(PolygonOptions) - Method in class mil.nga.geopackage.map.geom.MultiPolygonOptions
-
Add a polygon option
- add(Polyline) - Method in class mil.nga.geopackage.map.geom.MultiPolyline
-
Add a polyline
- add(PolylineMarkers) - Method in class mil.nga.geopackage.map.geom.MultiPolylineMarkers
-
Add a polyline marker
- add(PolylineOptions) - Method in class mil.nga.geopackage.map.geom.MultiPolylineOptions
-
Add a polyline option
- add(Marker) - Method in class mil.nga.geopackage.map.geom.PolygonHoleMarkers
-
Add a marker
- add(Marker) - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Add a marker
- add(Marker) - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Add a marker
- addHole(PolygonHoleMarkers) - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Add a polygon hole
- addLatLngsToMap(GoogleMap, MultiLatLng) - Static method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a list of LatLngs to the map
- addLatLngToMap(GoogleMap, LatLng) - Static method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a LatLng to the map
- addLatLngToMap(GoogleMap, LatLng, MarkerOptions) - Static method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a LatLng to the map
- addMapShape(GoogleMapShape, long, String, String) - Method in class mil.nga.geopackage.map.geom.FeatureShapes
-
Add a map shape with the feature id, database, and table
- addMarkerAsPolygon(Marker, List<Marker>) - Static method in class mil.nga.geopackage.map.geom.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.map.geom.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.map.geom.GoogleMapShapeConverter
-
Add MarkerOptions to the map
- addMultiPolygonToMapAsMarkers(GoogleMapShapeMarkers, GoogleMap, MultiPolygonOptions, MarkerOptions, MarkerOptions, PolygonOptions) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a MultiPolygonOptions to the map as markers
- addMultiPolylineToMapAsMarkers(GoogleMapShapeMarkers, GoogleMap, MultiPolylineOptions, MarkerOptions, PolylineOptions) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a MultiPolylineOptions to the map as markers
- addNew(Marker) - Method in class mil.nga.geopackage.map.geom.MultiMarker
-
Add the marker
- addNew(Marker) - Method in class mil.nga.geopackage.map.geom.PolygonHoleMarkers
-
Add the marker
- addNew(Marker) - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Add the marker
- addNew(Marker) - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Add the marker
- addNew(Marker) - Method in interface mil.nga.geopackage.map.geom.ShapeMarkers
-
Add the marker
- addPointsToMapAsMarkers(GoogleMap, List<LatLng>, MarkerOptions, boolean) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add the list of points as markers
- addPolygonsToMap(GoogleMap, MultiPolygonOptions) - Static method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a list of Polygons to the map
- addPolygonToMap(GoogleMap, PolygonOptions) - Static method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a Polygon to the map
- addPolygonToMapAsMarkers(GoogleMapShapeMarkers, GoogleMap, PolygonOptions, MarkerOptions, MarkerOptions, PolygonOptions) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a Polygon to the map as markers
- addPolylinesToMap(GoogleMap, MultiPolylineOptions) - Static method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a list of Polylines to the map
- addPolylineToMap(GoogleMap, PolylineOptions) - Static method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a Polyline to the map
- addPolylineToMapAsMarkers(GoogleMap, PolylineOptions, MarkerOptions, PolylineOptions) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a Polyline to the map as markers
- addShapeToMap(GoogleMap, GoogleMapShape) - Static method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a shape to the map
- addShapeToMapAsMarkers(GoogleMap, GoogleMapShape, MarkerOptions, MarkerOptions, MarkerOptions, MarkerOptions, PolylineOptions, PolygonOptions) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Add a shape to the map as markers
- addToMap(GoogleMap, Geometry) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Convert a
Geometry to a Map shape and add it
- addToMap(GoogleMap, GeometryCollection<Geometry>) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
- BoundedOverlay - Class in mil.nga.geopackage.map.tiles.overlay
-
Abstract overlay which provides bounding returned tiles by zoom levels and/or a bounding box
- BoundedOverlay() - Constructor for class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Constructor
- boundingBox() - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Get a bounding box that includes the shape
- buildClickBoundingBox(LatLng, View, GoogleMap, float) - Static method in class mil.nga.geopackage.map.MapUtils
-
Build a bounding box using the click location, map view, map, and screen percentage tolerance.
- buildClickBoundingBox(LatLng, BoundingBox) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Build a bounding box using the location coordinate click location and map view bounds
- buildClickLatLngBoundingBox(LatLng, View, GoogleMap, float) - Static method in class mil.nga.geopackage.map.MapUtils
-
Build a lat lng bounding box using the click location, map view, map, and screen percentage tolerance.
- buildClickLatLngBounds(LatLng, View, GoogleMap, float) - Static method in class mil.nga.geopackage.map.MapUtils
-
Build a lat lng bounds using the click location, map view, map, and screen percentage tolerance.
- buildMapClickMessage(LatLng, View, GoogleMap) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Perform a query based upon the map click location and build a info message
- buildMapClickMessage(LatLng, View, GoogleMap, Projection) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Perform a query based upon the map click location and build a info message
- buildMapClickMessageWithMapBounds(LatLng, double, BoundingBox, double) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Perform a query based upon the map click location and build a info message
- buildMapClickMessageWithMapBounds(LatLng, double, BoundingBox, double, Projection) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Perform a query based upon the map click location and build a info message
- buildMapClickTableData(LatLng, View, GoogleMap) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Perform a query based upon the map click location and build feature table data
- buildMapClickTableData(LatLng, View, GoogleMap, Projection) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Perform a query based upon the map click location and build feature table data
- buildMapClickTableDataWithMapBounds(LatLng, double, BoundingBox, double) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Perform a query based upon the map click location and build feature table data
- buildMapClickTableDataWithMapBounds(LatLng, double, BoundingBox, double, Projection) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Perform a query based upon the map click location and build feature table data
- buildMaxFeaturesInfoMessage(long) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Get a max features information message
- buildResultsInfoMessage(FeatureIndexResults, double) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message
- buildResultsInfoMessage(FeatureIndexResults, double, Projection) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message
- buildResultsInfoMessage(FeatureIndexResults, double, LatLng) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message
- buildResultsInfoMessage(FeatureIndexResults, double, LatLng, Projection) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message
- buildResultsInfoMessageAndClose(FeatureIndexResults) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message and close the results
- buildResultsInfoMessageAndClose(FeatureIndexResults, Projection) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message and close the results
- buildResultsInfoMessageAndClose(FeatureIndexResults, double, LatLng) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message and close the results
- buildResultsInfoMessageAndClose(FeatureIndexResults, double, LatLng, Projection) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message and close the results
- buildTableDataAndClose(FeatureIndexResults, double, LatLng) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message
- buildTableDataAndClose(FeatureIndexResults, double, LatLng, Projection) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Build a feature results information message
- GeoPackageMapActivity - Class in mil.nga.geopackage.map
-
GeoPackage Map Activity
- GeoPackageMapActivity() - Constructor for class mil.nga.geopackage.map.GeoPackageMapActivity
-
- GeoPackageOverlay - Class in mil.nga.geopackage.map.tiles.overlay
-
GeoPackage Map Overlay Tile Provider
- GeoPackageOverlay(TileDao) - Constructor for class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlay
-
Constructor using GeoPackage tile sizes
- GeoPackageOverlay(TileDao, int, int) - Constructor for class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlay
-
Constructor with specified tile size
- GeoPackageOverlay(TileDao, TileScaling) - Constructor for class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlay
-
Constructor with tile scaling options
- GeoPackageOverlay(TileDao, int, int, TileScaling) - Constructor for class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlay
-
Constructor with specified tile size and tile scaling options
- GeoPackageOverlayFactory - Class in mil.nga.geopackage.map.tiles.overlay
-
Get a tile provider for the Tile DAO
- GeoPackageOverlayFactory() - Constructor for class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlayFactory
-
- getBoundedOverlay() - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Get the bounded overlay
- getBoundedOverlay(TileDao) - Static method in class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlayFactory
-
Get a Bounded Overlay Tile Provider for the Tile DAO
- getBoundedOverlay(TileDao, TileScaling) - Static method in class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlayFactory
-
Get a Bounded Overlay Tile Provider for the Tile DAO with the tile creator options
- getBoundingBox(GoogleMap) - Static method in class mil.nga.geopackage.map.MapUtils
-
Get the WGS84 bounding box of the current map view screen.
- getBoundingBox(Projection) - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Get the bounding box as the provided projection
- getCurrentZoom(GoogleMap) - Static method in class mil.nga.geopackage.map.MapUtils
-
Get the current zoom level of the map
- getDatabases() - Method in class mil.nga.geopackage.map.geom.FeatureShapes
-
Get the mapping between databases and tables
- getDatabasesCount() - Method in class mil.nga.geopackage.map.geom.FeatureShapes
-
Get the databases count
- getDownCoordinate() - Method in class mil.nga.geopackage.map.LatLngBoundingBox
-
Get the down coordinate
- getExteriorOrientation() - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Get exterior orientation for conversions.
- getFeatureIds(String, String) - Method in class mil.nga.geopackage.map.geom.FeatureShapes
-
Get the mapping between feature ids and map shapes for the database and table
- getFeatureIdsCount(String, String) - Method in class mil.nga.geopackage.map.geom.FeatureShapes
-
Get the feature ids count for the database and table
- getFeatureInfoBuilder() - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Get the feature info builder
- getFeatureTiles() - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlay
-
Get the feature tiles
- getFeatureTiles() - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Get the feature tiles
- getGeometryType() - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Get the geometry type
- getHoleOrientation() - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Get polygon hole orientation for conversions.
- getHoles() - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Get the polygon holes
- getLatitudeDistance(BoundingBox) - Static method in class mil.nga.geopackage.map.tiles.TileBoundingBoxMapUtils
-
Get the latitude distance
- getLatitudeDistance(double, double) - Static method in class mil.nga.geopackage.map.tiles.TileBoundingBoxMapUtils
-
Get the latitude distance
- getLatLngs() - Method in class mil.nga.geopackage.map.geom.MultiLatLng
-
Get the LatLngs
- getLeftCoordinate() - Method in class mil.nga.geopackage.map.LatLngBoundingBox
-
Get the left coordinate
- getLongitudeDistance(BoundingBox) - Static method in class mil.nga.geopackage.map.tiles.TileBoundingBoxMapUtils
-
Get the longitude distance in the middle latitude
- getLongitudeDistance(double, double) - Static method in class mil.nga.geopackage.map.tiles.TileBoundingBoxMapUtils
-
Get the longitude distance in the middle latitude
- getLongitudeDistance(double, double, double) - Static method in class mil.nga.geopackage.map.tiles.TileBoundingBoxMapUtils
-
Get the longitude distance in the middle latitude
- getMarkerOptions() - Method in class mil.nga.geopackage.map.geom.MultiLatLng
-
Get the marker options
- getMarkers() - Method in class mil.nga.geopackage.map.geom.MultiMarker
-
Get all markers
- getMarkers() - Method in class mil.nga.geopackage.map.geom.PolygonHoleMarkers
-
Get all markers
- getMarkers() - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Get all markers
- getMarkers() - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Get all markers
- getMarkers() - Method in interface mil.nga.geopackage.map.geom.ShapeMarkers
-
Get all markers
- getMaxFeatureDetailedInfo() - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Get the max features in a query to print detailed results about
- getMaxPointDetailedInfo() - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Get the max points in a query to print detailed results about
- getMaxZoom() - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Get the max zoom
- getMinZoom() - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Get the min zoom
- getName() - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Get the name used in text
- getOptions() - Method in class mil.nga.geopackage.map.geom.MultiPolygonOptions
-
Get the global polygon options
- getOptions() - Method in class mil.nga.geopackage.map.geom.MultiPolylineOptions
-
Get the global polyline options
- getOrientation(List<LatLng>) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Determine the closed points orientation
- getPointsFromMarkers(List<Marker>) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Get a list of points as LatLng from a list of Markers
- getPolygon() - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Get the polygon
- getPolygonMarkers() - Method in class mil.nga.geopackage.map.geom.MultiPolygonMarkers
-
Get the polygon markers
- getPolygonOptions() - Method in class mil.nga.geopackage.map.geom.MultiPolygonOptions
-
Get the polygon options
- getPolygons() - Method in class mil.nga.geopackage.map.geom.MultiPolygon
-
Get the polygons
- getPolyline() - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Get the polyline
- getPolylineMarkers() - Method in class mil.nga.geopackage.map.geom.MultiPolylineMarkers
-
Get the polyline markers
- getPolylineOptions() - Method in class mil.nga.geopackage.map.geom.MultiPolylineOptions
-
Get the polyline options
- getPolylines() - Method in class mil.nga.geopackage.map.geom.MultiPolyline
-
Get the polylines
- getProjection() - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Get the projection
- getRightCoordinate() - Method in class mil.nga.geopackage.map.LatLngBoundingBox
-
Get the right coordinate
- getScreenClickPercentage() - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Get the screen click percentage, between 0.0 and 1.0
- getShape() - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Get the shape
- getShape() - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Get the map shape
- getShapeMarkers(Marker) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Get the shape markers for a marker, only returns a value of shapes that
can be edited
- getShapeMarkersMap() - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Get the shape markers map
- getShapes(String, String, long) - Method in class mil.nga.geopackage.map.geom.FeatureShapes
-
Get the map shapes for the database, table, and feature id
- getShapesCount(String, String, long) - Method in class mil.nga.geopackage.map.geom.FeatureShapes
-
Get the map shapes count for the database, table, and feature id
- getShapeType() - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Get the shape type
- getSimplifyTolerance() - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Get the simplify tolerance in meters to simplify lines and polygons to similar curves with fewer points
- getTables(String) - Method in class mil.nga.geopackage.map.geom.FeatureShapes
-
Get the mapping between tables and feature ids for the database
- getTablesCount(String) - Method in class mil.nga.geopackage.map.geom.FeatureShapes
-
Get the tables count for the database
- getTile(int, int, int) - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
- getTile(GeoPackageTile) - Static method in class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlayFactory
-
Get a map tile from the GeoPackage tile
- getTileProvider(TileDao) - Static method in class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlayFactory
-
Get a Tile Provider for the Tile DAO
- getTileProvider(TileDao, TileScaling) - Static method in class mil.nga.geopackage.map.tiles.overlay.GeoPackageOverlayFactory
-
Get a Tile Provider for the Tile DAO with the tile creator options
- getToleranceDistance(View, GoogleMap) - Static method in class mil.nga.geopackage.map.MapUtils
-
Get the tolerance distance meters in the current region of the map
- getToleranceDistance(LatLng, View, GoogleMap, float) - Static method in class mil.nga.geopackage.map.MapUtils
-
Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.
- getUpCoordinate() - Method in class mil.nga.geopackage.map.LatLngBoundingBox
-
Get the up coordinate
- getWebMercatorBoundingBox() - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Get the web mercator bounding box
- GoogleAPIGeoPackageOverlay - Class in mil.nga.geopackage.map.tiles.overlay
-
GeoPackage Map Overlay Tile Provider, assumes the Google Maps API zoom level
and grid
- GoogleAPIGeoPackageOverlay(TileDao) - Constructor for class mil.nga.geopackage.map.tiles.overlay.GoogleAPIGeoPackageOverlay
-
Constructor
- GoogleMapShape - Class in mil.nga.geopackage.map.geom
-
Google Map Shape
- GoogleMapShape(GeometryType, GoogleMapShapeType, Object) - Constructor for class mil.nga.geopackage.map.geom.GoogleMapShape
-
Constructor
- GoogleMapShapeConverter - Class in mil.nga.geopackage.map.geom
-
Provides conversions methods between geometry object and Google Maps Android
API v2 Shapes
- GoogleMapShapeConverter() - Constructor for class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Constructor
- GoogleMapShapeConverter(Projection) - Constructor for class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Constructor with specified projection, see
FeatureDao#getProjection
- GoogleMapShapeMarkers - Class in mil.nga.geopackage.map.geom
-
Google Map Shape with markers
- GoogleMapShapeMarkers() - Constructor for class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
- GoogleMapShapeType - Enum in mil.nga.geopackage.map.geom
-
Enumeration of Map shape types for handling geometry hierarchies
- ignoreGeometryType(GeometryType) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Ignore the provided geometry type
- ignoreTileDao(TileDao) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlay
-
Ignore drawing tiles if they exist in the tile table represented by the tile dao
- ignoreTileDaos(List<TileDao>) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlay
-
Ignore drawing tiles if they exist in the tile tables represented by the tile daos
- isDeleted() - Method in class mil.nga.geopackage.map.geom.MultiPolygonMarkers
-
Is it deleted
- isDeleted() - Method in class mil.nga.geopackage.map.geom.MultiPolylineMarkers
-
Is it deleted
- isDeleted() - Method in class mil.nga.geopackage.map.geom.PolygonHoleMarkers
-
Is it deleted
- isDeleted() - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Is it deleted
- isDeleted() - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Is it deleted
- isDetailedInfoPrintFeatures() - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Is the detailed info going to print feature geometries
- isDetailedInfoPrintPoints() - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Is the detailed info going to print point geometries
- isEmpty() - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Check if the shape markers is empty
- isGeodesic() - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Is geodesic checking enabled
- isIndexed() - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Check if the features are indexed
- isMoreThanMaxFeatures(long) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Determine if the provided count of features in the tile is more than the configured max features per tile
- isOnAtCurrentZoom(GoogleMap, LatLng) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Determine if the the feature overlay is on for the current zoom level of the map at the location
- isOnAtCurrentZoom(double, LatLng) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Determine if the feature overlay is on for the provided zoom level at the location
- isPointNearMarker(LatLng, MarkerOptions, double) - Static method in class mil.nga.geopackage.map.MapUtils
-
Is the point near the shape marker
- isPointNearMultiLatLng(LatLng, MultiLatLng, double) - Static method in class mil.nga.geopackage.map.MapUtils
-
Is the point near any points in the multi lat lng
- isPointNearPoint(LatLng, LatLng, double) - Static method in class mil.nga.geopackage.map.MapUtils
-
Is the point near the shape point
- isPointOnMultiPolygon(LatLng, MultiPolygonOptions, boolean, double) - Static method in class mil.nga.geopackage.map.MapUtils
-
Is the point on the multi polygon
- isPointOnMultiPolyline(LatLng, MultiPolylineOptions, boolean, double) - Static method in class mil.nga.geopackage.map.MapUtils
-
Is the point on the multi polyline
- isPointOnPolygon(LatLng, PolygonOptions, boolean, double) - Static method in class mil.nga.geopackage.map.MapUtils
-
Is the point of the polygon
- isPointOnPolyline(LatLng, PolylineOptions, boolean, double) - Static method in class mil.nga.geopackage.map.MapUtils
-
Is the point on the polyline
- isPointOnShape(LatLng, GoogleMapShape, boolean, double) - Static method in class mil.nga.geopackage.map.MapUtils
-
Is the point on or near the shape
- isValid() - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Determines if the shape is in a valid state
- isValid() - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Determines if the shape is in a valid state
- isValid() - Method in class mil.nga.geopackage.map.geom.MultiPolygonMarkers
-
Is it valid
- isValid() - Method in class mil.nga.geopackage.map.geom.MultiPolylineMarkers
-
Is it valid
- isValid() - Method in class mil.nga.geopackage.map.geom.PolygonHoleMarkers
-
Is it valid
- isValid() - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Is it valid
- isValid() - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Is it valid
- isWithinBoundingBox(int, int, int) - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Check if the tile request is within the desired tile bounds
- isWithinBounds(int, int, int) - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Is the tile within the zoom and bounding box bounds
- isWithinZoom(float) - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Check if the zoom is within the overlay zoom range
- setBoundingBox(BoundingBox, Projection) - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Set the bounding box, provided as the indicated projection
- setDetailedInfoPrintFeatures(boolean) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Set the detailed info to print feature geometries
- setDetailedInfoPrintPoints(boolean) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Set the detailed info to print point geometries
- setDownCoordinate(LatLng) - Method in class mil.nga.geopackage.map.LatLngBoundingBox
-
Set the down coordinate
- setExteriorOrientation(PolygonOrientation) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Set the exterior orientation for conversions, set to null to maintain orientation
- setGeodesic(boolean) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Set the geodesic check flag
- setGeometryType(GeometryType) - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Set the geometry type
- setHoleOrientation(PolygonOrientation) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Set the polygon hole orientation for conversions, set to null to maintain orientation
- setHoles(List<PolygonHoleMarkers>) - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Set the polygon holes
- setLatLngs(List<LatLng>) - Method in class mil.nga.geopackage.map.geom.MultiLatLng
-
Set the LatLngs
- setLeftCoordinate(LatLng) - Method in class mil.nga.geopackage.map.LatLngBoundingBox
-
Set the left coordinate
- setMarkerOptions(MarkerOptions) - Method in class mil.nga.geopackage.map.geom.MultiLatLng
-
Set the marker options
- setMarkers(List<Marker>) - Method in class mil.nga.geopackage.map.geom.MultiMarker
-
Set the Markers
- setMarkers(List<Marker>) - Method in class mil.nga.geopackage.map.geom.PolygonHoleMarkers
-
Set the markers
- setMarkers(List<Marker>) - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Set the markers
- setMarkers(List<Marker>) - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Set the markers
- setMaxFeatureDetailedInfo(int) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Set the max features in a query to print detailed results about
- setMaxPointDetailedInfo(int) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Set the max points in a query to print detailed results about
- setMaxZoom(Integer) - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Set the max zoom
- setMinZoom(Integer) - Method in class mil.nga.geopackage.map.tiles.overlay.BoundedOverlay
-
Set the min zoom
- setName(String) - Method in class mil.nga.geopackage.map.features.FeatureInfoBuilder
-
Set the name used in text
- setOptions(PolygonOptions) - Method in class mil.nga.geopackage.map.geom.MultiPolygonOptions
-
Set the global polygon options
- setOptions(PolylineOptions) - Method in class mil.nga.geopackage.map.geom.MultiPolylineOptions
-
Set the global polyline options
- setPolygon(Polygon) - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Set the polygon
- setPolygonMarkers(List<PolygonMarkers>) - Method in class mil.nga.geopackage.map.geom.MultiPolygonMarkers
-
Set the polygon markers
- setPolygonOptions(List<PolygonOptions>) - Method in class mil.nga.geopackage.map.geom.MultiPolygonOptions
-
Set the polygon options
- setPolygons(List<Polygon>) - Method in class mil.nga.geopackage.map.geom.MultiPolygon
-
Set the polygons
- setPolyline(Polyline) - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Set the polyline
- setPolylineMarkers(List<PolylineMarkers>) - Method in class mil.nga.geopackage.map.geom.MultiPolylineMarkers
-
Set the polyline markers
- setPolylineOptions(List<PolylineOptions>) - Method in class mil.nga.geopackage.map.geom.MultiPolylineOptions
-
Set the polyline options
- setPolylines(List<Polyline>) - Method in class mil.nga.geopackage.map.geom.MultiPolyline
-
Set the polylines
- setRightCoordinate(LatLng) - Method in class mil.nga.geopackage.map.LatLngBoundingBox
-
Set the right coordinate
- setScreenClickPercentage(float) - Method in class mil.nga.geopackage.map.tiles.overlay.FeatureOverlayQuery
-
Set the screen click percentage, between 0.0 and 1.0
- setShape(Object) - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Set the shape
- setShape(GoogleMapShape) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Set the map shape
- setShapeType(GoogleMapShapeType) - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Set the shape type
- setSimplifyTolerance(Double) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeConverter
-
Set the simplify tolerance in meters to simplify lines and polygons to similar curves with fewer points
- setUpCoordinate(LatLng) - Method in class mil.nga.geopackage.map.LatLngBoundingBox
-
Set the up coordinate
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Updates visibility of all objects
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Updates visibility of all objects
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.MultiMarker
-
Updates visibility of all objects
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.MultiPolygon
-
Set visibility on the map
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.MultiPolygonMarkers
-
Set visibility on the map
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.MultiPolyline
-
Set visibility on the map
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.MultiPolylineMarkers
-
Set visibility on the map
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.PolygonHoleMarkers
-
Updates visibility of all objects
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Updates visibility of all objects
- setVisible(boolean) - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Updates visibility of all objects
- setVisible(boolean) - Method in interface mil.nga.geopackage.map.geom.ShapeMarkers
-
Updates visibility of all objects
- setVisibleMarkers(boolean) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Updates visibility of the shape representing markers
- setVisibleMarkers(boolean) - Method in class mil.nga.geopackage.map.geom.MultiMarker
-
Updates visibility of the shape representing markers
- setVisibleMarkers(boolean) - Method in class mil.nga.geopackage.map.geom.PolygonHoleMarkers
-
Updates visibility of the shape representing markers
- setVisibleMarkers(boolean) - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Updates visibility of the shape representing markers
- setVisibleMarkers(boolean) - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Updates visibility of the shape representing markers
- setVisibleMarkers(boolean) - Method in interface mil.nga.geopackage.map.geom.ShapeMarkers
-
Updates visibility of the shape representing markers
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.GoogleMapShape
-
Set the z index
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Set the z index
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.MultiMarker
-
Set the z index
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.MultiPolygon
-
Set the z index
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.MultiPolygonMarkers
-
Set the z index
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.MultiPolyline
-
Set the z index
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.MultiPolylineMarkers
-
Set the z index
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.PolygonHoleMarkers
-
Set the z index
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.PolygonMarkers
-
Set the z index
- setZIndex(float) - Method in class mil.nga.geopackage.map.geom.PolylineMarkers
-
Set the z index
- setZIndex(float) - Method in interface mil.nga.geopackage.map.geom.ShapeMarkers
-
Set the z index
- ShapeMarkers - Interface in mil.nga.geopackage.map.geom
-
Shape markers interface for handling marker changes
- ShapeWithChildrenMarkers - Interface in mil.nga.geopackage.map.geom
-
Shape markers interface for handling marker changes on shapes that have
children
- size() - Method in class mil.nga.geopackage.map.geom.GoogleMapShapeMarkers
-
Get the shape markers size