Linear Data Type

Implemented Interfaces
Serializable
Properties
name data type description
tpeglinearLocation TPEGLinearLocation
alertCLinear AlertCLinear
referencePointLinear ReferencePointLinear
linearExtension ExtensionType
Properties inherited from NetworkLocation
supplementaryPositionalDescription SupplementaryPositionalDescription
destination Destination
networkLocationExtension ExtensionType
Properties inherited from Location
locationExtension ExtensionType

Example

{
  "tpeglinearLocation" : {
    "tpegDirection" : "bothWays",
    "tpegLocationType" : "segment",
    "to" : { },
    "from" : { },
    "tpeglinearLocationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "alertCLinear" : {
    "alertCLocationCountryCode" : "...",
    "alertCLocationTableNumber" : "...",
    "alertCLocationTableVersion" : "...",
    "alertCLinearExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "referencePointLinear" : {
    "referencePointPrimaryLocation" : {
      "referencePoint" : { },
      "referencePointPrimaryLocationExtension" : { }
    },
    "referencePointSecondaryLocation" : {
      "referencePoint" : { },
      "referencePointSecondaryLocationExtension" : { }
    },
    "referencePointLinearExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "linearExtension" : {
    "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" : { }
    } ]
  },
  "supplementaryPositionalDescription" : {
    "carriageway" : [ "serviceRoad", "parallelCarriageway" ],
    "footpath" : true,
    "lanes" : [ "overtakingLane", "expressLane" ],
    "lengthAffected" : 12345.0,
    "locationDescriptor" : [ "withinJunction", "onTheRight" ],
    "supplementaryPositionalDescriptionExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "destination" : { },
  "networkLocationExtension" : {
    "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" : { }
    } ]
  },
  "locationExtension" : {
    "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" : { }
    } ]
  }
}