| Package | Description |
|---|---|
| mil.nga.geopackage.tiles | |
| mil.nga.geopackage.tiles.reproject |
| Modifier and Type | Method and Description |
|---|---|
static TileGrid |
TileBoundingBoxUtils.getTileGrid(BoundingBox webMercatorBoundingBox,
long 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(Point point,
long zoom,
Projection projection)
Get the tile grid for the location specified as the projection
|
static TileGrid |
TileBoundingBoxUtils.getTileGridFromWGS84(Point point,
long zoom)
Get the tile grid for the location specified as WGS84
|
static TileGrid |
TileBoundingBoxUtils.getTileGridWGS84(BoundingBox boundingBox,
long zoom)
Get the tile grid that includes the entire tile bounding box
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoom(TileGrid tileGrid,
long fromZoom,
long toZoom)
Get the tile grid starting from the tile grid and current zoom to the new
zoom level
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoomDecrease(TileGrid tileGrid,
long zoomLevels)
Get the tile grid starting from the tile grid and zooming out /
decreasing the number of levels
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoomIncrease(TileGrid tileGrid,
long 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,
long zoom)
Get the Projected tile bounding box from the XYZ tile tileGrid and zoom
level
|
static BoundingBox |
TileBoundingBoxUtils.getProjectedBoundingBox(Projection projection,
TileGrid tileGrid,
long zoom)
Get the Projected tile bounding box from the XYZ tile grid and zoom level
|
static BoundingBox |
TileBoundingBoxUtils.getProjectedBoundingBox(String authority,
Long code,
TileGrid tileGrid,
long zoom)
Get the Projected tile bounding box from the XYZ tile tileGrid and zoom
level
|
static BoundingBox |
TileBoundingBoxUtils.getWebMercatorBoundingBox(TileGrid tileGrid,
long zoom)
Get the Web Mercator tile bounding box from the XYZ tile grid and zoom
level
|
static BoundingBox |
TileBoundingBoxUtils.getWGS84BoundingBox(TileGrid tileGrid,
long zoom)
Get the WGS84 tile bounding box from the tile grid and zoom level
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoom(TileGrid tileGrid,
long fromZoom,
long toZoom)
Get the tile grid starting from the tile grid and current zoom to the new
zoom level
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoomDecrease(TileGrid tileGrid,
long zoomLevels)
Get the tile grid starting from the tile grid and zooming out /
decreasing the number of levels
|
static TileGrid |
TileBoundingBoxUtils.tileGridZoomIncrease(TileGrid tileGrid,
long zoomLevels)
Get the tile grid starting from the tile grid and zooming in / increasing
the number of levels
|
| Modifier and Type | Field and Description |
|---|---|
protected TileGrid |
TileReprojectionCore.optimizeTileGrid
Optimization tile grid
|
| Modifier and Type | Method and Description |
|---|---|
abstract TileGrid |
TileReprojectionOptimize.getTileGrid()
Get the world tile grid of the optimization projection
|
TileGrid |
PlatteCarreOptimize.getTileGrid()
Get the world tile grid of the optimization projection
|
TileGrid |
WebMercatorOptimize.getTileGrid()
Get the world tile grid of the optimization projection
|
abstract TileGrid |
TileReprojectionOptimize.getTileGrid(BoundingBox boundingBox,
long zoom)
Get the tile grid of the bounding box at the zoom
|
TileGrid |
PlatteCarreOptimize.getTileGrid(BoundingBox boundingBox,
long zoom)
Get the tile grid of the bounding box at the zoom
|
TileGrid |
WebMercatorOptimize.getTileGrid(BoundingBox boundingBox,
long zoom)
Get the tile grid of the bounding box at the zoom
|
| Modifier and Type | Method and Description |
|---|---|
abstract BoundingBox |
TileReprojectionOptimize.getBoundingBox(TileGrid tileGrid,
long zoom)
Get the bounding box of the tile grid at the zoom
|
BoundingBox |
PlatteCarreOptimize.getBoundingBox(TileGrid tileGrid,
long zoom)
Get the bounding box of the tile grid at the zoom
|
BoundingBox |
WebMercatorOptimize.getBoundingBox(TileGrid tileGrid,
long zoom)
Get the bounding box of the tile grid at the zoom
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.