| 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 totalBox,
long matrixWidth,
long matrixHeight,
BoundingBox boundingBox)
Get the tile grid
|
static TileGrid |
TileBoundingBoxUtils.getTileGrid(mil.nga.sf.Point point,
int zoom,
mil.nga.sf.proj.Projection projection)
Get the tile grid for the location specified as the projection
|
static TileGrid |
TileBoundingBoxUtils.getTileGridFromWGS84(mil.nga.sf.Point point,
int zoom)
Get the tile grid for the location specified as WGS84
|
static TileGrid |
TileBoundingBoxUtils.getTileGridWGS84(BoundingBox boundingBox,
int zoom)
Get the tile grid that includes the entire tile bounding box
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoom(TileGrid tileGrid,
int fromZoom,
int toZoom)
Get the tile grid starting from the tile grid and current zoom to the new
zoom level
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoomDecrease(TileGrid tileGrid,
int zoomLevels)
Get the tile grid starting from the tile grid and zooming out /
decreasing the number of levels
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoomIncrease(TileGrid tileGrid,
int zoomLevels)
Get the tile grid starting from the tile grid and zooming in / increasing
the number of levels
|
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox |
TileBoundingBoxUtils.getBoundingBox(BoundingBox totalBox,
long tileMatrixWidth,
long tileMatrixHeight,
TileGrid tileGrid)
Get the bounding box of the tile grid in the tile width and height bounds
using the total bounding box with constant units
|
static BoundingBox |
TileBoundingBoxUtils.getBoundingBox(BoundingBox totalBox,
TileMatrix tileMatrix,
TileGrid tileGrid)
Get the bounding box of the tile grid in the tile matrix using the total
bounding box with constant units
|
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(mil.nga.sf.proj.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.getProjectedBoundingBox(String authority,
Long code,
TileGrid tileGrid,
int zoom)
Get the Projected tile bounding box from the Google Maps API tile
tileGrid 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
|
static BoundingBox |
TileBoundingBoxUtils.getWGS84BoundingBox(TileGrid tileGrid,
int zoom)
Get the WGS84 tile bounding box from the tile grid and zoom level
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoom(TileGrid tileGrid,
int fromZoom,
int toZoom)
Get the tile grid starting from the tile grid and current zoom to the new
zoom level
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoomDecrease(TileGrid tileGrid,
int zoomLevels)
Get the tile grid starting from the tile grid and zooming out /
decreasing the number of levels
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoomIncrease(TileGrid tileGrid,
int zoomLevels)
Get the tile grid starting from the tile grid and zooming in / increasing
the number of levels
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.