T
- The type of the data.public class SP3cEphemerisData<T> extends Object
Modifier and Type | Method and Description |
---|---|
List<T> |
getDataForSatellite(SatelliteIdentifier identifier)
Gets the list of data associated with a particular satellite.
|
Collection<SatelliteIdentifier> |
getSatellites()
Gets the collection of satellites for which data is available.
|
@Nonnull public final List<T> getDataForSatellite(@Nonnull SatelliteIdentifier identifier)
identifier
- The identifier of the satellite.ArgumentException
- Data does not exist for the specified satellite identifier.public final Collection<SatelliteIdentifier> getSatellites()