SP3cEphemerisGetApproximatePositionalStandardDeviationDataForSatellite Method |
Gets the raw approximate positional standard deviation data associated with a particular satellite.
The
Order of the data will
depend on whether this SP3-c file has velocity data included.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic DateMotionCollection<Cartesian> GetApproximatePositionalStandardDeviationDataForSatellite(
SatelliteIdentifier identifier
)
Public Function GetApproximatePositionalStandardDeviationDataForSatellite (
identifier As SatelliteIdentifier
) As DateMotionCollection(Of Cartesian)
public:
DateMotionCollection<Cartesian>^ GetApproximatePositionalStandardDeviationDataForSatellite(
SatelliteIdentifier identifier
)
member GetApproximatePositionalStandardDeviationDataForSatellite :
identifier : SatelliteIdentifier -> DateMotionCollection<Cartesian>
Parameters
- identifier
- Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The identifier of the satellite.
Return Value
Type:
DateMotionCollectionCartesianThe approximate positional standard deviation data associated with the satellite.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Data does not exist for the specified satellite identifier.
|
See Also