Definition Type: ComplexType
Name: CylinderType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGriddedSurfaceType
Containing Schema: geometryPrimitives.xsd
Abstract False
Documentation:
A cylinder is a gridded surface given as a family of circles whose positions vary along a set of parallel lines, keeping the cross sectional horizontal curves of a constant shape. NOTE! Given the same working assumptions as in the previous note, a Cylinder can be given by two circles, giving us the control points of the form ((P1, P2, P3),(P4, P5, P6)).
Collapse XSD Schema Diagram:
Drilldown into verticalCurveType Drilldown into horizontalCurveType Drilldown into columns Drilldown into rows Drilldown into row Drilldown into AbstractSurfacePatchType Drilldown into AbstractParametricCurveSurfaceType Drilldown into AbstractGriddedSurfaceTypeXSD Diagram of CylinderType
Collapse XSD Schema Code:
<complexType name="CylinderType">
    <annotation>
        <documentation>A cylinder is a gridded surface given as a

   family of circles whose positions vary along a set of parallel

   lines, keeping the cross sectional horizontal curves of a

   constant shape.

   NOTE! Given the same working assumptions as in the previous

   note, a Cylinder can be given by two circles, giving us the

   control points of the form ((P1, P2, P3),(P4, P5, P6)).</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGriddedSurfaceType">
            <attribute name="horizontalCurveType" type="gml:CurveInterpolationType" fixed="circularArc3Points" />
            <attribute name="verticalCurveType" type="gml:CurveInterpolationType" fixed="linear" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
row gml:row (1) unbounded
rows gml:rows 0 (1)
columns gml:columns 0 (1)
<xs:group> gml:PointGrid (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
horizontalCurveType gml:horizontalCurveType (Optional)
verticalCurveType gml:verticalCurveType (Optional)
Collapse Derivation Tree:
Collapse References:
gml:Cylinder
Collapse Comments:
blog comments powered by Disqus