Area Data Type

Implemented Interfaces
Serializable
Properties
name data type description
alertCArea AlertCArea
tpegAreaLocation TpegAreaLocation
areaExtension ExtensionType
Properties inherited from Location
externalReferencing array of ExternalReferencing
locationForDisplay PointCoordinates
locationExtension ExtensionType

Example

{
  "alertCArea" : {
    "alertCLocationCountryCode" : "...",
    "alertCLocationTableNumber" : "...",
    "alertCLocationTableVersion" : "...",
    "areaLocation" : {
      "alertCLocationName" : { },
      "specificLocation" : 12345,
      "alertCLocationExtension" : { }
    },
    "alertCAreaExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "tpegAreaLocation" : {
    "tpegAreaLocationType" : "largeArea",
    "tpegHeight" : {
      "height" : 12345.0,
      "heightType" : "below",
      "tpegHeightExtension" : { }
    },
    "tpegAreaLocationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "areaExtension" : {
    "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" : { }
    } ]
  },
  "externalReferencing" : [ {
    "externalLocationCode" : "...",
    "externalReferencingSystem" : "...",
    "externalReferencingExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "externalLocationCode" : "...",
    "externalReferencingSystem" : "...",
    "externalReferencingExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "locationForDisplay" : {
    "latitude" : 12345.0,
    "longitude" : 12345.0,
    "pointCoordinatesExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "locationExtension" : {
    "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" : { }
    } ]
  }
}