TPEGFramedPoint Data Type

Implemented Interfaces
Serializable
Properties
name data type description
tpegLocationType TPEGLoc01FramedPointLocationSubtypeEnum
framedPoint TPEGNonJunctionPoint
to TPEGPoint
from TPEGPoint
tpegframedPointExtension ExtensionType
Properties inherited from TPEGPointLocation
tpegDirection TPEGLoc02DirectionTypeEnum
tpegpointLocationExtension ExtensionType

Example

{
  "tpegLocationType" : "framedPoint",
  "framedPoint" : {
    "pointCoordinates" : {
      "latitude" : 12345.0,
      "longitude" : 12345.0,
      "pointCoordinatesExtension" : { }
    },
    "name" : [ {
      "tpegDescriptorType" : "busStopName",
      "tpegotherPointDescriptorExtension" : { },
      "tpegpointDescriptorExtension" : { },
      "descriptor" : { },
      "tpegdescriptorExtension" : { }
    }, {
      "tpegDescriptorType" : "ferryPortName",
      "tpegotherPointDescriptorExtension" : { },
      "tpegpointDescriptorExtension" : { },
      "descriptor" : { },
      "tpegdescriptorExtension" : { }
    } ],
    "tpegnonJunctionPointExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "to" : { },
  "from" : { },
  "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" : "outerRing",
  "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" : { }
    } ]
  }
}