Interface ILcdEditableAreaMinimumAltitude

All Superinterfaces:
Cloneable, ILcd2DEditablePointList, ILcd2DEditableShape, ILcd3DEditablePointList, ILcd3DEditablePolygon, ILcd3DEditableShape, ILcdAreaMinimumAltitude, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdPointList, ILcdPolygon, ILcdShape, Serializable
All Known Implementing Classes:
TLcdAreaMinimumAltitude, TLcdFeaturedAreaMinimumAltitude

public interface ILcdEditableAreaMinimumAltitude extends ILcdAreaMinimumAltitude, ILcd3DEditablePolygon
This interface is an extension of the ILcdAreaMinimumAltitude interface that allows to change its attributes and geometry.
Since:
2014.0
  • Method Details

    • setAltitude

      void setAltitude(Integer aAltitude)
      Set the altitude of this area.

      Can be null if the altitude is unknown.

      Parameters:
      aAltitude - the new altitude, or null if unknown.
      See Also:
    • setAltitudeUnit

      void setAltitudeUnit(TLcdAltitudeUnit aAltitudeUnit)
      Set the altitude unit of the altitude of this area.

      Can only be null if the altitude is unknown.

      Parameters:
      aAltitudeUnit - the new altitude unit, or null if the altitude is unknown.
      See Also: