Click or drag to resize

GeoJson.FeatureCollection<TCoordinates> Method (GeoJsonObjectArgs<TCoordinates>,GeoJsonFeature<TCoordinates>[])

Creates a GeoJson FeatureCollection object.

Namespace:  MongoDB.Driver.GeoJsonObjectModel
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public static GeoJsonFeatureCollection<TCoordinates> FeatureCollection<TCoordinates>(
	GeoJsonObjectArgs<TCoordinates> args,
	params GeoJsonFeature<TCoordinates>[] features
)
where TCoordinates : GeoJsonCoordinates

Parameters

args
Type: MongoDB.Driver.GeoJsonObjectModel.GeoJsonObjectArgs<TCoordinates>
The additional args.
features
Type:MongoDB.Driver.GeoJsonObjectModel.GeoJsonFeature<TCoordinates>[]
The features.

Type Parameters

TCoordinates
The type of the coordinates.

Return Value

Type: GeoJsonFeatureCollection<TCoordinates>
A GeoJson FeatureCollection object.
See Also