Skip to main content

CRSType

Namespace: Meshmakers.Octo.Runtime.Contracts.Geospatial.CoordinateReferenceSystem

Defines the GeoJSON Coordinate Reference System Objects (CRS) types as originally defined in the geojson.org v1.0 spec

public enum CRSType

Inheritance ObjectValueTypeEnumCRSType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Remarks:

Originally defined http://geojson.org/geojson-spec.html#coordinate-reference-system-objects The current RFC removes the CRS type, but allows to be left in for backwards compatibility. See https://tools.ietf.org/html/rfc7946#section-4

Fields

NameValueDescription
Unspecified0Defines a CRS type where the CRS cannot be assumed
Name1Defines the Named CRS type.
Link2Defines the Linked CRS type.