OrbitStateDetic#
- class ansys.stk.core.stkobjects.OrbitStateDetic#
Bases:
IOrbitState
Geodetic coordinate type (available only with a Fixed coordinate system).
Overview#
Get or set the coordinate system being used. Note that the Geodetic coordinate type is available only if a Fixed coordinate system is selected. |
|
Get the coordinate system and coordinate epoch. Note that with the Fixed coordinate system (required for the Geodetic coordinate type), the coordinate epoch is preset. |
|
Get or set the element (altitude or radius) used to specify size. |
|
Get the value of the altitude or radius. |
|
Get or set the angle between the normal to the reference ellipsoid and the equatorial plane. Uses Angle Dimension. |
|
Get or set the angle between the projection of the position vector in the equatorial plane and the prime meridian. Uses Angle Dimension. |
|
Get or set the rate of change in latitude. Uses AngleRate Dimension. |
|
Get or set the rate of change in longitude. Uses AngleRate Dimension. |
|
Return an array of supported coordinate system types. |
|
Smart epoch component allows the user to configure the state epoch explicitly or implicitly (using a pre-defined or custom time instant component). |
Import detail#
from ansys.stk.core.stkobjects import OrbitStateDetic
Property detail#
- property OrbitStateDetic.coordinate_system_type: CoordinateSystem#
Get or set the coordinate system being used. Note that the Geodetic coordinate type is available only if a Fixed coordinate system is selected.
- property OrbitStateDetic.coordinate_system: OrbitStateCoordinateSystem#
Get the coordinate system and coordinate epoch. Note that with the Fixed coordinate system (required for the Geodetic coordinate type), the coordinate epoch is preset.
- property OrbitStateDetic.size_type: GeodeticSize#
Get or set the element (altitude or radius) used to specify size.
- property OrbitStateDetic.size: IGeodeticSize#
Get the value of the altitude or radius.
- property OrbitStateDetic.latitude: float#
Get or set the angle between the normal to the reference ellipsoid and the equatorial plane. Uses Angle Dimension.
- property OrbitStateDetic.longitude: float#
Get or set the angle between the projection of the position vector in the equatorial plane and the prime meridian. Uses Angle Dimension.
- property OrbitStateDetic.latitude_rate: float#
Get or set the rate of change in latitude. Uses AngleRate Dimension.
- property OrbitStateDetic.longitude_rate: float#
Get or set the rate of change in longitude. Uses AngleRate Dimension.
- property OrbitStateDetic.supported_coordinate_system_types: list#
Return an array of supported coordinate system types.
- property OrbitStateDetic.state_epoch: ITimeToolInstantSmartEpoch#
Smart epoch component allows the user to configure the state epoch explicitly or implicitly (using a pre-defined or custom time instant component).