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 class 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
dymaptic.GeoBlazor.Core.Components.Geometries.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
dymaptic.GeoBlazor.Core.Components.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
dymaptic.GeoBlazor.Core.Components.Geometries.Point
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; }