GeospatialImageGlobeOverlay =========================== .. py:class:: ansys.stk.core.graphics.GeospatialImageGlobeOverlay Bases: :py:class:`~ansys.stk.core.graphics.IGlobeImageOverlay`, :py:class:`~ansys.stk.core.graphics.IGlobeOverlay` A globe image overlay for handling `JPEG 2000 `_ (.jp2), ECW (.ecw), ECWP, and MrSid (.sid) image formats in the WGS84 geographic projection. .. py:currentmodule:: GeospatialImageGlobeOverlay Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.GeospatialImageGlobeOverlay.use_transparent_color` - Get or set whether transparent color should be used. * - :py:attr:`~ansys.stk.core.graphics.GeospatialImageGlobeOverlay.transparent_color` - Get or set the color that will become transparent. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import GeospatialImageGlobeOverlay Property detail --------------- .. py:property:: use_transparent_color :canonical: ansys.stk.core.graphics.GeospatialImageGlobeOverlay.use_transparent_color :type: bool Get or set whether transparent color should be used. .. py:property:: transparent_color :canonical: ansys.stk.core.graphics.GeospatialImageGlobeOverlay.transparent_color :type: Color Get or set the color that will become transparent.