Geocentric ========== .. py:class:: ansys.stk.core.stkutil.Geocentric Bases: :py:class:`~ansys.stk.core.stkutil.IPosition` Class defining Geocentric position. .. py:currentmodule:: Geocentric Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkutil.Geocentric.latitude` - Uses Latitude Dimension. * - :py:attr:`~ansys.stk.core.stkutil.Geocentric.longitude` - Uses Longitude Dimension. * - :py:attr:`~ansys.stk.core.stkutil.Geocentric.altitude` - Dimension depends on context. Import detail ------------- .. code-block:: python from ansys.stk.core.stkutil import Geocentric Property detail --------------- .. py:property:: latitude :canonical: ansys.stk.core.stkutil.Geocentric.latitude :type: typing.Any Uses Latitude Dimension. .. py:property:: longitude :canonical: ansys.stk.core.stkutil.Geocentric.longitude :type: typing.Any Uses Longitude Dimension. .. py:property:: altitude :canonical: ansys.stk.core.stkutil.Geocentric.altitude :type: float Dimension depends on context.