| name | data type | description | 
|---|---|---|
| pointCoordinates | PointCoordinates | |
| name | array of TpegOtherPointDescriptor | |
| tpegNonJunctionPointExtension | ExtensionType | |
Properties inherited from TpegPoint | 
        ||
| tpegPointExtension | ExtensionType | |
Example
{
  "pointCoordinates" : {
    "latitude" : 12345.0,
    "longitude" : 12345.0,
    "pointCoordinatesExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "name" : [ {
    "tpegOtherPointDescriptorType" : "railwayStation",
    "tpegOtherPointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "tpegPointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "descriptor" : {
      "values" : { }
    },
    "tpegDescriptorExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "tpegOtherPointDescriptorType" : "serviceAreaName",
    "tpegOtherPointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "tpegPointDescriptorExtension" : {
      "anies" : [ { }, { } ]
    },
    "descriptor" : {
      "values" : { }
    },
    "tpegDescriptorExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "tpegNonJunctionPointExtension" : {
    "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" : { }
    } ]
  },
  "tpegPointExtension" : {
    "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" : { }
    } ]
  }
}