| Package | Description |
|---|---|
| mil.nga.geopackage.tiles |
| Modifier and Type | Method and Description |
|---|---|
static TileGrid |
TileBoundingBoxUtils.getTileGrid(BoundingBox webMercatorBoundingBox,
int zoom)
Get the tile grid that includes the entire tile bounding box
|
static TileGrid |
TileBoundingBoxUtils.getTileGrid(BoundingBox webMercatorTotalBox,
long matrixWidth,
long matrixHeight,
BoundingBox webMercatorBoundingBox)
Get the tile grid
|
static TileGrid |
TileBoundingBoxUtils.getTileGrid(Point point,
int zoom,
Projection projection)
Get the tile grid for the location specified as the projection
|
static TileGrid |
TileBoundingBoxUtils.getTileGridFromWGS84(Point point,
int zoom)
Get the tile grid for the location specified as WGS84
|
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox |
TileBoundingBoxUtils.getProjectedBoundingBox(Long projectionEpsg,
TileGrid tileGrid,
int zoom)
Get the Projected tile bounding box from the Google Maps API tile
tileGrid 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 BoundingBox |
TileBoundingBoxUtils.getWebMercatorBoundingBox(BoundingBox webMercatorTotalBox,
long tileMatrixWidth,
long tileMatrixHeight,
TileGrid tileGrid)
Get the web mercator bounding box of the tile grid in the tile width and
height bounds using the total bounding box
|
static BoundingBox |
TileBoundingBoxUtils.getWebMercatorBoundingBox(BoundingBox webMercatorTotalBox,
TileMatrix tileMatrix,
TileGrid tileGrid)
Get the web mercator bounding box of the tile grid in the tile matrix
using the total bounding box
|
static BoundingBox |
TileBoundingBoxUtils.getWebMercatorBoundingBox(TileGrid tileGrid,
int zoom)
Get the Web Mercator tile bounding box from the Google Maps API tile grid
and zoom level
|
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.