Table of Contents

Class GeoWithinGeometry<TCoordinates>

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

Object that specifies the GeoJson geometry to search within.

public sealed class GeoWithinGeometry<TCoordinates> : GeoWithinArea<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates

The type of the coordinates.

Inheritance
GeoWithinArea<TCoordinates>
GeoWithinGeometry<TCoordinates>
Inherited Members

Constructors

GeoWithinGeometry(GeoJsonGeometry<TCoordinates>)

Initializes a new instance of the GeoWithinBox<TCoordinates> class.

Properties

Geometry

Gets the GeoJson geometry.