GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

MeshRotateParameters Class

public class MeshRotateParameters :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.MeshRotateParameters>

Inheritance System.Object 🡒 MeshRotateParameters

Implements System.IEquatable<MeshRotateParameters>

Constructors

MeshRotateParameters(Nullable, Point) Constructor

public MeshRotateParameters(System.Nullable<bool> Geographic=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Origin=null);

Parameters

Geographic System.Nullable<System.Boolean>

Whether to georeference relative to the globe or the projected coordinate system (PCS).
ArcGIS Maps SDK for JavaScript

Origin dymaptic.GeoBlazor.Core.Components.Geometries.Point

The origin around which to rotate.
ArcGIS Maps SDK for JavaScript

Properties

MeshRotateParameters.Geographic Property

Whether to georeference relative to the globe or the projected coordinate system (PCS).
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Geographic { get; set; }

Property Value

System.Nullable<System.Boolean>

MeshRotateParameters.Origin Property

The origin around which to rotate.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Origin { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Point