Definition Type: ComplexType
Name: CircleByCenterPointType
Namespace: http://www.opengis.net/gml
Type: gml:ArcByCenterPointType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into endAngle in schema geometryprimitives_xsd Drilldown into startAngle in schema geometryprimitives_xsd Drilldown into radius in schema geometryprimitives_xsd 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 AbstractCurveSegmentType in schema geometryprimitives_xsd Drilldown into numArc in schema geometryprimitives_xsd Drilldown into interpolation in schema geometryprimitives_xsd Drilldown into ArcByCenterPointType in schema geometryprimitives_xsdXSD Diagram of CircleByCenterPointType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CircleByCenterPointType">
    <annotation>
        <documentation>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.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:ArcByCenterPointType" />
    </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)
radius gml:radius (1) (1)
startAngle gml:startAngle 0 (1)
endAngle gml:endAngle 0 (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 Required
Collapse Derivation Tree:
Collapse References:
gml:CircleByCenterPoint