SP3dEphemerisCreatePoint Method |
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic Point CreatePoint(
SatelliteIdentifier identifier
)
Public Function CreatePoint (
identifier As SatelliteIdentifier
) As Point
public:
Point^ CreatePoint(
SatelliteIdentifier identifier
)
member CreatePoint :
identifier : SatelliteIdentifier -> Point
Parameters
- identifier
- Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The satellite to create the point for.
Return Value
Type:
PointA point based on the default interpolator.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown when the identifier is not listed in this SP3 file.
|
See Also