SitutationRecord
Properties
Name | Type | Required | Description |
xsi:type | string | | |
id | string | | |
version | integer (int32) | | |
situationRecordCreationTime | string (date-time) | | |
situationRecordVersionTime | string (date-time) | | |
probabilityOfOccurrence | string | | |
severity | string | | |
validity | Validity | | |
groupOfLocations | GroupOfLocations | | |
abnormalTrafficType | string | | |
situationRecordExtension | SituationRecordExtension | | |
queueLength | integer (int32) | |
Example
{
"xsi:type": "AbnormalTraffic",
"id": "1-337-1",
"version": 1528466074,
"situationRecordCreationTime": "2018-06-08T13:54:34Z",
"situationRecordVersionTime": "2018-06-08T13:54:34Z",
"probabilityOfOccurrence": "certain",
"severity": "medium",
"validity": {
"validityStatus": "definedByValidityTimeSpec",
"validityTimeSpecification": {
"overallStartTime": "2018-05-22T05:02:33Z",
"overallEndTime": "2018-06-26T21:59:00Z"
}
},
"groupOfLocations": {
"xsi:type": "Linear",
"linearExtension": {
"openlrExtendedLinear": {
"firstDirection": {
"openlrLocationReferencePoint": {
"openlrCoordinate": {
"latitude": "number",
"longitude": "number"
},
"openlrLineAttributes": {
"openlrFunctionalRoadClass": "string",
"openlrFormOfWay": "string",
"openlrBearing": "integer (int32)"
},
"openlrPathAttributes": {
"openlrLowestFRCToNextLRPoint": "string",
"openlrDistanceToNextLRPoint": "integer (int32)"
}
},
"openlrLastLocationReferencePoint": {
"openlrCoordinate": {
"latitude": "number",
"longitude": "number"
},
"openlrLineAttributes": {
"openlrFunctionalRoadClass": "string",
"openlrFormOfWay": "string",
"openlrBearing": "integer (int32)"
}
},
"openlrOffsets": {
"openlrPositiveOffset": "integer (int32)",
"openlrNegativeOffset": "integer (int32)"
}
}
}
}
},
"abnormalTrafficType": "stationaryTraffic",
"situationRecordExtension": {
"situationRecordExtended": {
"averageSpeed": {
"speed": 50
},
"freeFlowSpeed": {
"speed": 50
}
}
},
"queueLength": 120
}