AffectedSectionStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
SectionRef SectionRefStructure
LinkProjection LinkProjection
Offset OffsetStructure
Extensions Extensions

Example

{
  "SectionRef" : {
    "value" : "..."
  },
  "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" : { }
    }
  }
}