package heremapcontent
- Alphabetic
- Public
- Protected
Type Members
- trait AdasAttributeDescription extends AnyRef
- 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
- case class EdgeAdasAttributeDescription(name: String, index: Int) extends EdgeAttributeDescription with AdasAttributeDescription with Product with Serializable
- case class EdgeTopologyAttributeDescription(name: String, index: Int) extends EdgeAttributeDescription with TopologyAttributeDescription with Product with Serializable
- case class PointAdasAttributeDescription(name: String, index: Int) extends PointAttributeDescription with AdasAttributeDescription with Product with Serializable
- case class PointTopologyAttributeDescription(name: String, index: Int) extends PointAttributeDescription with TopologyAttributeDescription with Product with Serializable
- case class RangeAdasAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with AdasAttributeDescription with Product with Serializable
- case class RangeTopologyAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with TopologyAttributeDescription with Product with Serializable
- trait TopologyAttributeDescription extends AnyRef
Deprecated Type Members
- trait AdvancedNavigationAttributeDescription extends AnyRef
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.
- 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.
- trait NavigationAttributeDescription extends AnyRef
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.
- 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.
- 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.
- 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.
- 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.
- trait RoadAttributeDescription extends AnyRef
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version Location Library 1.0.54) Use TopologyAttributeDescription instead.
Value Members
- object AdasAttributeDescription extends AttributeDescriptionCompanion
Attribute descriptions for ADAS (Advanced Driver-Assistance Systems) attributes.
- object AttributeAccessor extends Serializable
- object AttributeAccessors
- object TopologyAttributeDescription extends AttributeDescriptionCompanion
Attribute descriptions for Topology attributes.
Deprecated Value Members
- 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.
- 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.
- 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.