Click or drag to resize

StkEphemerisFileConfigureInterpolation Method

Configures the Interpolator to use the specified interpolation algorithm and polynomial degree. The Data property must be set before calling this method.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void ConfigureInterpolation(
	InterpolationAlgorithm interpolationAlgorithm,
	int interpolationDegree
)

Parameters

interpolationAlgorithm
Type: AGI.Foundation.NumericalMethods.AdvancedInterpolationAlgorithm
The interpolation algorithm to use.
interpolationDegree
Type: SystemInt32
The degree of the polynomial to use for interpolation.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when Data is .
ArgumentNullException Thrown when interpolationAlgorithm is .
ArgumentException Thrown when interpolationAlgorithm is not supported in STK ephemeris files.
See Also