GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
MapToImageParameters Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.MapToImageParameters.html”>GeoBlazor Docs</a> Input parameters for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#mapToImage”>ImageryLayer.mapToImage()</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html#mapToImage”>imageService.mapToImage()</a> methods. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html”>ArcGIS Maps SDK for JavaScript</a>
public record MapToImageParameters : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.MapToImageParameters>
Inheritance System.Object 🡒 MapToImageParameters
Implements System.IEquatable<MapToImageParameters>
Constructors
MapToImageParameters(Geometry, Nullable<long>, Nullable<bool>) Constructor
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.MapToImageParameters.html”>GeoBlazor Docs</a> Input parameters for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#mapToImage”>ImageryLayer.mapToImage()</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html#mapToImage”>imageService.mapToImage()</a> methods. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html”>ArcGIS Maps SDK for JavaScript</a>
public MapToImageParameters(dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry=null, System.Nullable<long> RasterId=null, System.Nullable<bool> VisibleOnly=null);
Parameters
Geometry
dymaptic.GeoBlazor.Core.Components.Geometries.Geometry
The geometry in a map space (coordinates). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html#geometry”>ArcGIS Maps SDK for JavaScript</a>
RasterId
System.Nullable<System.Int64>
The raster id of the raster item corresponding to the input <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html#geometry”>geometry</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html#rasterId”>ArcGIS Maps SDK for JavaScript</a>
VisibleOnly
System.Nullable<System.Boolean>
When `true`, the operation will return an empty geometry if the input geometry is not visible. default false <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html#visibleOnly”>ArcGIS Maps SDK for JavaScript</a>
Properties
MapToImageParameters.Geometry Property
The geometry in a map space (coordinates). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html#geometry”>ArcGIS Maps SDK for JavaScript</a>
public dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Geometries.Geometry
MapToImageParameters.RasterId Property
The raster id of the raster item corresponding to the input <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html#geometry”>geometry</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html#rasterId”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<long> RasterId { get; set; }
Property Value
MapToImageParameters.VisibleOnly Property
When `true`, the operation will return an empty geometry if the input geometry is not visible. default false <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MapToImageParameters.html#visibleOnly”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<bool> VisibleOnly { get; set; }