public class WebMercatorOptimize extends TileReprojectionOptimize
| Constructor and Description |
|---|
WebMercatorOptimize()
Constructor
|
WebMercatorOptimize(boolean world)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static WebMercatorOptimize |
create()
Create with minimal bounds
|
static WebMercatorOptimize |
createWorld()
Create with world bounds
|
BoundingBox |
getBoundingBox()
Get the world bounding box of the optimization projection
|
BoundingBox |
getBoundingBox(TileGrid tileGrid,
long zoom)
Get the bounding box of the tile grid at the zoom
|
Projection |
getProjection()
Get the optimization projection
|
TileGrid |
getTileGrid()
Get the world tile grid of the optimization projection
|
TileGrid |
getTileGrid(BoundingBox boundingBox,
long zoom)
Get the tile grid of the bounding box at the zoom
|
isWorld, platteCarre, platteCarreWorld, setWorld, webMercator, webMercatorWorldpublic WebMercatorOptimize()
public WebMercatorOptimize(boolean world)
world - world coordinate boundspublic static WebMercatorOptimize create()
public static WebMercatorOptimize createWorld()
public Projection getProjection()
getProjection in class TileReprojectionOptimizepublic TileGrid getTileGrid()
getTileGrid in class TileReprojectionOptimizepublic BoundingBox getBoundingBox()
getBoundingBox in class TileReprojectionOptimizepublic TileGrid getTileGrid(BoundingBox boundingBox, long zoom)
getTileGrid in class TileReprojectionOptimizeboundingBox - bounding boxzoom - zoom levelpublic BoundingBox getBoundingBox(TileGrid tileGrid, long zoom)
getBoundingBox in class TileReprojectionOptimizetileGrid - tile gridzoom - zoom levelCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.