AffectedStopPlaceComponentStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ComponentRef StopPlaceComponentRefStructure
ComponentName array of NaturalLanguageStringStructure
ComponentType StopPlaceComponentTypeEnumeration
PointProjection PointProjection
LinkProjection LinkProjection
ZoneProjection ZoneProjection
Offset OffsetStructure
AccessFeatureType AccessibilityFeatureEnumeration
AffectedFacilities AffectedFacilities
Extensions Extensions
Properties inherited from AffectedStopPlaceElementStructure
AccessibilityAssessment AccessibilityAssessmentStructure

Example

{
  "ComponentRef" : {
    "value" : "..."
  },
  "ComponentName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "ComponentType" : "boardingPosition",
  "PointProjection" : {
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Altitude" : 12345.0,
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "...",
    "Features" : {
      "GisFeatureRef" : [ { }, { } ]
    }
  },
  "LinkProjection" : {
    "Line" : {
      "PointProjection" : [ { }, { } ]
    },
    "Features" : {
      "GisFeatureRef" : [ { }, { } ]
    }
  },
  "ZoneProjection" : {
    "Boundary" : [ {
      "PointProjection" : [ { }, { } ]
    }, {
      "PointProjection" : [ { }, { } ]
    } ],
    "Features" : {
      "GisFeatureRef" : [ { }, { } ]
    }
  },
  "Offset" : {
    "DistanceFromStart" : 12345,
    "DistanceFromEnd" : 12345
  },
  "AccessFeatureType" : "other",
  "AffectedFacilities" : {
    "AffectedFacility" : [ {
      "FacilityRef" : { },
      "StartStopPointRef" : { },
      "EndStopPointRef" : { },
      "FacilityName" : [ { }, { } ],
      "FacilityStatus" : [ "removed", "notAvailable" ],
      "Extensions" : [ { }, { } ]
    }, {
      "FacilityRef" : { },
      "StartStopPointRef" : { },
      "EndStopPointRef" : { },
      "FacilityName" : [ { }, { } ],
      "FacilityStatus" : [ "partiallyAvailable", "unknown" ],
      "Extensions" : [ { }, { } ]
    } ]
  },
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "AccessibilityAssessment" : {
    "MobilityImpairedAccess" : true,
    "Limitations" : {
      "AccessibilityLimitation" : [ { }, { } ]
    },
    "Suitabilities" : {
      "Suitability" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ],
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    }
  }
}