Table of Contents

Class GeoJsonFeatureArgs<TCoordinates>

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

Represents additional arguments for a GeoJson Feature object.

public class GeoJsonFeatureArgs<TCoordinates> : GeoJsonObjectArgs<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates

The type of the coordinates.

Inheritance
GeoJsonObjectArgs<TCoordinates>
GeoJsonFeatureArgs<TCoordinates>
Inherited Members

Properties

Id

Gets or sets the id.

public BsonValue Id { get; set; }

Property Value

BsonValue

Properties

Gets or sets the properties.

public BsonDocument Properties { get; set; }

Property Value

BsonDocument