Class GeoJsonGeometry<TCoordinates>
- 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
TCoordinatesThe type of the coordinates.
- Inheritance
 - 
      
      GeoJsonObject<TCoordinates>GeoJsonGeometry<TCoordinates>
 
- Derived
 
- Inherited Members
 
Constructors
- GeoJsonGeometry(GeoJsonObjectArgs<TCoordinates>)
 Initializes a new instance of the GeoJsonGeometry<TCoordinates> class.