|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<AbstractPreparedGeometryFilter.Literals>
AbstractPreparedGeometryFilter.Literals
protected static enum AbstractPreparedGeometryFilter.Literals
Constant that identifies which expressions are Literal and JTS Geometries
Enum Constant Summary | |
---|---|
BOTH
Both expressions are Literal expressions |
|
LEFT
Expression1 the "left" geometry is a Literal |
|
NEITHER
Neither Expression are Literal s |
|
RIGHT
Expression2 the "right" geometry is a Literal |
Method Summary | |
---|---|
static AbstractPreparedGeometryFilter.Literals |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbstractPreparedGeometryFilter.Literals[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AbstractPreparedGeometryFilter.Literals NEITHER
Literal
s
public static final AbstractPreparedGeometryFilter.Literals RIGHT
Literal
public static final AbstractPreparedGeometryFilter.Literals LEFT
Literal
public static final AbstractPreparedGeometryFilter.Literals BOTH
Literal
expressions
Method Detail |
---|
public static AbstractPreparedGeometryFilter.Literals[] values()
for (AbstractPreparedGeometryFilter.Literals c : AbstractPreparedGeometryFilter.Literals.values()) System.out.println(c);
public static AbstractPreparedGeometryFilter.Literals valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |