Method to changes the coordinate type to the type specified.
| [Visual Basic .NET] |
|---|
Public Function ConvertTo( _ ByVal Type As AgEOrbitStateType _ ) As IAgOrbitState |
| [C#] |
|---|
public IAgOrbitState ConvertTo( |
| [Managed C++] |
|---|
public: IAgOrbitState^ ConvertTo( |
| [Java] |
|---|
public IAgOrbitState convertTo( |
| [Unmanaged C++] |
|---|
public: HRESULT ConvertTo( |
- Type
Member Value Description eOrbitStateCartesian 0 Cartesian coordinate type. eOrbitStateClassical 1 Classical (Keplerian) coordinate type. eOrbitStateEquinoctial 2 Equinoctial coordinate type. eOrbitStateDelaunay 3 Delaunay variables coordinate type. eOrbitStateSpherical 4 Spherical coordinate type. eOrbitStateMixedSpherical 5 Mixed spherical coordinate type. eOrbitStateGeodetic 6 Geodetic coordinate type.
Convert an orbit state to another representation or coordinate system X
| [C#] | Copy Code | |
|---|---|---|
| ||
Convert an orbit state to another representation or coordinate system X
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
