| 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(mil.nga.wkb.geom.Point point,
int zoom,
Projection projection)
Get the tile grid for the location specified as the projection
|
static TileGrid |
TileBoundingBoxUtils.getTileGridFromWGS84(mil.nga.wkb.geom.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(TileGrid tileGrid,
int zoom)
Get the Web Mercator tile bounding box from the Google Maps API tile grid
and zoom level
|
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.