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.
|
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
public AntexLoader(String supportedNames)
supportedNames
- regular expression for supported files namespublic 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-2019 CS Systèmes d'information. All rights reserved.