public static enum SpatialParameters.Mask extends java.lang.Enum<SpatialParameters.Mask>
Enum Constant and Description |
---|
ANYINTERACT |
CONTAINS |
COVEREDBY |
COVERS |
EQUAL |
INSIDE |
ON |
OVERLAPBDYDISJOINT |
OVERLAPBDYINTERSECT |
TOUCH |
Modifier and Type | Method and Description |
---|---|
static SpatialParameters.Mask |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpatialParameters.Mask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpatialParameters.Mask TOUCH
public static final SpatialParameters.Mask OVERLAPBDYDISJOINT
public static final SpatialParameters.Mask OVERLAPBDYINTERSECT
public static final SpatialParameters.Mask EQUAL
public static final SpatialParameters.Mask INSIDE
public static final SpatialParameters.Mask COVEREDBY
public static final SpatialParameters.Mask CONTAINS
public static final SpatialParameters.Mask COVERS
public static final SpatialParameters.Mask ANYINTERACT
public static final SpatialParameters.Mask ON
public static SpatialParameters.Mask[] values()
for (SpatialParameters.Mask c : SpatialParameters.Mask.values()) System.out.println(c);
public static SpatialParameters.Mask 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