Packages

object Feature extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Feature
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DefaultArrowWidth: Double
  5. def arrow[LS](lineString: LS, properties: Properties = Properties.empty, arrowWidthMeters: Double = DefaultArrowWidth)(implicit arg0: LineStringOperations[LS]): Feature

    Returns a new feature with an arrow.

    Returns a new feature with an arrow. The arrow is added along the given line string, close to the middle point, in the direction of the provided linestring.

    lineString

    the line to use as a base (e.g the geometry of a vertex)

    properties

    the properties to use for the arrow

    arrowWidthMeters

    the width of the resulting arrow

  6. def arrowRanges[LS, T](lineString: LS, ranges: Seq[RangeBasedProperty[T]], arrowWidthMeters: Double = Feature.DefaultArrowWidth)(properties: (RangeBasedProperty[T]) ⇒ Properties)(implicit arg0: LineStringOperations[LS]): Seq[Feature]

    Returns a new feature with arrows along the given line string ranges.

    Returns a new feature with arrows along the given line string ranges.

    lineString

    the line to use as a base (e.g the geometry of a vertex)

    ranges

    the range based property for which to draw an arrow on the lineString (the arrow will be drawn in the middle of the range)

    arrowWidthMeters

    the width of the resulting arrow,

    properties

    a function to convert each range based attribute into the properties to apply to the corresponding range on the line-string

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def boundingBox[BB](boundingBox: BB, properties: Properties = Properties.empty)(implicit arg0: BoundingBoxOperations[BB]): Feature

    Returns a new feature with the given bounding box and properties.

    Returns a new feature with the given bounding box and properties.

    boundingBox

    A bounding box type for which com.here.platform.location.core.geospatial.BoundingBoxOperations are defined.

    properties

    Display Properties to use for the line-string

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def lineString[LS](lineString: LS, properties: Properties = Properties.empty)(implicit arg0: LineStringOperations[LS]): Feature

    Returns a new feature with the given line string and properties.

    Returns a new feature with the given line string and properties.

    lineString

    A line-string type for which com.here.platform.location.core.geospatial.LineStringOperations are defined.

    properties

    Display Properties to use for the line-string

  17. def lineStringPoints[LS, T](lineString: LS, points: Seq[PointBasedProperty[T]])(properties: (PointBasedProperty[T]) ⇒ Properties)(implicit arg0: LineStringOperations[LS]): Seq[Feature]

    Returns a sequence of features with the given points on a line string and properties.

    Returns a sequence of features with the given points on a line string and properties.

    lineString

    the line to use as a base (e.g the geometry of a vertex)

    points

    the point based property to draw on the lineString

    properties

    a function to convert each point based attribute into the properties to apply to the corresponding marker on the line-string.

  18. def lineStringRanges[LS, T](lineString: LS, ranges: Seq[RangeBasedProperty[T]])(properties: (RangeBasedProperty[T]) ⇒ Properties)(implicit arg0: LineStringOperations[LS]): Seq[Feature]

    Returns a sequence of features with the given line string ranges and properties.

    Returns a sequence of features with the given line string ranges and properties.

    lineString

    the line to use as a base (e.g the geometry of a vertex)

    ranges

    the range based property to draw on the lineString

    properties

    a function to convert each range based attribute into the properties to apply to the corresponding range on the line-string

  19. def multiLineString[LS](lineStrings: Seq[LS], properties: Properties)(implicit arg0: LineStringOperations[LS]): Feature

    Returns a new feature with the given multi line string and properties.

    Returns a new feature with the given multi line string and properties.

    lineStrings

    sequence of line strings which form the result multiline string

    properties

    the properties to use for the multiline string

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def point[GC](coordinate: GC, properties: Properties = Properties.empty)(implicit arg0: GeoCoordinateOperations[GC]): Feature

    Returns a new feature with the given point and properties.

    Returns a new feature with the given point and properties.

    coordinate

    A coordinate type for which com.here.platform.location.core.geospatial.GeoCoordinateOperations are defined.

    properties

    Display Properties to use for the point marker

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped