Skip to content

Specialization AreaLocation (area location)

This specialization is applied when the location description consists of an area. The structure of the specialization is as follows:

image

When using this specialization, the elements alertCArea, gmlMultiPolygon, and openlrAreaLocationReference are added. This element must be used when the event location is an area for which a VILD location is available.

Elements

Note

It is mandatory to include at least one of the elements alertCArea, gmlMultiPolygon, or openlrAreaLocationReference.

Element Mandatory Origin
coordinatesForDisplay No Location
alertCArea No AreaLocation
gmlMultiPolygon No AreaLocation
openlrAreaLocationReference No AreaLocation
_areaLocationExtension No AreaLocation
XML Example
<measurementSiteLocation xsi:type="AreaLocation">
  <alertCArea>
    ..
  </alertCArea>
  <gmlMultiPolygon>
    ..
  </gmlMultiPolygon>  
  <gmlLineString>
    ..
  </gmlLineString>    
  <openlrAreaLocationReference xsi:type="OpenlrPolygonLocationReference">
    ..
  </openlrAreaLocationReference>
  <_areaLocationExtension>
    ..
  </_areaLocationExtension>     
</measurementSiteLocation>
Go back to the previous page