GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

ImageAngleResult Class

The results from imageService.computeAngles() or
ImageryLayer.computeAngles() method.
ArcGIS Maps SDK for JavaScript

public class ImageAngleResult :
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.ImageAngleResult>

Inheritance System.Object 🡒 ImageAngleResult

Implements System.IEquatable<ImageAngleResult>

Constructors

ImageAngleResult(Nullable, SpatialReference, Nullable) Constructor

The results from imageService.computeAngles() or
ImageryLayer.computeAngles() method.
ArcGIS Maps SDK for JavaScript

public ImageAngleResult(System.Nullable<double> North=null, dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference=null, System.Nullable<double> Up=null);

Parameters

North System.Nullable<System.Double>

The computed north angle after rotating the map so the top of the image is oriented toward north.
ArcGIS Maps SDK for JavaScript

SpatialReference dymaptic.GeoBlazor.Core.Components.SpatialReference

The spatial reference used to compute the angles.
ArcGIS Maps SDK for JavaScript

Up System.Nullable<System.Double>

The computed up angle after rotating the map so the top of the image is always oriented to the direction of the sensor when it acquired the image.
ArcGIS Maps SDK for JavaScript

Properties

ImageAngleResult.North Property

The computed north angle after rotating the map so the top of the image is oriented toward north.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> North { get; set; }

Property Value

System.Nullable<System.Double>

ImageAngleResult.SpatialReference Property

The spatial reference used to compute the angles.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.SpatialReference

ImageAngleResult.Up Property

The computed up angle after rotating the map so the top of the image is always oriented to the direction of the sensor when it acquired the image.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Up { get; set; }

Property Value

System.Nullable<System.Double>