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.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
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