net.opengis.gml
Class CylinderType
java.lang.Object
net.opengis.gml.AbstractSurfacePatchType
net.opengis.gml.AbstractParametricCurveSurfaceType
net.opengis.gml.AbstractGriddedSurfaceType
net.opengis.gml.CylinderType
public class CylinderType
- extends AbstractGriddedSurfaceType
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)).
Classe Java pour CylinderType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CylinderType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGriddedSurfaceType">
<attribute name="horizontalCurveType" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="circularArc3Points" />
<attribute name="verticalCurveType" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="linear" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HORIZONTAL_CURVE_TYPE
public static final CurveInterpolationType HORIZONTAL_CURVE_TYPE
VERTICAL_CURVE_TYPE
public static final CurveInterpolationType VERTICAL_CURVE_TYPE
CylinderType
public CylinderType()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.