public abstract class TileReprojectionOptimize extends Object
| Constructor and Description |
|---|
TileReprojectionOptimize()
Constructor
|
TileReprojectionOptimize(boolean world)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract BoundingBox |
getBoundingBox()
Get the world bounding box of the optimization projection
|
abstract BoundingBox |
getBoundingBox(TileGrid tileGrid,
long zoom)
Get the bounding box of the tile grid at the zoom
|
abstract Projection |
getProjection()
Get the optimization projection
|
abstract TileGrid |
getTileGrid()
Get the world tile grid of the optimization projection
|
abstract TileGrid |
getTileGrid(BoundingBox boundingBox,
long zoom)
Get the tile grid of the bounding box at the zoom
|
boolean |
isWorld()
Is world tile coordinate bounds (XYZ), as opposed to minimal tile fitting
bounds
|
static TileReprojectionOptimize |
platteCarre()
Create a Platte Carre (WGS84) optimization, minimally tile bounded
|
static TileReprojectionOptimize |
platteCarreWorld()
Create a Platte Carre (WGS84) optimization, world bounded with XYZ tile
coordinates
|
void |
setWorld(boolean world)
Set the world tile coordinate bounds (XYZ) vs minimal tile fitting bounds
flag
|
static TileReprojectionOptimize |
webMercator()
Create a Web Mercator optimization, minimally tile bounded
|
static TileReprojectionOptimize |
webMercatorWorld()
Create a Web Mercator optimization, world bounded with XYZ tile
coordinates
|
public TileReprojectionOptimize()
public TileReprojectionOptimize(boolean world)
world - world coordinate boundspublic static TileReprojectionOptimize webMercator()
public static TileReprojectionOptimize platteCarre()
public static TileReprojectionOptimize webMercatorWorld()
public static TileReprojectionOptimize platteCarreWorld()
public boolean isWorld()
public void setWorld(boolean world)
world - world bounds flagpublic abstract Projection getProjection()
public abstract TileGrid getTileGrid()
public abstract BoundingBox getBoundingBox()
public abstract TileGrid getTileGrid(BoundingBox boundingBox, long zoom)
boundingBox - bounding boxzoom - zoom levelpublic abstract BoundingBox getBoundingBox(TileGrid tileGrid, long zoom)
tileGrid - tile gridzoom - zoom levelCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.