MapProjection ============= .. py:class:: ansys.stk.core.graphics.MapProjection IntEnum .. py:currentmodule:: MapProjection Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~MERCATOR` - Mercator projection. * - :py:attr:`~EQUIDISTANT_CYLINDRICAL` - Equidistant Cylindrical projection. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import MapProjection