public class PlatteCarreOptimize extends TileReprojectionOptimize
| Constructor and Description |
|---|
PlatteCarreOptimize()
Constructor
|
PlatteCarreOptimize(boolean world)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static PlatteCarreOptimize |
create()
Create with minimal bounds
|
static PlatteCarreOptimize |
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 PlatteCarreOptimize()
public PlatteCarreOptimize(boolean world)
world - world coordinate boundspublic static PlatteCarreOptimize create()
public static PlatteCarreOptimize 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.