LatitudeLongitudeAltitudeCentric ================================ .. py:class:: ansys.stk.core.stkobjects.LatitudeLongitudeAltitudeCentric Bases: :py:class:`~ansys.stk.core.stkobjects.ILatitudeLongitudeAltitudePosition` Geocentric LLA position. .. py:currentmodule:: LatitudeLongitudeAltitudeCentric Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.LatitudeLongitudeAltitudeCentric.latitude` - Latitude: angle above the x-y plane. Uses Latitude Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.LatitudeLongitudeAltitudeCentric.longitude` - Longitude: angle in x-y plane from x towards y. Uses Longitude Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.LatitudeLongitudeAltitudeCentric.radius` - Radius measured from the center of mass of the central body. Uses Distance Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import LatitudeLongitudeAltitudeCentric Property detail --------------- .. py:property:: latitude :canonical: ansys.stk.core.stkobjects.LatitudeLongitudeAltitudeCentric.latitude :type: float Latitude: angle above the x-y plane. Uses Latitude Dimension. .. py:property:: longitude :canonical: ansys.stk.core.stkobjects.LatitudeLongitudeAltitudeCentric.longitude :type: float Longitude: angle in x-y plane from x towards y. Uses Longitude Dimension. .. py:property:: radius :canonical: ansys.stk.core.stkobjects.LatitudeLongitudeAltitudeCentric.radius :type: float Radius measured from the center of mass of the central body. Uses Distance Dimension.