LatitudeLongitudeAltitudeDetic#

class ansys.stk.core.stkobjects.LatitudeLongitudeAltitudeDetic#

Bases: ILatitudeLongitudeAltitudePosition

Geodetic 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.

altitude

Altitude measured along the normal to the surface of an ellipsoid defined with reference to the central body. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects import LatitudeLongitudeAltitudeDetic

Property detail#

property LatitudeLongitudeAltitudeDetic.latitude: float#

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

property LatitudeLongitudeAltitudeDetic.longitude: float#

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

property LatitudeLongitudeAltitudeDetic.altitude: float#

Altitude measured along the normal to the surface of an ellipsoid defined with reference to the central body. Uses Distance Dimension.