Enum GeoShapeRelation
The relation of the query shape geometry to the indexed field geometry in a geo shape search definition.
public enum GeoShapeRelation
Fields
Contains = 0
Indicates that the indexed geometry contains the query geometry.
Disjoint = 1
Indicates that both the query and indexed geometries have nothing in common.
Intersects = 2
Indicates that both the query and indexed geometries intersect.
Within = 3
Indicates that the indexed geometry is within the query geometry.