Class GeoJsonObject
Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions.dll
public class GeoJsonObject
Inheritance
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
Type
public GeoJsonObjectType Type { get; set; }
Property Value
Methods
ToBsonArray()
public BsonArray ToBsonArray()
Returns
BsonArray