GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

ImageInspectionInfoOrientation Class

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfoOrientation.html”>GeoBlazor Docs</a> Image’s orientation along x, y, z axis. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

public record ImageInspectionInfoOrientation : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfoOrientation>

Inheritance System.Object 🡒 ImageInspectionInfoOrientation

Implements System.IEquatable<ImageInspectionInfoOrientation>

Constructors

ImageInspectionInfoOrientation(Nullable<bool>, Nullable<double>, Nullable<double>, Nullable<double>) Constructor

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfoOrientation.html”>GeoBlazor Docs</a> Image’s orientation along x, y, z axis. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

public ImageInspectionInfoOrientation(System.Nullable<bool> Clockwise=null, System.Nullable<double> Kappa=null, System.Nullable<double> Omega=null, System.Nullable<double> Phi=null);

Parameters

Clockwise System.Nullable<System.Boolean>

Indicates if the rotation is clockwise. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

Kappa System.Nullable<System.Double>

Image rotation along the z axis. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

Omega System.Nullable<System.Double>

Image rotation along the x axis. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

Phi System.Nullable<System.Double>

Image rotation along the y axis. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

Properties

ImageInspectionInfoOrientation.Clockwise Property

Indicates if the rotation is clockwise. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

public System.Nullable<bool> Clockwise { get; init; }

Property Value

System.Nullable<System.Boolean>

ImageInspectionInfoOrientation.Kappa Property

Image rotation along the z axis. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

public System.Nullable<double> Kappa { get; init; }

Property Value

System.Nullable<System.Double>

ImageInspectionInfoOrientation.Omega Property

Image rotation along the x axis. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

public System.Nullable<double> Omega { get; init; }

Property Value

System.Nullable<System.Double>

ImageInspectionInfoOrientation.Phi Property

Image rotation along the y axis. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageInspectionInfo.html#orientation”>ArcGIS Maps SDK for JavaScript</a>

public System.Nullable<double> Phi { get; init; }

Property Value

System.Nullable<System.Double>