Enum GeoJsonObjectType
Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions.dll
public enum GeoJsonObjectType
Extension Methods
EnumExtensions.DeepClone<GeoJsonObjectType>(GeoJsonObjectType)
Fields
Feature = 0
FeatureCollection = 1
GeometryCollection = 2
LineString = 3
MultiLineString = 4
MultiPoint = 5
MultiPolygon = 6
Point = 7
Polygon = 8