| Package | Description |
|---|---|
| mil.nga.geopackage.projection | |
| mil.nga.geopackage.tiles | |
| mil.nga.geopackage.user |
| 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
|
Projection |
ProjectionTransform.getToProjection()
Get the to projection in the transform
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2016 National Geospatial-Intelligence Agency. All rights reserved.