Click or drag to resize

GeoShapeRelation Enumeration

The relation of the query shape geometry to the indexed field geometry in a geo shape search definition.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public enum GeoShapeRelation
Members
  Member nameValueDescription
Contains0 Indicates that the indexed geometry contains the query geometry.
Disjoint1 Indicates that both the query and indexed geometries have nothing in common.
Intersects2 Indicates that both the query and indexed geometries intersect.
Within3 Indicates that the indexed geometry is within the query geometry.
See Also