Class GeoJsonGeometry

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.GeoJsonObjectModel

Assembly

MongoDB.Driver.dll

Represents a GeoJson Geometry object.

[BsonSerializer(typeof(GeoJsonGeometrySerializer<>))]
public abstract class GeoJsonGeometry<TCoordinates> : GeoJsonObject<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates

The type of the coordinates.

Inheritance

GeoJsonGeometry

Derived

Inherited Members

Constructors

GeoJsonGeometry(GeoJsonObjectArgs)

Initializes a new instance of the GeoJsonGeometry class.