public static enum CoverageCS.Type extends Enum<CoverageCS.Type>
Enum Constant and Description |
---|
Coverage |
Curvilinear |
Fmrc |
Grid |
Swath |
Modifier and Type | Method and Description |
---|---|
static CoverageCS.Type |
valueOf(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(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 © 1999–2017 UCAR/Unidata. All rights reserved.