GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImageAngleParameters Class
Input parameters for ImageryLayer.computeAngles() or imageService.computeAngles() methods. ArcGIS Maps SDK for JavaScript
public record ImageAngleParameters : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageAngleParameters>
Inheritance System.Object 🡒 ImageAngleParameters
Implements System.IEquatable<ImageAngleParameters>
Constructors
ImageAngleParameters(IReadOnlyCollection, Point, Nullable, SpatialReference) Constructor
Input parameters for ImageryLayer.computeAngles() or imageService.computeAngles() methods. ArcGIS Maps SDK for JavaScript
public ImageAngleParameters(System.Collections.Generic.IReadOnlyCollection<string>? AngleNames=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Point=null, System.Nullable<long> RasterId=null, dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference=null);
Parameters
AngleNames
System.Collections.Generic.IReadOnlyCollection<System.String>
Angle names to be computed. default [“north”,”up”] ArcGIS Maps SDK for JavaScript
Point
Point
A point geometry that defines the reference point of rotation to compute the angle direction. ArcGIS Maps SDK for JavaScript
RasterId
System.Nullable<System.Int64>
The rasterId of a raster catalog in the image service. ArcGIS Maps SDK for JavaScript
SpatialReference
SpatialReference
The spatial reference used to compute the angles. ArcGIS Maps SDK for JavaScript
Properties
ImageAngleParameters.AngleNames Property
Angle names to be computed. default [“north”,”up”] ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? AngleNames { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
ImageAngleParameters.Point Property
A point geometry that defines the reference point of rotation to compute the angle direction. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Point { get; set; }
Property Value
ImageAngleParameters.RasterId Property
The rasterId of a raster catalog in the image service. ArcGIS Maps SDK for JavaScript
public System.Nullable<long> RasterId { get; set; }
Property Value
ImageAngleParameters.SpatialReference Property
The spatial reference used to compute the angles. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference { get; set; }