public class SpatialOperatorNameType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static SpatialOperatorNameType |
BBOX
The instance of the BBOX type
|
static int |
BBOX_TYPE
The BBOX type
|
static SpatialOperatorNameType |
BEYOND
The instance of the Beyond type
|
static int |
BEYOND_TYPE
The Beyond type
|
static SpatialOperatorNameType |
CONTAINS
The instance of the Contains type
|
static int |
CONTAINS_TYPE
The Contains type
|
static SpatialOperatorNameType |
CROSSES
The instance of the Crosses type
|
static int |
CROSSES_TYPE
The Crosses type
|
static SpatialOperatorNameType |
DISJOINT
The instance of the Disjoint type
|
static int |
DISJOINT_TYPE
The Disjoint type
|
static SpatialOperatorNameType |
DWITHIN
The instance of the DWithin type
|
static int |
DWITHIN_TYPE
The DWithin type
|
static SpatialOperatorNameType |
EQUALS
The instance of the Equals type
|
static int |
EQUALS_TYPE
The Equals type
|
static SpatialOperatorNameType |
INTERSECTS
The instance of the Intersects type
|
static int |
INTERSECTS_TYPE
The Intersects type
|
static SpatialOperatorNameType |
OVERLAPS
The instance of the Overlaps type
|
static int |
OVERLAPS_TYPE
The Overlaps type
|
static SpatialOperatorNameType |
TOUCHES
The instance of the Touches type
|
static int |
TOUCHES_TYPE
The Touches type
|
static SpatialOperatorNameType |
WITHIN
The instance of the Within type
|
static int |
WITHIN_TYPE
The Within type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
SpatialOperatorNameType
|
int |
getType()
Method getType
Returns the type of this SpatialOperatorNameType
|
String |
toString()
Method toString
Returns the String representation of this
SpatialOperatorNameType
|
static SpatialOperatorNameType |
valueOf(String string)
Method valueOf
Returns a new SpatialOperatorNameType based on the given
String value.
|
public static final int BBOX_TYPE
public static final SpatialOperatorNameType BBOX
public static final int EQUALS_TYPE
public static final SpatialOperatorNameType EQUALS
public static final int DISJOINT_TYPE
public static final SpatialOperatorNameType DISJOINT
public static final int INTERSECTS_TYPE
public static final SpatialOperatorNameType INTERSECTS
public static final int TOUCHES_TYPE
public static final SpatialOperatorNameType TOUCHES
public static final int CROSSES_TYPE
public static final SpatialOperatorNameType CROSSES
public static final int WITHIN_TYPE
public static final SpatialOperatorNameType WITHIN
public static final int CONTAINS_TYPE
public static final SpatialOperatorNameType CONTAINS
public static final int OVERLAPS_TYPE
public static final SpatialOperatorNameType OVERLAPS
public static final int BEYOND_TYPE
public static final SpatialOperatorNameType BEYOND
public static final int DWITHIN_TYPE
public static final SpatialOperatorNameType DWITHIN
public static Enumeration enumerate()
public int getType()
public String toString()
public static SpatialOperatorNameType valueOf(String string)
string - Copyright © 2020 B3Partners B.V.. All rights reserved.