public static class ITRFVersionLoader.ITRFVersionConfiguration extends Object
| Constructor and Description |
|---|
ITRFVersionConfiguration(String prefix,
ITRFVersion version,
int validityStart,
int validityEnd)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(String name)
Check if this entry applies to a file name.
|
ITRFVersion |
getVersion()
Get ITRF version.
|
boolean |
isValid(int mjd)
Check if configuration entry is valid for a date.
|
public ITRFVersionConfiguration(String prefix, ITRFVersion version, int validityStart, int validityEnd)
prefix - file names to which this configuration appliesversion - ITRF versionvalidityStart - start of validity MJD (included)validityEnd - end of validity MJD (excluded)public boolean appliesTo(String name)
name - file name to checkpublic ITRFVersion getVersion()
public boolean isValid(int mjd)
mjd - date to check in modified Julian dayCopyright © 2002-2022 CS GROUP. All rights reserved.