Class TLcdGML31Cylinder

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31Cylinder extends TLcdGML31AbstractGriddedSurface
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)).
Since:
10.0
See Also:
  • Field Details

    • HORIZONTAL_CURVE_TYPE_PROPERTY

      public static final TLcdDataProperty HORIZONTAL_CURVE_TYPE_PROPERTY
      Data property that maps to the horizontalCurveType attribute. The possible values for this property are instances of ELcdGML31CurveInterpolation.
    • VERTICAL_CURVE_TYPE_PROPERTY

      public static final TLcdDataProperty VERTICAL_CURVE_TYPE_PROPERTY
      Data property that maps to the verticalCurveType attribute. The possible values for this property are instances of ELcdGML31CurveInterpolation.
  • Constructor Details

    • TLcdGML31Cylinder

      public TLcdGML31Cylinder()
    • TLcdGML31Cylinder

      public TLcdGML31Cylinder(TLcdDataType aType)
  • Method Details