public class BoundingBox
extends java.lang.Object
Constructor and Description |
---|
BoundingBox(double north,
double south,
double east,
double west)
Constructor for the BoundingBox object
|
Modifier and Type | Method and Description |
---|---|
double |
getEastCoord()
Gets the eastCoord attribute of the BoundingBox object
|
double |
getNorthCoord()
Gets the northCoord attribute of the BoundingBox object
|
double |
getSouthCoord()
Gets the southCoord attribute of the BoundingBox object
|
double |
getWestCoord()
Gets the westCoord attribute of the BoundingBox object
|
java.lang.String |
toString()
String representation
|
public BoundingBox(double north, double south, double east, double west) throws java.lang.IllegalArgumentException
north
- North latsouth
- South lateast
- East lonwest
- West lonjava.lang.IllegalArgumentException
public double getNorthCoord()
public double getSouthCoord()
public double getEastCoord()
public double getWestCoord()
public java.lang.String toString()
toString
in class java.lang.Object