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 Details

    • RectangleLocationReference

      public RectangleLocationReference(Rectangle rectangle, boolean isFuzzyArea)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • rectangle

      public Rectangle rectangle()
    • isFuzzyArea

      public boolean isFuzzyArea()
    • getRectangle

      public Rectangle getRectangle()