public enum ITRFVersion extends Enum<ITRFVersion>
EOPEntry
,
HelmertTransformation
Modifier and Type | Class and Description |
---|---|
static class |
ITRFVersion.Converter
Specialized transform provider between ITRF frames.
|
Enum Constant and Description |
---|
ITRF_1988
Constant for ITRF 88.
|
ITRF_1989
Constant for ITRF 89.
|
ITRF_1990
Constant for ITRF 1990.
|
ITRF_1991
Constant for ITRF 1991.
|
ITRF_1992
Constant for ITRF 1992.
|
ITRF_1993
Constant for ITRF 1993.
|
ITRF_1994
Constant for ITRF 1994.
|
ITRF_1996
Constant for ITRF 1996.
|
ITRF_1997
Constant for ITRF 1997.
|
ITRF_2000
Constant for ITRF 2000.
|
ITRF_2005
Constant for ITRF 2005.
|
ITRF_2008
Constant for ITRF 2008.
|
ITRF_2014
Constant for ITRF 2014.
|
Modifier and Type | Method and Description |
---|---|
static ITRFVersion.Converter |
getConverter(ITRFVersion origin,
ITRFVersion destination)
Find a converter between specified ITRF frames.
|
static ITRFVersion.Converter |
getConverter(ITRFVersion origin,
ITRFVersion destination,
TimeScale tt)
Find a converter between specified ITRF frames.
|
static ITRFVersion |
getITRFVersion(int year)
Find an ITRF version from its reference year.
|
static ITRFVersion |
getITRFVersion(String name)
Find an ITRF version from its name.
|
String |
getName()
Get the name the frame version.
|
int |
getYear()
Get the reference year of the frame version.
|
static ITRFVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITRFVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITRFVersion ITRF_2014
public static final ITRFVersion ITRF_2008
public static final ITRFVersion ITRF_2005
public static final ITRFVersion ITRF_2000
public static final ITRFVersion ITRF_1997
public static final ITRFVersion ITRF_1996
public static final ITRFVersion ITRF_1994
public static final ITRFVersion ITRF_1993
public static final ITRFVersion ITRF_1992
public static final ITRFVersion ITRF_1991
public static final ITRFVersion ITRF_1990
public static final ITRFVersion ITRF_1989
public static final ITRFVersion ITRF_1988
public static ITRFVersion[] values()
for (ITRFVersion c : ITRFVersion.values()) System.out.println(c);
public static ITRFVersion valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getYear()
public String getName()
public static ITRFVersion getITRFVersion(int year)
year
- reference year of the frame versionpublic static ITRFVersion getITRFVersion(String name)
name
- name of the frame version (case is ignored)@DefaultDataContext public static ITRFVersion.Converter getConverter(ITRFVersion origin, ITRFVersion destination)
This method uses the default data context
.
origin
- origin ITRFdestination
- destination ITRForigin
to destination
getConverter(ITRFVersion, ITRFVersion, TimeScale)
public static ITRFVersion.Converter getConverter(ITRFVersion origin, ITRFVersion destination, TimeScale tt)
origin
- origin ITRFdestination
- destination ITRFtt
- TT time scale.origin
to destination
Copyright © 2002-2022 CS GROUP. All rights reserved.