public static enum Dt2ElevationData.DtedFormat extends java.lang.Enum<Dt2ElevationData.DtedFormat>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
extension |
double |
resolution |
java.lang.String |
type |
Modifier and Type | Method and Description |
---|---|
static Dt2ElevationData.DtedFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dt2ElevationData.DtedFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dt2ElevationData.DtedFormat DTED0
public static final Dt2ElevationData.DtedFormat DTED1
public static final Dt2ElevationData.DtedFormat DTED2
public static final Dt2ElevationData.DtedFormat DTED3
public final java.lang.String type
public final java.lang.String extension
public final double resolution
public static Dt2ElevationData.DtedFormat[] values()
for (Dt2ElevationData.DtedFormat c : Dt2ElevationData.DtedFormat.values()) System.out.println(c);
public static Dt2ElevationData.DtedFormat valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null