TPEGJunction Data Type

Implemented Interfaces
Serializable
Properties
name data type description
pointCoordinates PointCoordinates
name TPEGJunctionPointDescriptor
ilc array of TPEGILCPointDescriptor
otherName array of TPEGOtherPointDescriptor
tpegjunctionExtension ExtensionType

Example

{
  "pointCoordinates" : {
    "latitude" : 12345.0,
    "longitude" : 12345.0,
    "pointCoordinatesExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "name" : {
    "tpegDescriptorType" : "junctionName",
    "tpegjunctionPointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "tpegpointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "descriptor" : {
      "value" : [ { }, { } ]
    },
    "tpegdescriptorExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "ilc" : [ {
    "tpegDescriptorType" : "tpegILCName3",
    "tpegilcpointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "tpegpointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "descriptor" : {
      "value" : [ { }, { } ]
    },
    "tpegdescriptorExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "tpegDescriptorType" : "tpegILCName3",
    "tpegilcpointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "tpegpointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "descriptor" : {
      "value" : [ { }, { } ]
    },
    "tpegdescriptorExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "otherName" : [ {
    "tpegDescriptorType" : "pointOfInterestName",
    "tpegotherPointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "tpegpointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "descriptor" : {
      "value" : [ { }, { } ]
    },
    "tpegdescriptorExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "tpegDescriptorType" : "busStopIdentifier",
    "tpegotherPointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "tpegpointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "descriptor" : {
      "value" : [ { }, { } ]
    },
    "tpegdescriptorExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "tpegjunctionExtension" : {
    "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" : { }
    } ]
  }
}