Table of Contents

Class GeoJsonObjectArgs<TCoordinates>

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll

Represents additional args provided when creating a GeoJson object.

public class GeoJsonObjectArgs<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates

The type of the coordinates.

Inheritance
GeoJsonObjectArgs<TCoordinates>
Derived
Inherited Members

Properties

BoundingBox

Gets or sets the bounding box.

public GeoJsonBoundingBox<TCoordinates> BoundingBox { get; set; }

Property Value

GeoJsonBoundingBox<TCoordinates>

CoordinateReferenceSystem

Gets or sets the coordinate reference system.

public GeoJsonCoordinateReferenceSystem CoordinateReferenceSystem { get; set; }

Property Value

GeoJsonCoordinateReferenceSystem

ExtraMembers

Gets or sets the extra members.

public BsonDocument ExtraMembers { get; set; }

Property Value

BsonDocument