complexType CurveType

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

Type Heirarchy
{http://www.opengis.net/gml}AbstractGeometryType (by extension)
 {http://www.opengis.net/gml}AbstractGeometricPrimitiveType (by extension)
  {http://www.opengis.net/gml}AbstractCurveType (by extension)
   {http://www.opengis.net/gml}CurveType
Derived Types
{http://www.opengis.net/gml}CurveType
 {http://www.opengis.net/gml}Curve (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="CurveType">
    <
annotation>
        <
documentation>
Curve is a 1-dimensional primitive. Curves are continuous, connected, and have a measurable length in terms of the coordinate system.
A curve is composed of one or more curve segments. Each curve segment within a curve may be defined using a different interpolation method. The curve segments are connected to one another, with the end point of each segment except the last being the start point of the next segment in the segment list.
The orientation of the curve is positive.
        
</documentation>
    </
annotation>
    <
complexContent>
        <
extension base="gml:AbstractCurveType">
            <
sequence>
                <
element ref="gml:segments">
                    <
annotation>
                        <
documentation>This element encapsulates the segments of the curve.</documentation>
                    </
annotation>
                </
element>
            </
sequence>
        </
extension>
    </
complexContent>
</
complexType>


Documentation

Curve is a 1-dimensional primitive. Curves are continuous, connected, and have a measurable length in terms of the coordinate system.
				A curve is composed of one or more curve segments. Each curve segment within a curve may be defined using a different interpolation method. The curve segments are connected to one another, with the end point of each segment except the last being the start point of the next segment in the segment list.
				The orientation of the curve is positive.


complexType CurveType


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.