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.4.1
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