Package org.n52.shetland.oasis.odata
Interface ODataConstants.SpatialFunctions
-
- Enclosing interface:
- ODataConstants
public static interface ODataConstants.SpatialFunctions
-
-
Field Summary
Fields Modifier and Type Field Description static StringST_CONTAINSstatic StringST_CROSSESstatic StringST_DISJOINTstatic StringST_EQUALSstatic StringST_INTERSECTSstatic StringST_OVERLAPSstatic StringST_RELATEstatic StringST_TOUCHESstatic StringST_WITHIN
-
-
-
Field Detail
-
ST_EQUALS
static final String ST_EQUALS
- See Also:
- Constant Field Values
-
ST_DISJOINT
static final String ST_DISJOINT
- See Also:
- Constant Field Values
-
ST_TOUCHES
static final String ST_TOUCHES
- See Also:
- Constant Field Values
-
ST_WITHIN
static final String ST_WITHIN
- See Also:
- Constant Field Values
-
ST_OVERLAPS
static final String ST_OVERLAPS
- See Also:
- Constant Field Values
-
ST_CROSSES
static final String ST_CROSSES
- See Also:
- Constant Field Values
-
ST_INTERSECTS
static final String ST_INTERSECTS
- See Also:
- Constant Field Values
-
ST_CONTAINS
static final String ST_CONTAINS
- See Also:
- Constant Field Values
-
ST_RELATE
static final String ST_RELATE
- See Also:
- Constant Field Values
-
-