| Modifier and Type | Method and Description |
|---|---|
static GeoArea |
makeGeoArea(PlanetModel planetModel,
double topLat,
double bottomLat,
double leftLon,
double rightLon)
Create a GeoArea of the right kind given the specified bounds.
|
static GeoArea |
makeGeoArea(PlanetModel planetModel,
double minX,
double maxX,
double minY,
double maxY,
double minZ,
double maxZ)
Create a GeoArea of the right kind given (x,y,z) bounds.
|
public static GeoArea makeGeoArea(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 GeoArea makeGeoArea(PlanetModel planetModel, double minX, double maxX, double minY, double maxY, double minZ, double maxZ)
planetModel - is the planet modelminX - is the min X boundarymaxX - is the max X boundaryminY - is the min Y boundarymaxY - is the max Y boundaryminZ - is the min Z boundarymaxZ - is the max Z boundaryCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.