LatitudeLongitudeAltitudeCentric#

class ansys.stk.core.stkobjects.LatitudeLongitudeAltitudeCentric#

Bases: ILatitudeLongitudeAltitudePosition

Geocentric LLA position.

Overview#

latitude

Latitude: angle above the x-y plane. Uses Latitude Dimension.

longitude

Longitude: angle in x-y plane from x towards y. Uses Longitude Dimension.

radius

Radius measured from the center of mass of the central body. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects import LatitudeLongitudeAltitudeCentric

Property detail#

property LatitudeLongitudeAltitudeCentric.latitude: float#

Latitude: angle above the x-y plane. Uses Latitude Dimension.

property LatitudeLongitudeAltitudeCentric.longitude: float#

Longitude: angle in x-y plane from x towards y. Uses Longitude Dimension.

property LatitudeLongitudeAltitudeCentric.radius: float#

Radius measured from the center of mass of the central body. Uses Distance Dimension.