dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
GeographicTransformation Class
Projecting your data between coordinate systems sometimes requires transforming between geographic coordinate systems. Geographic transformations are used to transform coordinates between spatial references that have different geographic coordinate systems, and thus different datums. Using the most suitable transformation ensures the best possible accuracy when converting geometries from one spatial reference to another.
ArcGIS Maps SDK for JavaScript
public class GeographicTransformation :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.GeographicTransformation>
Inheritance System.Object 🡒 GeographicTransformation
Implements System.IEquatable<GeographicTransformation>
Constructors
GeographicTransformation() Constructor
public GeographicTransformation();
Properties
GeographicTransformation.Steps Property
Geographic transformation steps.
public dymaptic.GeoBlazor.Core.Model.GeographicTransformationStep[] Steps { get; set; }
Property Value
GeographicTransformationStep[]
Methods
GeographicTransformation.GetInverse() Method
Returns the inverse of the geographic transformation calling this method or null if the transformation is not invertible.
public dymaptic.GeoBlazor.Core.Model.GeographicTransformation GetInverse();