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

BoundingBox

Gets the bounding box.

CoordinateReferenceSystem

Gets the coordinate reference system.

ExtraMembers

Gets the extra members.

Type

Gets the type of the GeoJson object.