xls:AOI
The Area of Interest (AOI) ADT. Can be a Circle, Polygon or Point.
Element information
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-openls/1.1.0/dhs-gmo/1.0.0/ols.xsd
Type: xls:AreaOfInterestType
Properties: Global, Qualified
Content
- Choice [1..1]
Attributes
None
Used in
- Type geo:AreaOfInterestType (Element geo:AreaOfInterest)
- Type xls:AvoidListType (Element xls:AvoidList)
Substitution hierarchy
- xls:_ADT
- can be substituted with xls:AOI
Sample instance
<xls:AOI> <gml:CircleByCenterPoint numArc="1"> <gml:pos>1.0 1.0</gml:pos> <gml:radius uom="http://www.example.com/">1.0</gml:radius> <gml:startAngle uom="http://www.example.com/">1.0</gml:startAngle> <gml:endAngle uom="http://www.example.com/">1.0</gml:endAngle> </gml:CircleByCenterPoint> </xls:AOI>