Skip to main content

ICRSObject

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

Base Interface for CRSBase Object types.

public interface ICRSObject

Properties

Type

Gets the CRS type.

public abstract CRSType Type { get; }

Property Value

CRSType

Properties

Gets the properties.

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

Property Value

Dictionary<String, Object>