AGIProcessedImageGlobeOverlayFactory ==================================== .. py:class:: ansys.stk.core.graphics.AGIProcessedImageGlobeOverlayFactory A globe image overlay for handling AGI Processed Image (PDTTX) files. .. py:currentmodule:: AGIProcessedImageGlobeOverlayFactory Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.AGIProcessedImageGlobeOverlayFactory.initialize_with_string` - Initialize an agi processed image globe overlay with the provided values. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import AGIProcessedImageGlobeOverlayFactory Method detail ------------- .. py:method:: initialize_with_string(self, uri: str) -> AGIProcessedImageGlobeOverlay :canonical: ansys.stk.core.graphics.AGIProcessedImageGlobeOverlayFactory.initialize_with_string Initialize an agi processed image globe overlay with the provided values. :Parameters: **uri** : :obj:`~str` :Returns: :obj:`~AGIProcessedImageGlobeOverlay`