public static enum RelationParameters.SpatialRelationType extends java.lang.Enum<RelationParameters.SpatialRelationType>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static RelationParameters.SpatialRelationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelationParameters.SpatialRelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationParameters.SpatialRelationType NOT_SET
public static final RelationParameters.SpatialRelationType SPATIAL_REL_COINCIDENCE
public static final RelationParameters.SpatialRelationType SPATIAL_REL_CROSS
public static final RelationParameters.SpatialRelationType SPATIAL_REL_DISJOINT
public static final RelationParameters.SpatialRelationType SPATIAL_REL_IN
public static final RelationParameters.SpatialRelationType SPATIAL_REL_INTERIORINTERSECTION
public static final RelationParameters.SpatialRelationType SPATIAL_REL_INTERSECTION
public static final RelationParameters.SpatialRelationType SPATIAL_REL_LINETOUCH
public static final RelationParameters.SpatialRelationType SPATIAL_REL_OVERLAP
public static final RelationParameters.SpatialRelationType SPATIAL_REL_POINTTOUCH
public static final RelationParameters.SpatialRelationType SPATIAL_REL_RELATION
public static final RelationParameters.SpatialRelationType SPATIAL_REL_TOUCH
public static final RelationParameters.SpatialRelationType SPATIAL_REL_WITHIN
public static RelationParameters.SpatialRelationType[] values()
for (RelationParameters.SpatialRelationType c : RelationParameters.SpatialRelationType.values()) System.out.println(c);
public static RelationParameters.SpatialRelationType 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 nullpublic java.lang.String getValue()