package heremapcontent
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait AdasAttributeDescription extends AnyRef
- trait AdvancedNavigationAttributeDescription 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 EdgeNavigationAttributeDescription(name: String, index: Int) extends EdgeAttributeDescription with NavigationAttributeDescription with Product with Serializable
- trait NavigationAttributeDescription extends AnyRef
- case class PointAdasAttributeDescription(name: String, index: Int) extends PointAttributeDescription with AdasAttributeDescription with Product with Serializable
- case class PointAdvancedNavigationAttributeDescription(name: String, index: Int) extends PointAttributeDescription with AdvancedNavigationAttributeDescription with Product with Serializable
- case class RangeAdasAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with AdasAttributeDescription with Product with Serializable
- case class RangeAdvancedNavigationAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with AdvancedNavigationAttributeDescription with Product with Serializable
- case class RangeNavigationAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with NavigationAttributeDescription with Product with Serializable
- case class RangeRoadAttributeDescription(name: String, index: Int) extends RangeAttributeDescription with RoadAttributeDescription with Product with Serializable
- trait RoadAttributeDescription extends AnyRef
Value Members
-
object
AdasAttributeDescription extends AttributeDescriptionCompanion
Attribute descriptions for ADAS (Advanced Driver-Assistance Systems) attributes.
-
object
AdvancedNavigationAttributeDescription extends AttributeDescriptionCompanion
Attribute descriptions for Advanced Navigation attributes.
- object AttributeAccessor extends Serializable
- object AttributeAccessors
-
object
NavigationAttributeDescription extends AttributeDescriptionCompanion
Attribute descriptions for Navigation attributes.
-
object
RoadAttributeDescription extends AttributeDescriptionCompanion
Attribute descriptions for Road attributes.