Package com.gpudb.protocol
Class FilterByGeometryRequest.Operation
java.lang.Object
com.gpudb.protocol.FilterByGeometryRequest.Operation
Enclosing class:
A set of string constants for the
FilterByGeometryRequest parameter operation.
The geometric filtering operation to perform.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMatches records that contain the given WKT ininputWkt, i.e. the given WKT is within the bounds of a record’s geometry.static final StringMatches records that cross the given WKT.static final StringMatches records that are disjoint from the given WKT.static final StringMatches records that are the same as the given WKT.static final StringMatches records that intersect the given WKT.static final StringMatches records that overlap the given WKT.static final StringMatches records that touch the given WKT.static final StringMatches records that are within the given WKT.
Field Details