public class ITRFVersionLoader extends Object implements ItrfVersionProvider
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.
|
ITRFVersionLoader(String supportedNames,
DataProvidersManager dataProvidersManager)
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
@DefaultDataContext public ITRFVersionLoader(String supportedNames)
default data context
.supportedNames
- regular expression for supported files namesITRFVersionLoader(String, DataProvidersManager)
public ITRFVersionLoader(String supportedNames, DataProvidersManager dataProvidersManager)
supportedNames
- regular expression for supported files namesdataProvidersManager
- provides access to the itrf-versions.conf
file.@DefaultDataContext public ITRFVersionLoader()
default data context
.
This constructor uses the default data context
.
public ITRFVersionLoader.ITRFVersionConfiguration getConfiguration(String name, int mjd)
ItrfVersionProvider
getConfiguration
in interface ItrfVersionProvider
name
- EOP file namemjd
- date of the EOP in modified Julian dayCopyright © 2002-2022 CS GROUP. All rights reserved.