Click or drag to resize

SP3aEphemerisCreatePoint Method

Creates a point based on the PointInterpolator using the ECEF coordinate frame and the default TranslationalMotionInterpolator.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Point CreatePoint(
	int prn
)

Parameters

prn
Type: SystemInt32
The PRN to create the point for.

Return Value

Type: Point
A point based on the default interpolator.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the prn is not listed in this SP3 file.
See Also