dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CompositeTransformationGeoTransforms Class
public record CompositeTransformationGeoTransforms : System.IEquatable<dymaptic.GeoBlazor.Core.Model.CompositeTransformationGeoTransforms>
Inheritance System.Object 🡒 CompositeTransformationGeoTransforms
Implements System.IEquatable<CompositeTransformationGeoTransforms>
Constructors
CompositeTransformationGeoTransforms(Nullable, Nullable) Constructor
public CompositeTransformationGeoTransforms(System.Nullable<bool> TransformForward=null, System.Nullable<long> Wkid=null);
Parameters
TransformForward
System.Nullable<System.Boolean>
Wkid
System.Nullable<System.Int64>
Properties
CompositeTransformationGeoTransforms.TransformForward Property
public System.Nullable<bool> TransformForward { get; init; }
Property Value
System.Nullable<System.Boolean>
CompositeTransformationGeoTransforms.Wkid Property
public System.Nullable<long> Wkid { get; init; }