Click or drag to resize

GeoJsonObjectType Enumeration

[Missing <summary> documentation for "T:Casewhere.Runtime.DataObjectExpressions.GeoJsonObjectType"]


Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum GeoJsonObjectType
Members
Member nameValueDescription
Feature0 
FeatureCollection1 
GeometryCollection2 
LineString3 
MultiLineString4 
MultiPoint5 
MultiPolygon6 
Point7 
Polygon8 
See Also