GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components
ImageryLayerViewProExtensions Class
Pro Extension methods for the ImageryLayerView class.
public static class ImageryLayerViewProExtensions
Inheritance System.Object 🡒 ImageryLayerViewProExtensions
Methods
ImageryLayerViewProExtensions.GetSourceScale(this ImageryLayerView) Method
Returns the map scale that corresponds to the source level of raster data.
ArcGIS Maps SDK for JavaScript
public static System.Threading.Tasks.Task<System.Nullable<double>> GetSourceScale(this dymaptic.GeoBlazor.Core.Components.ImageryLayerView imageryLayerView);
Parameters
imageryLayerView
dymaptic.GeoBlazor.Core.Components.ImageryLayerView
The dymaptic.GeoBlazor.Core.Components.ImageryLayerView instance to extend with this method.