gml:CircleByCenterPointType
geometryPrimitives.xsd
A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle. Again, this represenation can be used only in 2D.
Complex type information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Content
- gml:pos [1..1]
- gml:radius [1..1] The radius of the arc.
- gml:startAngle [0..1] The bearing of the arc at the start.
- gml:endAngle [0..1] The bearing of the arc at the end.
from type gml:ArcByCenterPointType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
interpolation | [0..1] | gml:CurveInterpolationType | The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism uses the control points and control parameters to determine the position of this curve segment. For an ArcByCenterPoint the interpolation is fixed as "circularArcCenterPointWithRadius". | Fixed value is "circularArcCenterPointWithRadius". from type gml:ArcByCenterPointType |
numArc | [1..1] | xsd:integer | Since this type describes always a single arc, the attribute is fixed to "1". | Fixed value is "1". from type gml:ArcByCenterPointType |
Used by
- Element gml:CircleByCenterPoint
Type inheritance chain
- gml:AbstractCurveSegmentType
- gml:ArcByCenterPointType
- gml:CircleByCenterPointType
- gml:ArcByCenterPointType