AffectedPathLinkStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
LinkRef array of string
LinkName NaturalLanguageStringStructure
AccessibilityFeature AccessibilityFeatureEnumeration
LinkDirection array of string
LinkProjection LinkProjection
Offset OffsetStructure
Extensions Extensions

Example

{
  "LinkRef" : [ "...", "..." ],
  "LinkName" : {
    "value" : "...",
    "lang" : "..."
  },
  "AccessibilityFeature" : "shuttle",
  "LinkDirection" : [ "...", "..." ],
  "LinkProjection" : {
    "Line" : {
      "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" : { }
    }
  }
}