Modifier and Type | Method and Description |
---|---|
static GeoBBox |
makeGeoBBox(PlanetModel planetModel,
double topLat,
double bottomLat,
double leftLon,
double rightLon)
Create a geobbox of the right kind given the specified bounds.
|
static GeoBBox |
makeGeoBBox(PlanetModel planetModel,
LatLonBounds bounds)
Create a geobbox of the right kind given the specified
LatLonBounds . |
public static GeoBBox makeGeoBBox(PlanetModel planetModel, double topLat, double bottomLat, double leftLon, double rightLon)
planetModel
- is the planet modeltopLat
- is the top latitudebottomLat
- is the bottom latitudeleftLon
- is the left longituderightLon
- is the right longitudepublic static GeoBBox makeGeoBBox(PlanetModel planetModel, LatLonBounds bounds)
LatLonBounds
.planetModel
- is the planet modelbounds
- are the boundsCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.