TpegFramedPoint Data Type

Implemented Interfaces
Serializable
Properties
name data type description
tpegFramedPointLocationType TpegLoc01FramedPointLocationSubtypeEnum
framedPoint TpegNonJunctionPoint
to TpegPoint
from TpegPoint
tpegFramedPointExtension ExtensionType
Properties inherited from TpegPointLocation
tpegDirection TpegLoc02DirectionTypeEnum
tpegPointLocationExtension ExtensionType

Example

{
  "tpegFramedPointLocationType" : "framedPoint",
  "framedPoint" : {
    "pointCoordinates" : {
      "latitude" : 12345.0,
      "longitude" : 12345.0,
      "pointCoordinatesExtension" : { }
    },
    "name" : [ {
      "tpegOtherPointDescriptorType" : "nationName",
      "tpegOtherPointDescriptorExtension" : { },
      "tpegPointDescriptorExtension" : { },
      "descriptor" : { },
      "tpegDescriptorExtension" : { }
    }, {
      "tpegOtherPointDescriptorType" : "busStopName",
      "tpegOtherPointDescriptorExtension" : { },
      "tpegPointDescriptorExtension" : { },
      "descriptor" : { },
      "tpegDescriptorExtension" : { }
    } ],
    "tpegNonJunctionPointExtension" : {
      "anies" : [ { }, { } ]
    },
    "tpegPointExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "to" : {
    "tpegPointExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "from" : {
    "tpegPointExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "tpegFramedPointExtension" : {
    "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" : { }
    } ]
  },
  "tpegDirection" : "unknown",
  "tpegPointLocationExtension" : {
    "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" : { }
    } ]
  }
}