|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SpatialOperator.SubType>
org.deegree.filter.spatial.SpatialOperator.SubType
public static enum SpatialOperator.SubType
Convenience enum type for discriminating the different SpatialOperator types.
| Enum Constant Summary | |
|---|---|
BBOX
True iff ... |
|
BEYOND
True iff ... |
|
CONTAINS
True iff ... |
|
CROSSES
True iff ... |
|
DISJOINT
True iff the two operands are disjoint. |
|
DWITHIN
True iff ... |
|
EQUALS
True iff the two operands are identical. |
|
INTERSECTS
True iff ... |
|
OVERLAPS
True iff ... |
|
TOUCHES
True iff the two operands touch. |
|
WITHIN
True iff the first operand is completely inside the second. |
|
| Method Summary | |
|---|---|
static SpatialOperator.SubType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SpatialOperator.SubType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SpatialOperator.SubType EQUALS
SpatialOperator is an instance of Equals.
public static final SpatialOperator.SubType DISJOINT
SpatialOperator is an instance of Disjoint.
public static final SpatialOperator.SubType TOUCHES
SpatialOperator is an instance of Touches.
public static final SpatialOperator.SubType WITHIN
SpatialOperator is an instance of
Within.
public static final SpatialOperator.SubType OVERLAPS
SpatialOperator is an instance of Overlaps.
public static final SpatialOperator.SubType CROSSES
SpatialOperator is an instance of Crosses.
public static final SpatialOperator.SubType INTERSECTS
SpatialOperator is an instance of Intersects.
public static final SpatialOperator.SubType CONTAINS
SpatialOperator is an instance of Contains.
public static final SpatialOperator.SubType DWITHIN
SpatialOperator is an instance of DWithin.
public static final SpatialOperator.SubType BEYOND
SpatialOperator is an instance of Beyond.
public static final SpatialOperator.SubType BBOX
SpatialOperator is an instance of BBOX.
| Method Detail |
|---|
public static SpatialOperator.SubType[] values()
for (SpatialOperator.SubType c : SpatialOperator.SubType.values()) System.out.println(c);
public static SpatialOperator.SubType 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
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||