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