public static enum DummyProductBuilder.I2M extends Enum<DummyProductBuilder.I2M>
Enum Constant and Description |
---|
NOT_SET
Don't set image-to-model transformation at all (default).
|
SET_CONGRUENT
Resulting images are congruent in model space.
|
SET_INCONGRUENT
Resulting images are incongruent in model space.
|
SET_PROPORTIONAL
Proportional to image sizes.
|
Modifier and Type | Method and Description |
---|---|
static DummyProductBuilder.I2M |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DummyProductBuilder.I2M[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DummyProductBuilder.I2M NOT_SET
public static final DummyProductBuilder.I2M SET_PROPORTIONAL
public static final DummyProductBuilder.I2M SET_INCONGRUENT
public static final DummyProductBuilder.I2M SET_CONGRUENT
public static DummyProductBuilder.I2M[] values()
for (DummyProductBuilder.I2M c : DummyProductBuilder.I2M.values()) System.out.println(c);
public static DummyProductBuilder.I2M 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.