GeoJsonObjectType Enumeration
|
[Missing <summary> documentation for "T:Casewhere.Runtime.DataObjectExpressions.GeoJsonObjectType"]
Namespace: Casewhere.Runtime.DataObjectExpressionsAssembly: Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum GeoJsonObjectType
MembersMember name | Value | Description |
---|
Feature | 0 | |
FeatureCollection | 1 | |
GeometryCollection | 2 | |
LineString | 3 | |
MultiLineString | 4 | |
MultiPoint | 5 | |
MultiPolygon | 6 | |
Point | 7 | |
Polygon | 8 | |
See Also