layout: default title: SpatialReferenceInfo parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Objects

SpatialReferenceInfo Class

The return object of ExtendedSpatialReferenceInfo(SpatialReference)

public class SpatialReferenceInfo

Inheritance System.Object 🡒 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