Serializable
, Comparable<EllipsoidId>
public enum EllipsoidId extends Enum<EllipsoidId>
Enum Constant | Description |
---|---|
GRS80 |
Constant for GRS 80 ellipsoid.
|
IERS2003 |
Constant for IERS 2003 ellipsoid.
|
IERS96 |
Constant for IERS 96 ellipsoid.
|
WGS84 |
Constant for WGS 84 ellipsoid.
|
Modifier and Type | Method | Description |
---|---|---|
static EllipsoidId |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EllipsoidId[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EllipsoidId GRS80
public static final EllipsoidId WGS84
public static final EllipsoidId IERS96
public static final EllipsoidId IERS2003
public static EllipsoidId[] values()
for (EllipsoidId c : EllipsoidId.values()) System.out.println(c);
public static EllipsoidId 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 nullCopyright © 2014-2019 CS Systèmes d'information. All rights reserved.