complexType AbstractCurveSegmentType

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

Derived Types
{http://www.opengis.net/gml}AbstractCurveSegmentType
 {http://www.opengis.net/gml}GeodesicStringType (by extension)
  {http://www.opengis.net/gml}GeodesicString (by type)
  {http://www.opengis.net/gml}GeodesicType (by extension)
   {http://www.opengis.net/gml}Geodesic (by type)
 {http://www.opengis.net/gml}BSplineType (by extension)
  {http://www.opengis.net/gml}BezierType (by restriction)
   {http://www.opengis.net/gml}Bezier (by type)
  {http://www.opengis.net/gml}BSpline (by type)
 {http://www.opengis.net/gml}_CurveSegment (by type)
 {http://www.opengis.net/gml}CubicSplineType (by extension)
  {http://www.opengis.net/gml}CubicSpline (by type)
 {http://www.opengis.net/gml}ArcStringByBulgeType (by extension)
  {http://www.opengis.net/gml}ArcByBulgeType (by restriction)
   {http://www.opengis.net/gml}ArcByBulge (by type)
  {http://www.opengis.net/gml}ArcStringByBulge (by type)
 {http://www.opengis.net/gml}ClothoidType (by extension)
  {http://www.opengis.net/gml}Clothoid (by type)
 {http://www.opengis.net/gml}OffsetCurveType (by extension)
  {http://www.opengis.net/gml}OffsetCurve (by type)
 {http://www.opengis.net/gml}LineStringSegmentType (by extension)
  {http://www.opengis.net/gml}LineStringSegment (by type)
 {http://www.opengis.net/gml}ArcStringType (by extension)
  {http://www.opengis.net/gml}ArcType (by restriction)
   {http://www.opengis.net/gml}Arc (by type)
   {http://www.opengis.net/gml}CircleType (by extension)
    {http://www.opengis.net/gml}Circle (by type)
  {http://www.opengis.net/gml}ArcString (by type)
 {http://www.opengis.net/gml}ArcByCenterPointType (by extension)
  {http://www.opengis.net/gml}CircleByCenterPointType (by extension)
   {http://www.opengis.net/gml}CircleByCenterPoint (by type)
  {http://www.opengis.net/gml}ArcByCenterPoint (by type)
Abstracttrue (This cannot 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="AbstractCurveSegmentType" abstract="true">
    <
annotation>
        <
documentation>Curve segment defines a homogeneous segment of a curve.</documentation>
    </
annotation>
    <
sequence/>
    <
attribute name="numDerivativesAtStart" type="integer" use="optional" default="0">
        <
annotation>
            <
documentation>
The attribute "numDerivativesAtStart" specifies the type of continuity between this curve segment and its predecessor. If this is the first curve segment in the curve, one of these values, as appropriate, is ignored. The default value of "0" means simple continuity, which is a mandatory minimum level of continuity. This level is referred to as "C 0 " in mathematical texts. A value of 1 means that the function and its first derivative are continuous at the appropriate end point: "C 1 " continuity. A value of "n" for any integer means the function and its first n derivatives are continuous: "C n " continuity.
NOTE: Use of these values is only appropriate when the basic curve definition is an underdetermined system. For example, line string segments cannot support continuity above C 0 , since there is no spare control parameter to adjust the incoming angle at the end points of the segment. Spline functions on the other hand often have extra degrees of freedom on end segments that allow them to adjust the values of the derivatives to support C 1 or higher continuity.
            
</documentation>
        </
annotation>
    </
attribute>
    <
attribute name="numDerivativesAtEnd" type="integer" use="optional" default="0">
        <
annotation>
            <
documentation>
The attribute "numDerivativesAtEnd" specifies the type of continuity between this curve segment and its successor. If this is the last curve segment in the curve, one of these values, as appropriate, is ignored. The default value of "0" means simple continuity, which is a mandatory minimum level of continuity. This level is referred to as "C 0 " in mathematical texts. A value of 1 means that the function and its first derivative are continuous at the appropriate end point: "C 1 " continuity. A value of "n" for any integer means the function and its first n derivatives are continuous: "C n " continuity.
NOTE: Use of these values is only appropriate when the basic curve definition is an underdetermined system. For example, line string segments cannot support continuity above C 0 , since there is no spare control parameter to adjust the incoming angle at the end points of the segment. Spline functions on the other hand often have extra degrees of freedom on end segments that allow them to adjust the values of the derivatives to support C 1 or higher continuity.
            
</documentation>
        </
annotation>
    </
attribute>
    <
attribute name="numDerivativeInterior" type="integer" use="optional" default="0">
        <
annotation>
            <
documentation>
The attribute "numDerivativesInterior" specifies the type of continuity that is guaranteed interior to the curve. The default value of "0" means simple continuity, which is a mandatory minimum level of continuity. This level is referred to as "C 0 " in mathematical texts. A value of 1 means that the function and its first derivative are continuous at the appropriate end point: "C 1 " continuity. A value of "n" for any integer means the function and its first n derivatives are continuous: "C n " continuity.
NOTE: Use of these values is only appropriate when the basic curve definition is an underdetermined system. For example, line string segments cannot support continuity above C 0 , since there is no spare control parameter to adjust the incoming angle at the end points of the segment. Spline functions on the other hand often have extra degrees of freedom on end segments that allow them to adjust the values of the derivatives to support C 1 or higher continuity.
            
</documentation>
        </
annotation>
    </
attribute>
</
complexType>


Documentation

Curve segment defines a homogeneous segment of a curve.


complexType AbstractCurveSegmentType


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.