Skip to main content

GeoJSONObjectType

Namespace: Meshmakers.Octo.Runtime.Contracts.Geospatial

Defines the GeoJSON Objects types.

public enum GeoJSONObjectType

Inheritance ObjectValueTypeEnumGeoJSONObjectType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Point0Defines the Point type.
MultiPoint1Defines the MultiPoint type.
LineString2Defines the LineString type.
MultiLineString3Defines the MultiLineString type.
Polygon4Defines the Polygon type.
MultiPolygon5Defines the MultiPolygon type.
GeometryCollection6Defines the GeometryCollection type.
Feature7Defines the Feature type.
FeatureCollection8Defines the FeatureCollection type.