GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImageToMapMultirayParameters Class
Input parameters for the ImageryLayer.imageToMapMultiray() or imageService.imageToMapMultiray() methods. ArcGIS Maps SDK for JavaScript
public record ImageToMapMultirayParameters : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageToMapMultirayParameters>
Inheritance System.Object 🡒 ImageToMapMultirayParameters
Implements System.IEquatable<ImageToMapMultirayParameters>
Constructors
ImageToMapMultirayParameters(IReadOnlyCollection, SpatialReference, IReadOnlyCollection) Constructor
Input parameters for the ImageryLayer.imageToMapMultiray() or imageService.imageToMapMultiray() methods. ArcGIS Maps SDK for JavaScript
public ImageToMapMultirayParameters(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Geometry>? Geometries=null, dymaptic.GeoBlazor.Core.Components.SpatialReference? OutSpatialReference=null, System.Collections.Generic.IReadOnlyCollection<long>? RasterIds=null);
Parameters
Geometries System.Collections.Generic.IReadOnlyCollection<Geometry>
An array of geometries in image space coordinates representing the same map location on different images. ArcGIS Maps SDK for JavaScript
OutSpatialReference SpatialReference
The spatial reference for the output geometry. ArcGIS Maps SDK for JavaScript
RasterIds System.Collections.Generic.IReadOnlyCollection<System.Int64>
The rasterIds of the raster items that correspond to the input geometries. ArcGIS Maps SDK for JavaScript
Properties
ImageToMapMultirayParameters.Geometries Property
An array of geometries in image space coordinates representing the same map location on different images. ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Geometry>? Geometries { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<Geometry>
ImageToMapMultirayParameters.OutSpatialReference Property
The spatial reference for the output geometry. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.SpatialReference? OutSpatialReference { get; set; }
Property Value
ImageToMapMultirayParameters.RasterIds Property
The rasterIds of the raster items that correspond to the input geometries. ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<long>? RasterIds { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Int64>