TPEGAreaLocation Data Type

Abstract Type
Subtypes
TPEGGeometricArea, TPEGNamedOnlyArea
Implemented Interfaces
Serializable
Properties
name data type description
tpegLocationType TPEGLoc01AreaLocationSubtypeEnum
tpegheight TPEGHeight
tpegareaLocationExtension ExtensionType

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "tpegLocationType" : "other",
  "tpegheight" : {
    "height" : 12345.0,
    "heightType" : "at",
    "tpegheightExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "tpegareaLocationExtension" : {
    "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" : { }
    } ]
  }
}