Class TLcdGML31Cone

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

public class TLcdGML31Cone extends TLcdGML31AbstractGriddedSurface
A cone is a gridded surface given as a family of conic sections whose control points vary linearly. NOTE! A 5-point ellipse with all defining positions identical is a point. Thus, a truncated elliptical cone can be given as a 2x5 set of control points ((P1, P1, P1, P1, P1), (P2, P3, P4, P5, P6)). P1 is the apex of the cone. P2, P3,P4, P5 and P6 are any five distinct points around the base ellipse of the cone. If the horizontal curves are circles as opposed to ellipses, the a circular cone can be constructed using ((P1, P1, P1),(P2, P3, P4)). The apex most not coincide with the other plane.
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

    • TLcdGML31Cone

      public TLcdGML31Cone()
    • TLcdGML31Cone

      public TLcdGML31Cone(TLcdDataType aType)
  • Method Details