public static enum RasterDataSymbol.Source extends Enum<RasterDataSymbol.Source>
| Enum Constant and Description |
|---|
GEOPHYSICAL
Geophysically interpreted data (e.g. calibration scaling applied).
|
RAW
Raw sample data (e.g. measurement counts).
|
| Modifier and Type | Method and Description |
|---|---|
static RasterDataSymbol.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RasterDataSymbol.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RasterDataSymbol.Source RAW
public static final RasterDataSymbol.Source GEOPHYSICAL
public static RasterDataSymbol.Source[] values()
for (RasterDataSymbol.Source c : RasterDataSymbol.Source.values()) System.out.println(c);
public static RasterDataSymbol.Source 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–2017 European Space Agency (ESA). All rights reserved.