Class RectangleLocationReference
java.lang.Object
com.here.platform.location.tpeg2.olr.RectangleLocationReference
- All Implemented Interfaces:
AbstractLocationReference
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class RectangleLocationReference
extends Object
implements AbstractLocationReference, scala.Product, scala.Serializable
A
RectangleLocationReference
refers to an area described by the geometric shape
of a rectangle and is not tied to the road network.
param: rectangle The rectangle geometry. param: isFuzzyArea The rectangle is to be interpreted as a rough enclosing rectangle rather than the exact location.
- See Also:
-
Constructor Summary
Constructors -
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
-
RectangleLocationReference
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
rectangle
-
isFuzzyArea
public boolean isFuzzyArea() -
getRectangle
-