| Package | Description |
|---|---|
| mil.nga.geopackage.extension.elevation | |
| mil.nga.geopackage.projection | |
| mil.nga.geopackage.tiles | |
| mil.nga.geopackage.user |
| Modifier and Type | Field and Description |
|---|---|
protected Projection |
ElevationTilesCore.elevationProjection
Projection of the elevations
|
protected Projection |
ElevationTilesCore.requestProjection
Projection of the requests
|
| Modifier and Type | Method and Description |
|---|---|
Projection |
ElevationTilesCore.getElevationProjection()
Get the elevation projection
|
Projection |
ElevationTilesCore.getRequestProjection()
Get the request projection
|
| Constructor and Description |
|---|
ElevationTilesCore(GeoPackageCore geoPackage,
TileMatrixSet tileMatrixSet,
Integer width,
Integer height,
Projection requestProjection)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Projection |
ProjectionTransform.getFromProjection()
Get the from projection in the transform
|
static Projection |
ProjectionFactory.getProjection(long epsg)
Get the projection for the EPSG code
|
static Projection |
ProjectionFactory.getProjection(SpatialReferenceSystem srs)
Get the projection for the Spatial Reference System
|
Projection |
AuthorityProjections.getProjection(String code)
Get the projection for the code
|
static Projection |
ProjectionFactory.getProjection(String authority,
long code)
Get the projection for authority and code
|
static Projection |
ProjectionFactory.getProjection(String authority,
long code,
String paramStr)
Get the projection for authority, code, and parameter string
|
static Projection |
ProjectionFactory.getProjection(String authority,
long code,
String[] params)
Get the projection for authority, code, and parameters
|
static Projection |
ProjectionFactory.getProjection(String authority,
long code,
String[] params,
String definition)
Get the projection for the authority, code, definition, and custom
parameter array
|
static Projection |
ProjectionFactory.getProjection(String authority,
String code)
Get the projection for authority and code
|
static Projection |
ProjectionFactory.getProjection(String authority,
String code,
String paramStr)
Get the projection for authority, code, and parameter string
|
static Projection |
ProjectionFactory.getProjection(String authority,
String code,
String[] params)
Get the projection for authority, code, and parameters
|
static Projection |
ProjectionFactory.getProjection(String authority,
String code,
String[] params,
String definition)
Get the projection for the authority, code, definition, and custom
parameter array
|
Projection |
ProjectionTransform.getToProjection()
Get the to projection in the transform
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityProjections.addProjection(Projection projection)
Add the projection to the authority
|
ProjectionTransform |
Projection.getTransformation(Projection projection)
Get the transformation from this Projection to the provided projection.
|
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox |
TileBoundingBoxUtils.getProjectedBoundingBox(Projection projection,
long x,
long y,
int zoom)
Get the Projected tile bounding box from the Google Maps API tile
coordinates and zoom level
|
static BoundingBox |
TileBoundingBoxUtils.getProjectedBoundingBox(Projection projection,
TileGrid tileGrid,
int zoom)
Get the Projected tile bounding box from the Google Maps API tile grid
and zoom level
|
static TileGrid |
TileBoundingBoxUtils.getTileGrid(Point point,
int zoom,
Projection projection)
Get the tile grid for the location specified as the projection
|
| Modifier and Type | Field and Description |
|---|---|
protected Projection |
UserCoreDao.projection
Projection
|
| Modifier and Type | Method and Description |
|---|---|
Projection |
UserCoreDao.getProjection()
Get the projection
|
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.