A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. Again, this representation can be used only in 2D. |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| interpolation | gml:CurveInterpolationType | circularArcCenterPointWithRadius | optional | |||
| numArc | integer | 1 | required | |||
| numDerivativeInterior | integer | 0 | optional | |||
| numDerivativesAtEnd | integer | 0 | optional | |||
| numDerivativesAtStart | integer | 0 | optional |
<element name="CircleByCenterPoint" type="gml:CircleByCenterPointType" substitutionGroup="gml:ArcByCenterPoint"> <annotation> <documentation>A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. Again, this representation can be used only in 2D.</documentation> </annotation> </element> |