<complexType name="CircleType">
<annotation>
<documentation>
A Circle is an arc whose first and last control points coincide to form a full circle. The "start" and "end" bearing are equal and shall be the bearing for the first controlPoint listed. Note: This still requires at least 3 distinct non-co-linear points to be unambiguously defined. The arc is simply extended until the first point is encountered.
</documentation>
</annotation>
<complexContent>
<extension base="gml:ArcType" />
</complexContent>
</complexType>
|