public enum CoordinateEditorType extends Enum<CoordinateEditorType>
| Enum Constant and Description |
|---|
DD
Degre decimal.
|
DMD
Degre minute decimal
|
DMS
Degre-Minute-second.
|
| Modifier and Type | Method and Description |
|---|---|
static CoordinateEditorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateEditorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordinateEditorType DMS
public static final CoordinateEditorType DD
public static final CoordinateEditorType DMD
public static CoordinateEditorType[] values()
for (CoordinateEditorType c : CoordinateEditorType.values()) System.out.println(c);
public static CoordinateEditorType 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 © 2013 Ifremer. All rights reserved.