Table of Contents

Class GeoJsonFeatureCollection<TCoordinates>

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

Type Parameters

TCoordinates
Inheritance
GeoJsonObject<TCoordinates>
GeoJsonFeatureCollection<TCoordinates>
Inherited Members

Constructors

GeoJsonFeatureCollection(GeoJsonObjectArgs<TCoordinates>, IEnumerable<GeoJsonFeature<TCoordinates>>)

public GeoJsonFeatureCollection(GeoJsonObjectArgs<TCoordinates> args, IEnumerable<GeoJsonFeature<TCoordinates>> features)

Parameters

args GeoJsonObjectArgs<TCoordinates>
features IEnumerable<GeoJsonFeature<TCoordinates>>

GeoJsonFeatureCollection(IEnumerable<GeoJsonFeature<TCoordinates>>)

public GeoJsonFeatureCollection(IEnumerable<GeoJsonFeature<TCoordinates>> features)

Parameters

features IEnumerable<GeoJsonFeature<TCoordinates>>

Properties

Features

public ReadOnlyCollection<GeoJsonFeature<TCoordinates>> Features { get; }

Property Value

ReadOnlyCollection<GeoJsonFeature<TCoordinates>>

Type

public override GeoJsonObjectType Type { get; }

Property Value

GeoJsonObjectType