public static enum FastJGeometry.FastOp extends java.lang.Enum<FastJGeometry.FastOp>
| Enum Constant and Description |
|---|
ANYINTERACT |
DISTANCE |
ISINSIDE |
| Modifier and Type | Method and Description |
|---|---|
static FastJGeometry.FastOp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FastJGeometry.FastOp[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final FastJGeometry.FastOp ANYINTERACT
public static final FastJGeometry.FastOp DISTANCE
public static final FastJGeometry.FastOp ISINSIDE
public static FastJGeometry.FastOp[] values()
for (FastJGeometry.FastOp c : FastJGeometry.FastOp.values())
System.out.println(c);
public static FastJGeometry.FastOp valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null