GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImageInspectionInfoOrientation Class
Image’s orientation along x, y, z axis.
ArcGIS Maps SDK for JavaScript
public class ImageInspectionInfoOrientation :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfoOrientation>
Inheritance System.Object 🡒 ImageInspectionInfoOrientation
Implements System.IEquatable<ImageInspectionInfoOrientation>
Constructors
ImageInspectionInfoOrientation(Nullable, Nullable, Nullable, Nullable) Constructor
Image’s orientation along x, y, z axis.
ArcGIS Maps SDK for JavaScript
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.
ArcGIS Maps SDK for JavaScript
Kappa
System.Nullable<System.Double>
Image rotation along the z axis.
ArcGIS Maps SDK for JavaScript
Omega
System.Nullable<System.Double>
Image rotation along the x axis.
ArcGIS Maps SDK for JavaScript
Phi
System.Nullable<System.Double>
Image rotation along the y axis.
ArcGIS Maps SDK for JavaScript
Properties
ImageInspectionInfoOrientation.Clockwise Property
Indicates if the rotation is clockwise.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Clockwise { get; set; }
Property Value
System.Nullable<System.Boolean>
ImageInspectionInfoOrientation.Kappa Property
Image rotation along the z axis.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Kappa { get; set; }
Property Value
System.Nullable<System.Double>
ImageInspectionInfoOrientation.Omega Property
Image rotation along the x axis.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Omega { get; set; }
Property Value
System.Nullable<System.Double>
ImageInspectionInfoOrientation.Phi Property
Image rotation along the y axis.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Phi { get; set; }