AffectedStopPlaceComponentStructure Data Type

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

Example

{
  "ComponentRef" : {
    "value" : "..."
  },
  "ComponentName" : {
    "value" : "...",
    "lang" : "..."
  },
  "ComponentType" : "stoppingPlace",
  "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
  },
  "Extensions" : {
    "any" : {
      "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" : "..."
      }
    }
  }
}