CoverageAltitudeMethod ====================== .. py:class:: ansys.stk.core.stkobjects.CoverageAltitudeMethod IntEnum .. py:currentmodule:: CoverageAltitudeMethod Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown altitude method. * - :py:attr:`~ABOVE_TERRAIN` - Altitude above terrain. * - :py:attr:`~ABOVE_ELLIPSOID` - Altitude above the surface. * - :py:attr:`~RADIUS` - Radius from the center of the Earth. * - :py:attr:`~ABOVE_MEAN_SEA_LEVEL` - Altitude above MSL of the surface. * - :py:attr:`~DEPTH` - Depth below the surface. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoverageAltitudeMethod