public static enum DummyProductBuilder.GC extends Enum<DummyProductBuilder.GC>
Enum Constant and Description |
---|
MAP
Map/CRS geo-coding
|
NONE
No geo-coding (default)
|
PER_PIXEL
Per-pixel geo-coding
|
TIE_POINTS
Tie-points based geo-coding
|
Modifier and Type | Method and Description |
---|---|
static DummyProductBuilder.GC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DummyProductBuilder.GC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DummyProductBuilder.GC NONE
public static final DummyProductBuilder.GC MAP
public static final DummyProductBuilder.GC TIE_POINTS
public static final DummyProductBuilder.GC PER_PIXEL
public static DummyProductBuilder.GC[] values()
for (DummyProductBuilder.GC c : DummyProductBuilder.GC.values()) System.out.println(c);
public static DummyProductBuilder.GC 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.