public static enum GridProcess.GridMode extends Enum<GridProcess.GridMode>
Enum Constant and Description |
---|
HexagonAngled |
HexagonFlat |
Rectangular |
Modifier and Type | Method and Description |
---|---|
static GridProcess.GridMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridProcess.GridMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridProcess.GridMode Rectangular
public static final GridProcess.GridMode HexagonFlat
public static final GridProcess.GridMode HexagonAngled
public static GridProcess.GridMode[] values()
for (GridProcess.GridMode c : GridProcess.GridMode.values()) System.out.println(c);
public static GridProcess.GridMode 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 © 1996–2019 Geotools. All rights reserved.