layout: default title: GeographicTransformation parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
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
Inheritance System.Object 🡒 GeographicTransformation
Properties
GeographicTransformation.Steps Property
Geographic transformation steps.
public dymaptic.GeoBlazor.Core.Objects.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.Objects.GeographicTransformation GetInverse();