By default, the SP3 propagator uses the standard Lagrange interpolation scheme, interpolating position and velocity separately. Some files may be configured to allow the Hermitian interpolation.
Read-write property
[Visual Basic .NET] |
---|
Public Property InterpolationMethod() As AgEVeInterpolationMethod |
[C#] |
---|
public AgEVeInterpolationMethod InterpolationMethod {get; set;} |
[Managed C++] |
---|
public: __property AgEVeInterpolationMethod get_InterpolationMethod(); |
[Unmanaged C++] |
---|
public: HRESULT get_InterpolationMethod( AgEVeInterpolationMethod * pVal ); public: HRESULT put_InterpolationMethod( AgEVeInterpolationMethod InterpolationMethod ); |
[Java] |
---|
public AgEVeInterpolationMethod getInterpolationMethod(); public void setInterpolationMethod( AgEVeInterpolationMethod ); |
[Python - STK API ] |
---|
@property def InterpolationMethod(self) -> "AgEVeInterpolationMethod": @InterpolationMethod.setter def InterpolationMethod(self, InterpolationMethod:"AgEVeInterpolationMethod") -> None: |