Interface ILcdAltitudeBounded

All Known Subinterfaces:
ILcdEditablePOLGeometry, ILcdPOLGeometry

public interface ILcdAltitudeBounded
An ILcdAltitudeBounded object is an object that is bounded in its altitude. Minimum and maximum altitude can be retrieved.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the maximum altitude.
    double
    Gets the minimum altitude.
    double
    Returns the value in meters of 1 distance unit used to express the altitudes.
  • Method Details

    • getMinAltitude

      double getMinAltitude()
      Gets the minimum altitude.
      Returns:
      the minimum altitude.
    • getMaxAltitude

      double getMaxAltitude()
      Gets the maximum altitude.
      Returns:
      the maximum altitude.
    • unit2Meters

      double unit2Meters()
      Returns the value in meters of 1 distance unit used to express the altitudes.
      Returns:
      the value in meters of 1 distance unit used to express the altitudes.