Table of Contents

Class GeoJsonObject<TCoordinates>

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
public abstract class GeoJsonObject<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates
Inheritance
GeoJsonObject<TCoordinates>
Derived
Inherited Members

Constructors

GeoJsonObject(GeoJsonObjectArgs<TCoordinates>)

protected GeoJsonObject(GeoJsonObjectArgs<TCoordinates> args)

Parameters

args GeoJsonObjectArgs<TCoordinates>

Properties

BoundingBox

public GeoJsonBoundingBox<TCoordinates> BoundingBox { get; }

Property Value

GeoJsonBoundingBox<TCoordinates>

CoordinateReferenceSystem

public GeoJsonCoordinateReferenceSystem CoordinateReferenceSystem { get; }

Property Value

GeoJsonCoordinateReferenceSystem

ExtraMembers

public BsonDocument ExtraMembers { get; }

Property Value

BsonDocument

Type

public abstract GeoJsonObjectType Type { get; }

Property Value

GeoJsonObjectType