package heremapcontent

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AdasAttributeDescription extends AnyRef
  2. trait AttributeAccessor[P, T] extends Serializable

    Extracts attributes from a given input.

    Extracts attributes from a given input.

    P

    The type used as input and that will have some attribute extracted

    T

    The type of the extracted attribute

  3. case class EdgeAdasAttributeDescription(name: String, index: Int) extends EdgeAttributeDescription with AdasAttributeDescription with Product with Serializable
  4. case class EdgeTopologyAttributeDescription(name: String, index: Int) extends EdgeAttributeDescription with TopologyAttributeDescription with Product with Serializable
  5. case class PointAdasAttributeDescription(name: String, index: Int) extends PointAttributeDescription with AdasAttributeDescription with Product with Serializable
  6. case class PointTopologyAttributeDescription(name: String, index: Int) extends PointAttributeDescription with TopologyAttributeDescription with Product with Serializable
  7. case class RangeAdasAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with AdasAttributeDescription with Product with Serializable
  8. case class RangeTopologyAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with TopologyAttributeDescription with Product with Serializable
  9. trait TopologyAttributeDescription extends AnyRef

Deprecated Type Members

  1. trait AdvancedNavigationAttributeDescription extends AnyRef
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

  2. case class EdgeNavigationAttributeDescription(name: String, index: Int) extends EdgeAttributeDescription with NavigationAttributeDescription with Product with Serializable
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

  3. trait NavigationAttributeDescription extends AnyRef
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

  4. case class PointAdvancedNavigationAttributeDescription(name: String, index: Int) extends PointAttributeDescription with AdvancedNavigationAttributeDescription with Product with Serializable
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

  5. case class RangeAdvancedNavigationAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with AdvancedNavigationAttributeDescription with Product with Serializable
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

  6. case class RangeNavigationAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with NavigationAttributeDescription with Product with Serializable
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

  7. case class RangeRoadAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with RoadAttributeDescription with Product with Serializable
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

  8. trait RoadAttributeDescription extends AnyRef
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

Value Members

  1. object AdasAttributeDescription extends AttributeDescriptionCompanion

    Attribute descriptions for ADAS (Advanced Driver-Assistance Systems) attributes.

  2. object AttributeAccessor extends Serializable
  3. object AttributeAccessors
  4. object TopologyAttributeDescription extends AttributeDescriptionCompanion

    Attribute descriptions for Topology attributes.

Deprecated Value Members

  1. object AdvancedNavigationAttributeDescription extends AttributeDescriptionCompanion

    Attribute descriptions for Advanced Navigation attributes.

    Attribute descriptions for Advanced Navigation attributes.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

  2. object NavigationAttributeDescription extends AttributeDescriptionCompanion

    Attribute descriptions for Navigation attributes.

    Attribute descriptions for Navigation attributes.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

  3. object RoadAttributeDescription extends AttributeDescriptionCompanion

    Attribute descriptions for Road attributes.

    Attribute descriptions for Road attributes.

    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.

Ungrouped