CoverageLatLonBox ================= .. py:class:: ansys.stk.core.stkobjects.CoverageLatLonBox Latitude/longitude box area of interest. .. py:currentmodule:: CoverageLatLonBox Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CoverageLatLonBox.longitude_span` - Longitude span. * - :py:attr:`~ansys.stk.core.stkobjects.CoverageLatLonBox.latitude_span` - Latitude span. * - :py:attr:`~ansys.stk.core.stkobjects.CoverageLatLonBox.center` - Center object. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoverageLatLonBox Property detail --------------- .. py:property:: longitude_span :canonical: ansys.stk.core.stkobjects.CoverageLatLonBox.longitude_span :type: float Longitude span. .. py:property:: latitude_span :canonical: ansys.stk.core.stkobjects.CoverageLatLonBox.latitude_span :type: float Latitude span. .. py:property:: center :canonical: ansys.stk.core.stkobjects.CoverageLatLonBox.center :type: ISTKObject Center object.