data class RoadspaceObjectIdentifier: AbstractRoadspacesIdentifier, RoadspaceIdentifierInterface
Fields
Name | Description |
---|---|
val hashKey: String
|
|
val hashedId: String
|
|
val roadspaceObjectId: String
|
id of the object within the road space |
val roadspaceObjectName: Option
|
name of the object within the road space |
val roadspaceIdentifier: RoadspaceIdentifier
|
identifier of the road space |
Constructors
<init>
constructor(roadspaceObjectId: String, roadspaceObjectName: Option
Identifier of a lane section containing essential meta information.
Parameters
Name | Description |
---|---|
roadspaceObjectId: String
|
id of the object within the road space |
roadspaceObjectName: Option
|
name of the object within the road space |
roadspaceIdentifier: RoadspaceIdentifier
|
identifier of the road space |
Methods
toStringMap
fun toStringMap(): Map<String, String>
ReturnValue
Name | Description |
---|---|
Map<String, String>
|
toString
fun toString(): String
ReturnValue
Name | Description |
---|---|
String
|
Extensions
toAttributes
fun RoadspaceObjectIdentifier.toAttributes(prefix: String): AttributeList
Receiver
Name | Description |
---|---|
RoadspaceObjectIdentifier
|
Parameters
Name | Description |
---|---|
prefix: String
|
ReturnValue
Name | Description |
---|---|
AttributeList
|
Identifier of a lane section containing essential meta information.