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