dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
GeographicTransformationStep Class
Represents a step in the process of transforming coordinates from one geographic coordinate system to another. A geographic transformation step can be constructed from a well-known ID (wkid) or a well known text (wkt) that represents a geographic datum transformation.
ArcGIS Maps SDK for JavaScript
public class GeographicTransformationStep :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.GeographicTransformationStep>
Inheritance System.Object 🡒 GeographicTransformationStep
Implements System.IEquatable<GeographicTransformationStep>
Constructors
GeographicTransformationStep() Constructor
public GeographicTransformationStep();
Properties
GeographicTransformationStep.IsInverse Property
Indicates if the geographic transformation is inverted.
public System.Nullable<bool> IsInverse { get; set; }
Property Value
System.Nullable<System.Boolean>
GeographicTransformationStep.Wkid Property
The well-known id (wkid) that represents a known geographic transformation.
public System.Nullable<double> Wkid { get; set; }
Property Value
System.Nullable<System.Double>
GeographicTransformationStep.Wkt Property
The well-known text (wkt) that represents a known geographic transformation.
public string? Wkt { get; set; }