Class BoundingBox
java.lang.Object
com.here.platform.data.client.model.geojson.BoundingBox
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBoundingBox(double westLongitude, double southLatitude, double eastLongitude, double northLatitude) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubleMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
BoundingBox
public BoundingBox(double westLongitude, double southLatitude, double eastLongitude, double northLatitude)
-
-
Method Details
-
westLongitude
public double westLongitude() -
southLatitude
public double southLatitude() -
eastLongitude
public double eastLongitude() -
northLatitude
public double northLatitude() -
getNorthLatitude
- Returns:
- The north latitude of the bounding box
-
getSouthLatitude
- Returns:
- The south latitude of the bounding box
-
getEastLongitude
- Returns:
- The east longitude of the bounding box
-
getWestLongitude
- Returns:
- The west longitude of the bounding box
-