AffectedPathLinkStructure Data Type

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

Example

{
  "LinkRef" : [ "...", "..." ],
  "LinkName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "AccessibilityFeature" : "narrowEntrance",
  "LinkDirection" : [ "...", "..." ],
  "LinkProjection" : {
    "Line" : {
      "PointProjection" : [ { }, { } ]
    },
    "Features" : {
      "GisFeatureRef" : [ { }, { } ]
    }
  },
  "Offset" : {
    "DistanceFromStart" : 12345,
    "DistanceFromEnd" : 12345
  },
  "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" : { }
    } ]
  }
}