public class ITRFVersionLoader extends Object
The ITRF version configuration file specifies
the ITRF versions
that each
type of Earth Orientation Parameter file contains
for each date. This configuration file is used to
interpret EOP C04
files,
Bulletin A
files,
Bulletin B
files,
rapid data
and prediction files in columns format
files,
rapid data
and prediction files in XML format
files...
This file is an Orekit-specific configuration file.
This class is immutable and hence thread-safe
EOPC04FilesLoader
,
BulletinAFilesLoader
,
BulletinBFilesLoader
,
RapidDataAndPredictionColumnsLoader
,
RapidDataAndPredictionXMLLoader
Modifier and Type | Class and Description |
---|---|
static class |
ITRFVersionLoader.ITRFVersionConfiguration
ITRF version configuration entry.
|
Modifier and Type | Field and Description |
---|---|
static String |
SUPPORTED_NAMES
Regular expression for supported files names.
|
Constructor and Description |
---|
ITRFVersionLoader()
Build a loader for ITRF version configuration file using the default name.
|
ITRFVersionLoader(String supportedNames)
Build a loader for ITRF version configuration file.
|
Modifier and Type | Method and Description |
---|---|
ITRFVersionLoader.ITRFVersionConfiguration |
getConfiguration(String name,
int mjd)
Get the ITRF version configuration defined by a given file at specified date.
|
public static final String SUPPORTED_NAMES
public ITRFVersionLoader(String supportedNames)
supportedNames
- regular expression for supported files namespublic ITRFVersionLoader()
ITRFVersionLoader(String)
,
SUPPORTED_NAMES
public ITRFVersionLoader.ITRFVersionConfiguration getConfiguration(String name, int mjd)
name
- EOP file namemjd
- date of the EOP in modified Julian dayCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.