Helper method to assign a new orbit state using Geodetic representation
[Visual Basic .NET] |
---|
Public Sub AssignGeodetic( _ ByVal ECoordinateSystem As AgECoordinateSystem, _ ByVal Latitude As Double, _ ByVal Longitude As Double, _ ByVal Altitude As Double, _ ByVal LatitudeRate As Double, _ ByVal LongitudeRate As Double, _ ByVal AltitudeRate As Double _ ) As |
[C#] |
---|
public void AssignGeodetic( AgECoordinateSystem ECoordinateSystem, double Latitude, double Longitude, double Altitude, double LatitudeRate, double LongitudeRate, double AltitudeRate ); |
[Managed C++] |
---|
public: void AssignGeodetic( AgECoordinateSystem ECoordinateSystem, double Latitude, double Longitude, double Altitude, double LatitudeRate, double LongitudeRate, double AltitudeRate ); |
[Java] |
---|
public void assignGeodetic( AgECoordinateSystem ECoordinateSystem, double Latitude, double Longitude, double Altitude, double LatitudeRate, double LongitudeRate, double AltitudeRate ); |
[Unmanaged C++] |
---|
public: HRESULT AssignGeodetic( AgECoordinateSystem ECoordinateSystem, double Latitude, double Longitude, double Altitude, double LatitudeRate, double LongitudeRate, double AltitudeRate ); |
- ECoordinateSystem
- Latitude
- Longitude
- Altitude
- LatitudeRate
- LongitudeRate
- AltitudeRate