AGI STK Objects 11Send comments on this topic.
SetCoordinateAxesType Method (IAgVeAttitudeExportTool)
See Also 
CoordinateAxes
Windows






Windows & Linux

Description

Selects the coordinate axes to be used in the file.

Syntax

[Visual Basic .NET]
Public Sub SetCoordinateAxesType( _
   ByVal CoordinateAxes As AgEAttCoordinateAxes _
) 
[C#]
public void SetCoordinateAxesType(
   AgEAttCoordinateAxes CoordinateAxes
);
[Managed C++]
public: void SetCoordinateAxesType(
   AgEAttCoordinateAxes CoordinateAxes
);
[Java]
public  setCoordinateAxesType(
   AgEAttCoordinateAxes CoordinateAxes
);
[Unmanaged C++]
public: HRESULT SetCoordinateAxesType(
   AgEAttCoordinateAxes CoordinateAxes
);

Parameters

CoordinateAxes
MemberValueDescription
eAttCoordinateAxesCustom0Custom reference axes.
eAttCoordinateAxesFixed1The Fixed frame of a central body is the frame in which its topography is expressed.
eAttCoordinateAxesJ20002Mean Equator and Mean Equinox of the J2000 epoch (JD 2451545.0 TDB which is 1 Jan 2000 12:00:00.000 TDB). The J2000 axes were considered the best realized inertial axes until the development of the ICRF.
eAttCoordinateAxesICRF3International Celestial Reference Frame. The ICRF axes are defined as the inertial (i.e., kinematically non-rotating) axes associated with a general relativity frame centered at the solar system barycenter (often called the BCRF).
eAttCoordinateAxesInertial4Each central body defines its own Inertial frame computed as a constant rotation from the ICRF frame. Earth and Sun both define their Inertial frames as ICRF itself (i.e., no rotation) and do not provide an additional frame named Inertial.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.