Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ANTEX_SUPPORTED_NAMES
Default supported files name pattern for antex files.
|
Constructor and Description |
---|
AntexLoader(String supportedNames)
Simple constructor.
|
AntexLoader(String supportedNames,
DataProvidersManager dataProvidersManager,
TimeScale gps)
Construct a loader by specifying the source of ANTEX auxiliary data files.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<SatelliteAntenna> |
findSatelliteAntenna(SatelliteSystem satelliteSystem,
int prnNumber)
Find the time map for a specific satellite antenna.
|
List<ReceiverAntenna> |
getReceiversAntennas()
Get parsed receivers antennas.
|
List<TimeSpanMap<SatelliteAntenna>> |
getSatellitesAntennas()
Get parsed satellites antennas.
|
public static final String DEFAULT_ANTEX_SUPPORTED_NAMES
@DefaultDataContext public AntexLoader(String supportedNames)
default data context
.supportedNames
- regular expression for supported files namesAntexLoader(String, DataProvidersManager, TimeScale)
public AntexLoader(String supportedNames, DataProvidersManager dataProvidersManager, TimeScale gps)
supportedNames
- regular expression for supported files namesdataProvidersManager
- provides access to auxiliary data.gps
- the GPS time scale to use when loading the ANTEX files.public List<TimeSpanMap<SatelliteAntenna>> getSatellitesAntennas()
public TimeSpanMap<SatelliteAntenna> findSatelliteAntenna(SatelliteSystem satelliteSystem, int prnNumber)
satelliteSystem
- satellite systemprnNumber
- number within the satellite systempublic List<ReceiverAntenna> getReceiversAntennas()
Copyright © 2002-2022 CS GROUP. All rights reserved.