public static final class FilterByGeometryRequest.Operation extends Object
CONTAINS
:
Matches records that contain the given WKT in inputWkt
, i.e. the
given WKT is within the bounds of a record's geometry.
CROSSES
:
Matches records that cross the given WKT.
DISJOINT
:
Matches records that are disjoint from the given WKT.
EQUALS
:
Matches records that are the same as the given WKT.
INTERSECTS
: Matches records that intersect the given WKT.
OVERLAPS
:
Matches records that overlap the given WKT.
TOUCHES
:
Matches records that touch the given WKT.
WITHIN
:
Matches records that are within the given WKT.
operation
.Modifier and Type | Field and Description |
---|---|
static String |
CONTAINS
Matches records that contain the given WKT in
inputWkt , i.e. |
static String |
CROSSES
Matches records that cross the given WKT.
|
static String |
DISJOINT
Matches records that are disjoint from the given WKT.
|
static String |
EQUALS
Matches records that are the same as the given WKT.
|
static String |
INTERSECTS
Matches records that intersect the given WKT.
|
static String |
OVERLAPS
Matches records that overlap the given WKT.
|
static String |
TOUCHES
Matches records that touch the given WKT.
|
static String |
WITHIN
Matches records that are within the given WKT.
|
public static final String CONTAINS
inputWkt
, i.e.
the given WKT is within the bounds of a record's geometry.public static final String CROSSES
public static final String DISJOINT
public static final String EQUALS
public static final String INTERSECTS
public static final String OVERLAPS
public static final String TOUCHES
public static final String WITHIN
Copyright © 2020. All rights reserved.