CoverageResolutionLatLon ======================== .. py:class:: ansys.stk.core.stkobjects.CoverageResolutionLatLon Bases: :py:class:`~ansys.stk.core.stkobjects.ICoverageResolution` Lat/Lon: Determine the location of grid coordinates by specifying a latitude/longitude resolution value. .. py:currentmodule:: CoverageResolutionLatLon Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CoverageResolutionLatLon.latitude_longitude` - Get or set the latitude/longitude value used to define grid resolution. Uses Angle Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CoverageResolutionLatLon Property detail --------------- .. py:property:: latitude_longitude :canonical: ansys.stk.core.stkobjects.CoverageResolutionLatLon.latitude_longitude :type: typing.Any Get or set the latitude/longitude value used to define grid resolution. Uses Angle Dimension.