Serializable
, Comparable<ITRFVersion>
public enum ITRFVersion extends Enum<ITRFVersion>
EOPEntry
,
HelmertTransformation
Modifier and Type | Class | Description |
---|---|---|
static class |
ITRFVersion.Converter |
Specialized transform provider between ITRF frames.
|
Enum Constant | Description |
---|---|
ITRF_2000 |
Constant for ITRF 2000.
|
ITRF_2005 |
Constant for ITRF 2005.
|
ITRF_2008 |
Constant for ITRF 2008.
|
ITRF_2014 |
Constant for ITRF 2014.
|
ITRF_88 |
Constant for ITRF 88.
|
ITRF_89 |
Constant for ITRF 89.
|
ITRF_90 |
Constant for ITRF 90.
|
ITRF_91 |
Constant for ITRF 91.
|
ITRF_92 |
Constant for ITRF 92.
|
ITRF_93 |
Constant for ITRF 93.
|
ITRF_94 |
Constant for ITRF 94.
|
ITRF_96 |
Constant for ITRF 96.
|
ITRF_97 |
Constant for ITRF 97.
|
Modifier and Type | Method | Description |
---|---|---|
static ITRFVersion.Converter |
getConverter(ITRFVersion origin,
ITRFVersion destination) |
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_97
public static final ITRFVersion ITRF_96
public static final ITRFVersion ITRF_94
public static final ITRFVersion ITRF_93
public static final ITRFVersion ITRF_92
public static final ITRFVersion ITRF_91
public static final ITRFVersion ITRF_90
public static final ITRFVersion ITRF_89
public static final ITRFVersion ITRF_88
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)public static ITRFVersion.Converter getConverter(ITRFVersion origin, ITRFVersion destination)
origin
- origin ITRFdestination
- destination ITRForigin
to destination
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.