Skip to main content

UnspecifiedCRS

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

Represents an unspecified Coordinate Reference System i.e. where a geojson object has a null crs

public class UnspecifiedCRS : ICRSObject

Inheritance ObjectUnspecifiedCRS
Implements ICRSObject

Properties

Type

Gets the CRS type.

public CRSType Type { get; }

Property Value

CRSType

Properties

public Dictionary<string, object> Properties { get; }

Property Value

Dictionary<String, Object>

Constructors

UnspecifiedCRS()

Creates a new instance of the UnspecifiedCRS class

public UnspecifiedCRS()

Methods

Equals(Object)

Determines whether the specified object is equal to the current object

public bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

Equals(ICRSObject)

Determines whether the specified object is equal to the current object

public bool Equals(ICRSObject obj)

Parameters

obj ICRSObject

Returns

Boolean

GetHashCode()

Returns the hash code for this instance

public int GetHashCode()

Returns

Int32