Click or drag to resize

SP3cEphemerisCreatePoint 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: 26.1.424.0 (26.1.424.0)
Syntax
public Point CreatePoint(
	SatelliteIdentifier identifier
)

Parameters

identifier
Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The satellite to create the point for.

Return Value

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