| name | data type | description |
|---|---|---|
| Datex2Locations | GroupOfLocations | |
| AffectedRoad | array of AffectedRoadStructure |
Example
{
"Datex2Locations" : {
"locationContainedInGroup" : [ {
"locationExtension" : { }
}, {
"locationExtension" : { }
} ],
"routeDestination" : [ { }, { } ],
"groupOfLocationsExtension" : {
"anies" : [ { }, { } ]
}
},
"AffectedRoad" : [ {
"Road" : {
"referencePointPrimaryLocation" : { },
"referencePointSecondaryLocation" : { },
"referencePointLinearExtension" : { }
},
"LinkProjection" : {
"Line" : { },
"Features" : { }
},
"Offset" : {
"DistanceFromStart" : 12345,
"DistanceFromEnd" : 12345
}
}, {
"Road" : {
"referencePointPrimaryLocation" : { },
"referencePointSecondaryLocation" : { },
"referencePointLinearExtension" : { }
},
"LinkProjection" : {
"Line" : { },
"Features" : { }
},
"Offset" : {
"DistanceFromStart" : 12345,
"DistanceFromEnd" : 12345
}
} ]
}