GeoJSONObjectType
Namespace: Meshmakers.Octo.Runtime.Contracts.Geospatial
Defines the GeoJSON Objects types.
public enum GeoJSONObjectType
Inheritance Object → ValueType → Enum → GeoJSONObjectType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Point | 0 | Defines the Point type. |
| MultiPoint | 1 | Defines the MultiPoint type. |
| LineString | 2 | Defines the LineString type. |
| MultiLineString | 3 | Defines the MultiLineString type. |
| Polygon | 4 | Defines the Polygon type. |
| MultiPolygon | 5 | Defines the MultiPolygon type. |
| GeometryCollection | 6 | Defines the GeometryCollection type. |
| Feature | 7 | Defines the Feature type. |
| FeatureCollection | 8 | Defines the FeatureCollection type. |