Definition Type: Element
Name: ArcByCenterPoint
Namespace: http://www.opengis.net/gml/3.2
Type: gml:ArcByCenterPointType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly. The single control point is the center point of the arc plus the radius and the bearing at start and end. This representation can be used only in 2D. The element radius specifies the radius of the arc. The element startAngle specifies the bearing of the arc at the start. The element endAngle specifies the bearing of the arc at the end. The interpolation is fixed as "circularArcCenterPointWithRadius". Since this type describes always a single arc, the attribute "numArc" is fixed to "1". The content model follows the general pattern for the encoding of curve segments.
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 deprecatedtypes_xsd Drilldown into posList in schema geometrybasic0d1d_xsd Drilldown into pointRep in schema deprecatedtypes_xsd Drilldown into pointProperty 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 ArcByCenterPoint in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="ArcByCenterPoint" type="gml:ArcByCenterPointType" substitutionGroup="gml:AbstractCurveSegment">
    <annotation>
        <documentation>This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly. The single control point is the center point of the arc plus the radius and the bearing at start and end. This representation can be used only in 2D.
The element radius specifies the radius of the arc.
The element startAngle specifies the bearing of the arc at the start.
The element endAngle specifies the bearing of the arc at the end.
The interpolation is fixed as "circularArcCenterPointWithRadius".
Since this type describes always a single arc, the attribute "numArc" is fixed to "1".
The content model follows the general pattern for the encoding of curve segments.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pos gml:pos (1) (1)
pointProperty gml:pointProperty (1) (1)
pointRep gml:pointRep (1) (1)
posList gml:posList (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:AbstractCurveSegment