complexType ArcByCenterPointType

complexType {http://www.opengis.net/gml}ArcByCenterPointType

Type Heirarchy
{http://www.opengis.net/gml}AbstractCurveSegmentType (by extension)
 {http://www.opengis.net/gml}ArcByCenterPointType
Derived Types
{http://www.opengis.net/gml}ArcByCenterPointType
 {http://www.opengis.net/gml}CircleByCenterPointType (by extension)
  {http://www.opengis.net/gml}CircleByCenterPoint (by type)
 {http://www.opengis.net/gml}ArcByCenterPoint (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns:sch=http://www.ascc.net/xml/schematron
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns=http://www.w3.org/2001/XMLSchema


Source

<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>


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.


complexType ArcByCenterPointType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.