Class GeoJsonObject
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
Represents a GeoJson object (see subclasses).
[BsonSerializer(typeof(GeoJsonObjectSerializer<>))]
public abstract class GeoJsonObject<TCoordinates> where TCoordinates : GeoJsonCoordinates
Type Parameters
TCoordinates
The type of the coordinates.
Inheritance
GeoJsonObject
Derived
Inherited Members
Constructors
GeoJsonObject(GeoJsonObjectArgs)
Initializes a new instance of the GeoJsonObject class.
Properties
Gets the bounding box.
Gets the coordinate reference system.
Gets the extra members.
Gets the type of the GeoJson object.