GeospatialImageGlobeOverlayFactory ================================== .. py:class:: ansys.stk.core.graphics.GeospatialImageGlobeOverlayFactory A globe image overlay for handling `JPEG 2000 `_ (.jp2), ECW (.ecw), ECWP, and MrSid (.sid) image formats in the WGS84 geographic projection. .. py:currentmodule:: GeospatialImageGlobeOverlayFactory Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.GeospatialImageGlobeOverlayFactory.initialize_with_string` - Initialize a geospatial image globe overlay with the provided values. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import GeospatialImageGlobeOverlayFactory Method detail ------------- .. py:method:: initialize_with_string(self, uri: str) -> GeospatialImageGlobeOverlay :canonical: ansys.stk.core.graphics.GeospatialImageGlobeOverlayFactory.initialize_with_string Initialize a geospatial image globe overlay with the provided values. :Parameters: **uri** : :obj:`~str` :Returns: :obj:`~GeospatialImageGlobeOverlay`