Interface ILcdAreaMinimumAltitude

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdPointList, ILcdPolygon, ILcdShape, Serializable
All Known Subinterfaces:
ILcdEditableAreaMinimumAltitude
All Known Implementing Classes:
TLcdAreaMinimumAltitude, TLcdFeaturedAreaMinimumAltitude

public interface ILcdAreaMinimumAltitude extends ILcdDataObject, ILcdPolygon
Defines a minimum altitude for an area.

The interpretation of the altitudes is not defined here. For example, it is not specified if obstacles are included, and how much margin is added.

This type can be used to model any area-, cell- or quadrangle-based minimum safety altitudes, such as:

  • MORA (Minimum Off-Route Altitude)
  • ORTCA (Off-Route Terrain Clearance Altitude)
  • MEF (Maximum Elevation Figure)
  • AMA (Area Minimum Altitude)

Since:
2014.0
  • Method Details

    • getAltitude

      Integer getAltitude()
      Returns the minimum altitude for this area.

      Returns null if there is no information for this area.

      Returns:
      The minimum altitude, or null if unknown.
    • getAltitudeUnit

      TLcdAltitudeUnit getAltitudeUnit()
      Returns the unit in which the altitude is defined.

      Only returns null if the altitude is unknown.

      Returns:
      The unit of the altitude.