geo-oasis:polygon
Closed ring property element containing a list of pairs of coordinates (first pair and last pair identical) representing latitude then longitude in the WGS84 coordinate reference system
Element information
Namespace: urn:oasis:names:tc:emergency:EDXL:HAVE:1.0:geo-oasis
Schema document: external/have/1.0/geo-oasis.xsd
Type: geo-oasis:PolygonPropertyType
Properties: Global, Qualified
Content
- gml:Polygon [1..1]
Attributes
None
Sample instance
<geo-oasis:polygon> <gml:Polygon> <gml:exterior> <gml:LinearRing>... </gml:LinearRing> </gml:exterior> <gml:interior> <gml:LinearRing>... </gml:LinearRing> </gml:interior> </gml:Polygon> </geo-oasis:polygon>