public static enum SiGridAlgorithm.Config extends Enum<SiGridAlgorithm.Config>
| Enum Constant and Description |
|---|
DISTANCE_FUNCTION |
GRID_SIZE |
MIN_ACCURACY |
RASTER_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static SiGridAlgorithm.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiGridAlgorithm.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiGridAlgorithm.Config GRID_SIZE
public static final SiGridAlgorithm.Config RASTER_SIZE
public static final SiGridAlgorithm.Config DISTANCE_FUNCTION
public static final SiGridAlgorithm.Config MIN_ACCURACY
public static SiGridAlgorithm.Config[] values()
for (SiGridAlgorithm.Config c : SiGridAlgorithm.Config.values()) System.out.println(c);
public static SiGridAlgorithm.Config 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 © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.