Class TLcdGML32Cylinder

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

public class TLcdGML32Cylinder extends TLcdGML32AbstractGriddedSurface
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 ELcdGML32CurveInterpolation.
    • 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 ELcdGML32CurveInterpolation.
  • Constructor Details

    • TLcdGML32Cylinder

      public TLcdGML32Cylinder()
    • TLcdGML32Cylinder

      public TLcdGML32Cylinder(TLcdDataType aType)
  • Method Details