public static enum CoverageCS.Type extends java.lang.Enum<CoverageCS.Type>
Enum Constant and Description |
---|
Coverage |
Curvilinear |
Fmrc |
Grid |
Swath |
Modifier and Type | Method and Description |
---|---|
static CoverageCS.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoverageCS.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageCS.Type Coverage
public static final CoverageCS.Type Curvilinear
public static final CoverageCS.Type Grid
public static final CoverageCS.Type Swath
public static final CoverageCS.Type Fmrc
public static CoverageCS.Type[] values()
for (CoverageCS.Type c : CoverageCS.Type.values()) System.out.println(c);
public static CoverageCS.Type 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