Definition Type: ComplexType
Name: CircleType
Namespace: http://www.opengis.net/gml
Type: gml:ArcType
Containing Schema: geometryPrimitives.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into coordinates in schema geometrybasic0d1d_xsd Drilldown into pointRep in schema geometrybasic0d1d_xsd Drilldown into pos in schema geometrybasic0d1d_xsd Drilldown into numDerivativeInterior in schema geometryprimitives_xsd Drilldown into numDerivativesAtEnd in schema geometryprimitives_xsd Drilldown into numDerivativesAtStart in schema geometryprimitives_xsd Drilldown into numArc in schema geometryprimitives_xsd Drilldown into interpolation in schema geometryprimitives_xsd Drilldown into ArcType in schema geometryprimitives_xsdXSD Diagram of CircleType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pos gml:pos (1) (1)
pointRep gml:pointRep (1) (1)
coordinates gml:coordinates (1) (1)
pos gml:pos (1) (1)
pointRep gml:pointRep (1) (1)
coordinates gml:coordinates (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
numDerivativesAtStart gml:numDerivativesAtStart 0 Optional
numDerivativesAtEnd gml:numDerivativesAtEnd 0 Optional
numDerivativeInterior gml:numDerivativeInterior 0 Optional
interpolation gml:interpolation (Optional)
numArc gml:numArc Optional
Collapse Derivation Tree:
Collapse References:
gml:Circle