| name | data type | description |
|---|---|---|
| radius | number | |
| centrePoint | PointCoordinates | |
| name | TpegAreaDescriptor | |
| tpegGeometricAreaExtension | ExtensionType | |
Properties inherited from TpegAreaLocation |
||
| tpegAreaLocationType | TpegLoc01AreaLocationSubtypeEnum | |
| tpegHeight | TpegHeight | |
| tpegAreaLocationExtension | ExtensionType | |
Example
{
"radius" : 12345,
"centrePoint" : {
"latitude" : 12345.0,
"longitude" : 12345.0,
"pointCoordinatesExtension" : {
"anies" : [ { }, { } ]
}
},
"name" : {
"tpegAreaDescriptorType" : "townName",
"tpegAreaDescriptorExtension" : {
"anies" : [ { }, { } ]
},
"descriptor" : {
"values" : { }
},
"tpegDescriptorExtension" : {
"anies" : [ { }, { } ]
}
},
"tpegGeometricAreaExtension" : {
"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" : { }
} ]
},
"tpegAreaLocationType" : "other",
"tpegHeight" : {
"height" : 12345.0,
"heightType" : "unknown",
"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" : { }
} ]
}
}