Package com.ibm.cloud.cloudant.v1.model
Interface GetGeoOptions.Relation
-
- Enclosing class:
- GetGeoOptions
public static interface GetGeoOptions.Relation
Query parameter to specify the DE-9IM (Dimensionally Extended nine-Intersection Model)geospatial relationship between the query geometry and the result documents.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTAINS
contains.static String
CONTAINS_PROPERLY
contains_properly.static String
COVERED_BY
covered_by.static String
COVERS
covers.static String
CROSSES
crosses.static String
DISJOINT
disjoint.static String
INTERSECTS
intersects.static String
OVERLAPS
overlaps.static String
TOUCHES
touches.static String
WITHIN
within.
-
-
-
Field Detail
-
CONTAINS
static final String CONTAINS
contains.- See Also:
- Constant Field Values
-
CONTAINS_PROPERLY
static final String CONTAINS_PROPERLY
contains_properly.- See Also:
- Constant Field Values
-
COVERED_BY
static final String COVERED_BY
covered_by.- See Also:
- Constant Field Values
-
COVERS
static final String COVERS
covers.- See Also:
- Constant Field Values
-
CROSSES
static final String CROSSES
crosses.- See Also:
- Constant Field Values
-
DISJOINT
static final String DISJOINT
disjoint.- See Also:
- Constant Field Values
-
INTERSECTS
static final String INTERSECTS
intersects.- See Also:
- Constant Field Values
-
OVERLAPS
static final String OVERLAPS
overlaps.- See Also:
- Constant Field Values
-
TOUCHES
static final String TOUCHES
touches.- See Also:
- Constant Field Values
-
WITHIN
static final String WITHIN
within.- See Also:
- Constant Field Values
-
-