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.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
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