Click or drag to resize

GeoJsonObjectType Enumeration

Represents the type of a GeoJson object.

Namespace:  MongoDB.Driver.GeoJsonObjectModel
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public enum GeoJsonObjectType
Members
  Member nameValueDescription
Feature0 A Feature.
FeatureCollection1 A FeatureCollection.
GeometryCollection2 A GeometryCollection.
LineString3 A LineString.
MultiLineString4 A MultiLineString.
MultiPoint5 A MultiPoint.
MultiPolygon6 A MultiPolygon.
Point7 A Point.
Polygon8 A Polygon.
See Also