Class RectangleLocationReference
java.lang.Object
com.here.platform.location.tpeg2.olr.RectangleLocationReference
- All Implemented Interfaces:
AbstractLocationReference,Serializable,scala.Equals,scala.Product
public class RectangleLocationReference
extends Object
implements AbstractLocationReference, scala.Product, 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, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
RectangleLocationReference
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
rectangle
-
isFuzzyArea
public boolean isFuzzyArea() -
getRectangle
-