Gets or sets the Earth-fixed longitude where the satellite has crossed the inertial equator (the intersection of the ground track and the inertial equator) from south to north based on an assumption of two-body motion. Uses Angle dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property LAN() As System.Object |
[C#] |
---|
public System.Object LAN {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_LAN(); |
[Unmanaged C++] |
---|
public: HRESULT get_LAN( VARIANT * pVal ); public: HRESULT put_LAN( VARIANT InVal ); |
[Java] |
---|
public AgVariant getLAN(); public void setLAN( AgVariant ); |