ElementGeodetic#
Overview#
Measured in degrees from -90.0 deg to +90.0 deg. The geodetic latitude of a point is the angle between the normal to the reference ellipsoid and the equatorial plane. Uses Angle Dimension. |
|
Measured in degrees from -360.0 deg to +360.0 deg. The longitude of a point is the angle between the projection of the position vector in the equatorial plane and the prime meridian. Uses Angle Dimension. |
|
Measured along an outward normal to the surface of the ellipsoid. Uses Distance Dimension. |
|
Measured from the center of the Earth. Specified as distance above or below the reference ellipsoid. Uses Distance Dimension. |
|
Get or set the rate of change of the satelliteβs latitude. Uses Rate Dimension. |
|
Get or set the rate of change of the satelliteβs longitude. Uses Rate Dimension. |
|
Get or set the rate of change of the altitude. Uses Rate Dimension. |
|
Get or set the rate of change of the radius. Uses Rate Dimension. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ElementGeodetic
Property detail#
- property ElementGeodetic.latitude: Any#
Measured in degrees from -90.0 deg to +90.0 deg. The geodetic latitude of a point is the angle between the normal to the reference ellipsoid and the equatorial plane. Uses Angle Dimension.
- property ElementGeodetic.longitude: Any#
Measured in degrees from -360.0 deg to +360.0 deg. The longitude of a point is the angle between the projection of the position vector in the equatorial plane and the prime meridian. Uses Angle Dimension.
- property ElementGeodetic.altitude: float#
Measured along an outward normal to the surface of the ellipsoid. Uses Distance Dimension.
- property ElementGeodetic.radius_magnitude: float#
Measured from the center of the Earth. Specified as distance above or below the reference ellipsoid. Uses Distance Dimension.
- property ElementGeodetic.latitude_rate: float#
Get or set the rate of change of the satelliteβs latitude. Uses Rate Dimension.
- property ElementGeodetic.longitude_rate: float#
Get or set the rate of change of the satelliteβs longitude. Uses Rate Dimension.