Definition Type: ComplexType
Name: ArcByCenterPointType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractCurveSegmentType
Containing Schema: geometryPrimitives.xsd
Abstract False
Documentation:
This variant of the arc requires that the points on the arc have to be computed instead of storing the coordinates directly. The control point is the center point of the arc plus the radius and the bearing at start and end. This represenation can be used only in 2D.
Collapse XSD Schema Diagram:
Drilldown into numArc Drilldown into interpolation Drilldown into endAngle Drilldown into startAngle Drilldown into radius Drilldown into coordinates Drilldown into posList Drilldown into pointRep Drilldown into pointProperty Drilldown into pos Drilldown into numDerivativeInterior Drilldown into numDerivativesAtEnd Drilldown into numDerivativesAtStart Drilldown into AbstractCurveSegmentTypeXSD Diagram of ArcByCenterPointType
Collapse XSD Schema Code:
<complexType name="ArcByCenterPointType">
    <annotation>
        <documentation>This variant of the arc requires that the points on the arc have to be computed instead of storing the coordinates directly. The control point is the center point of the arc plus the radius and the bearing at start and end. This represenation can be used only in 2D.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractCurveSegmentType">
            <sequence>
                <choice>
                    <annotation>
                        <documentation>GML supports two different ways to specify the control points of a curve segment.

1. A "pos" (DirectPositionType) or "pointProperty" (PointPropertyType) element. The "pos" element contains a center point that is only part of this curve segment, a "pointProperty" element contains a point that may be referenced from other geometry elements or reference another point defined outside of this curve segment (reuse of existing points).

2. The "posList" element can be used to specifiy the coordinates of the center point, too. The number of direct positions in the list must be one.</documentation>
                    </annotation>
                    <choice>
                        <element ref="gml:pos" />
                        <element ref="gml:pointProperty" />
                        <element ref="gml:pointRep">
                            <annotation>
                                <documentation>Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.</documentation>
                            </annotation>
                        </element>
                    </choice>
                    <element ref="gml:posList" />
                    <element ref="gml:coordinates">
                        <annotation>
                            <documentation>Deprecated with GML version 3.1.0. Use "posList" instead.</documentation>
                        </annotation>
                    </element>
                </choice>
                <element name="radius" type="gml:LengthType">
                    <annotation>
                        <documentation>The radius of the arc.</documentation>
                    </annotation>
                </element>
                <element name="startAngle" type="gml:AngleType" minOccurs="0">
                    <annotation>
                        <documentation>The bearing of the arc at the start.</documentation>
                    </annotation>
                </element>
                <element name="endAngle" type="gml:AngleType" minOccurs="0">
                    <annotation>
                        <documentation>The bearing of the arc at the end.</documentation>
                    </annotation>
                </element>
            </sequence>
            <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArcCenterPointWithRadius">
                <annotation>
                    <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism

uses the control points and control parameters to determine the position of this curve segment. For an ArcByCenterPoint the interpolation is fixed as "circularArcCenterPointWithRadius".</documentation>
                </annotation>
            </attribute>
            <attribute name="numArc" type="integer" use="required" fixed="1">
                <annotation>
                    <documentation>Since this type describes always a single arc, the attribute is fixed to "1".</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
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:ArcByCenterPointgml:CircleByCenterPointType,
Collapse Comments:
blog comments powered by Disqus