Gets or sets the J2 property. Taking into account first order Earth oblateness effects. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property J2() As Double |
[C#] |
---|
public double J2 {get; set;} |
[Managed C++] |
---|
public: __property double get_J2(); |
[Unmanaged C++] |
---|
public: HRESULT get_J2( double * pVal ); public: HRESULT put_J2( double newVal ); |
[Java] |
---|
public double getJ2(); public void setJ2( double ); |