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 class 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<dymaptic.GeoBlazor.Core.Components.Geometries.Geometry>
An array of geometries in image space coordinates representing the same map location on different images.
ArcGIS Maps SDK for JavaScript
OutSpatialReference
dymaptic.GeoBlazor.Core.Components.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<dymaptic.GeoBlazor.Core.Components.Geometries.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
dymaptic.GeoBlazor.Core.Components.SpatialReference
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>