Description
The J2 property. Taking into account first order Earth oblateness effects. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property J2() As Double
|
[C#] |
---|
public double J2 {get; set;}
|
[Managed C++] |
---|
public: __property double get_J2(); public: __property void set_J2(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_J2(
double * pVal
);
public: HRESULT put_J2(
double newVal
);
|
[Java] |
---|
public double getJ2();
public void setJ2(
double
);
|
[Python - STK API] |
---|
@property
def J2(self) -> float:
@J2.setter
def J2(self, newVal:float) -> None:
|
See Also