GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

MapToImageParameters Class

Input parameters for the ImageryLayer.mapToImage()
or imageService.mapToImage() methods.
ArcGIS Maps SDK for JavaScript

public class MapToImageParameters :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.MapToImageParameters>

Inheritance System.Object 🡒 MapToImageParameters

Implements System.IEquatable<MapToImageParameters>

Constructors

MapToImageParameters(Geometry, Nullable, Nullable) Constructor

Input parameters for the ImageryLayer.mapToImage()
or imageService.mapToImage() methods.
ArcGIS Maps SDK for JavaScript

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).
ArcGIS Maps SDK for JavaScript

RasterId System.Nullable<System.Int64>

The raster id of the raster item corresponding to the input geometry.
ArcGIS Maps SDK for JavaScript

VisibleOnly System.Nullable<System.Boolean>

When true, the operation will return an empty geometry if the input geometry is not visible.
default false
ArcGIS Maps SDK for JavaScript

Properties

MapToImageParameters.Geometry Property

The geometry in a map space (coordinates).
ArcGIS Maps SDK for JavaScript

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 geometry.
ArcGIS Maps SDK for JavaScript

public System.Nullable<long> RasterId { get; set; }

Property Value

System.Nullable<System.Int64>

MapToImageParameters.VisibleOnly Property

When true, the operation will return an empty geometry if the input geometry is not visible.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> VisibleOnly { get; set; }

Property Value

System.Nullable<System.Boolean>