gml:CircleByCenterPoint

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.

Element Information

Model

Attributes

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

Source

<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>

Sample