dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SpatialReferenceInfo Class

The return object of ExtendedSpatialReferenceInfo(SpatialReference)

public class SpatialReferenceInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SpatialReferenceInfo>

Inheritance System.Object 🡒 SpatialReferenceInfo

Implements System.IEquatable<SpatialReferenceInfo>

Constructors

SpatialReferenceInfo() Constructor

public SpatialReferenceInfo();

Properties

SpatialReferenceInfo.Tolerance Property

The XY tolerance of the spatial reference.

public double Tolerance { get; set; }

Property Value

System.Double

SpatialReferenceInfo.UnitBaseFactor Property

Base factor.

public double UnitBaseFactor { get; set; }

Property Value

System.Double

SpatialReferenceInfo.UnitID Property

Unit ID.

public int UnitID { get; set; }

Property Value

System.Int32

SpatialReferenceInfo.UnitSquareDerivative Property

Square derivative.

public double UnitSquareDerivative { get; set; }

Property Value

System.Double

SpatialReferenceInfo.UnitType Property

Unit type.

public int UnitType { get; set; }

Property Value

System.Int32