Class TLcdContour

All Implemented Interfaces:
ILcdBounded, ILcdValuedPolygon, ILcdContour

public class TLcdContour extends TLcdValuedPolygon implements ILcdContour
Deprecated.
This is an implementation of ILcdValuedPolygon to represent a contour line.
See Also:
  • Constructor Details

    • TLcdContour

      public TLcdContour()
      Deprecated.
      Constructs a new TLcdValuedPolygon with no projectedPolygon or level set. Set these properties via their respective set methods.
    • TLcdContour

      public TLcdContour(ILcdPolygon aPolygon, double aLevel)
      Deprecated.
      Constructs a new TLcdValuedPolygon with no projectedPolygon aPolygon and level aLevel.
      Parameters:
      aPolygon - The projectedPolygon of this TLcdValuedPolygon.
      aLevel - The level of this TLcdValuedPolygon.
  • Method Details