protected static enum AbstractPreparedGeometryFilter.Literals extends Enum<AbstractPreparedGeometryFilter.Literals>
Enum Constant and Description |
---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final AbstractPreparedGeometryFilter.Literals NEITHER
Literal
spublic static final AbstractPreparedGeometryFilter.Literals RIGHT
Literal
public static final AbstractPreparedGeometryFilter.Literals LEFT
Literal
public static final AbstractPreparedGeometryFilter.Literals BOTH
Literal
expressionspublic 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 nameNullPointerException
- if the argument is nullCopyright © 1996–2023 Geotools. All rights reserved.