| name | data type | description |
|---|---|---|
| AffectedOnly | boolean | |
| AffectedStopPoint | array of AffectedStopPointStructure | |
| LinkProjectionToNextStopPoint | array of LinkProjection |
Example
{
"AffectedOnly" : true,
"affectedStopPointsAndLinkProjectionToNextStopPoints" : [ {
"AffectedStopPoint" : {
"StopPointRef" : {
"value" : "..."
},
"PrivateRef" : "...",
"StopPointName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"StopPointType" : "pti17_5",
"Location" : {
"Coordinates" : { },
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"AffectedModes" : {
"Mode" : [ { }, { } ],
"AllModes" : "..."
},
"PlaceRef" : {
"value" : "..."
},
"PlaceName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"StopCondition" : [ "notStopping", "pti15_13" ],
"ConnectionLinks" : {
"AffectedConnectionLink" : [ { }, { } ]
},
"Extensions" : {
"anies" : [ { }, { } ]
}
}
}, {
"LinkProjectionToNextStopPoint" : {
"Line" : {
"PointProjection" : [ { }, { } ]
},
"Features" : {
"GisFeatureRef" : [ { }, { } ]
}
}
} ]
}