gml:CircleByCenterPoint
Element information
Namespace: http://www.opengis.net/gml
Schema document: external/have/1.0/gml-oasis.xsd
Type: gml:CircleByCenterPointType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:pos [1..1]
- gml:radius [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
interpolation | [0..1] | gml:CurveInterpolationType | Fixed value is "circularArcCenterPointWithRadius". | |
numArc | [1..1] | xsd:integer | Fixed value is "1". |
Used in
- Type geo-oasis:WhereType (Element geo-oasis:where)
- Type gml:CurveSegmentArrayPropertyType (Element gml:segments)
- Type have:OrganizationGeoLocation via extension of geo-oasis:WhereType (Element have:OrganizationGeoLocation)
Substitution hierarchy
- gml:_CurveSegment
- can be substituted with gml:CircleByCenterPoint
Sample instance
<gml:CircleByCenterPoint numArc="1"> <gml:pos>1.0 1.0</gml:pos> <gml:radius uom="http://www.example.com/">1.0</gml:radius> </gml:CircleByCenterPoint>