org.deegree.tools.rendering.dem.builder
Enum MacroTriangle.Orientation
java.lang.Object
java.lang.Enum<MacroTriangle.Orientation>
org.deegree.tools.rendering.dem.builder.MacroTriangle.Orientation
- All Implemented Interfaces:
- Serializable, Comparable<MacroTriangle.Orientation>
- Enclosing class:
- MacroTriangle
static enum MacroTriangle.Orientation
- extends Enum<MacroTriangle.Orientation>
NORTH
public static final MacroTriangle.Orientation NORTH
SOUTH
public static final MacroTriangle.Orientation SOUTH
WEST
public static final MacroTriangle.Orientation WEST
EAST
public static final MacroTriangle.Orientation EAST
NORTH_WEST
public static final MacroTriangle.Orientation NORTH_WEST
NORTH_EAST
public static final MacroTriangle.Orientation NORTH_EAST
SOUTH_WEST
public static final MacroTriangle.Orientation SOUTH_WEST
SOUTH_EAST
public static final MacroTriangle.Orientation SOUTH_EAST
values
public static MacroTriangle.Orientation[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (MacroTriangle.Orientation c : MacroTriangle.Orientation.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MacroTriangle.Orientation valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>