Table of Contents

Class GeoJsonObject

Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions.dll

public class GeoJsonObject

Inheritance

objectGeoJsonObject

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<GeoJsonObject>(GeoJsonObject)

Constructors

GeoJsonObject(GeoJsonObjectType, GeoCoordinate)

public GeoJsonObject(GeoJsonObjectType type, GeoCoordinate geoCoordinate)

Parameters

type GeoJsonObjectType

geoCoordinate GeoCoordinate

Properties

GeoCoordinate

public GeoCoordinate GeoCoordinate { get; set; }

Property Value

GeoCoordinate

Type

public GeoJsonObjectType Type { get; set; }

Property Value

GeoJsonObjectType

Methods

ToBsonArray()

public BsonArray ToBsonArray()

Returns

BsonArray