Class GeoJsonObjectArgs<TCoordinates>
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
public class GeoJsonObjectArgs<TCoordinates> where TCoordinates : GeoJsonCoordinates
Type Parameters
TCoordinates
- Inheritance
-
GeoJsonObjectArgs<TCoordinates>
- Derived
-
- Inherited Members
-
Constructors
GeoJsonObjectArgs()
public GeoJsonObjectArgs()
Properties
BoundingBox
public GeoJsonBoundingBox<TCoordinates> BoundingBox { get; set; }
Property Value
- GeoJsonBoundingBox<TCoordinates>
CoordinateReferenceSystem
public GeoJsonCoordinateReferenceSystem CoordinateReferenceSystem { get; set; }
Property Value
- GeoJsonCoordinateReferenceSystem
public BsonDocument ExtraMembers { get; set; }
Property Value
- BsonDocument