Class RectangleLocation
java.lang.Object
com.here.platform.location.referencing.RectangleLocation
- All Implemented Interfaces:
BoundingBoxHolder,ReferencingLocation,Serializable,scala.Equals,scala.Product
public class RectangleLocation
extends Object
implements ReferencingLocation, BoundingBoxHolder, scala.Product, Serializable
A location represented by a bounding-box.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRectangleLocation(double northLatitude, double southLatitude, double eastLongitude, double westLongitude) -
Method Summary
Modifier and TypeMethodDescriptionstatic <BB> RectangleLocationapply(BB box, BoundingBoxOperations<BB> evidence$2) static BoundingBoxAdapter<RectangleLocation>static <BB> RectangleLocationcreate(BB box, BoundingBoxAdapter<BB> adapter) doubledoubledoubledoubledoubledoubledoubledoubleMethods 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
-
RectangleLocation
public RectangleLocation(double northLatitude, double southLatitude, double eastLongitude, double westLongitude) -
RectangleLocation
-
-
Method Details
-
create
-
apply
-
boundingBoxOperations
-
boundingBoxAdapter
-
northLatitude
public double northLatitude() -
southLatitude
public double southLatitude() -
eastLongitude
public double eastLongitude() -
westLongitude
public double westLongitude() -
getNorthLatitude
public double getNorthLatitude()- Specified by:
getNorthLatitudein interfaceBoundingBoxHolder
-
getSouthLatitude
public double getSouthLatitude()- Specified by:
getSouthLatitudein interfaceBoundingBoxHolder
-
getEastLongitude
public double getEastLongitude()- Specified by:
getEastLongitudein interfaceBoundingBoxHolder
-
getWestLongitude
public double getWestLongitude()- Specified by:
getWestLongitudein interfaceBoundingBoxHolder
-