Class Rectangle
java.lang.Object
com.here.platform.location.tpeg2.olr.Rectangle
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
A rectangle specified in geocoordinates.
param: lowerLeftCoordinate The southwestern (lower left) corner of the rectangle. param: upperRightCoordinate The northeastern (upper right) corner of the rectangle.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRectangle
(AbsoluteGeoCoordinate lowerLeftCoordinate, AbsoluteGeoCoordinate upperRightCoordinate) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
Rectangle
public Rectangle(AbsoluteGeoCoordinate lowerLeftCoordinate, AbsoluteGeoCoordinate upperRightCoordinate)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
lowerLeftCoordinate
-
upperRightCoordinate
-
getLowerLeftCoordinate
-
getUpperRightCoordinate
-