GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

FindImagesResult Class

Results for the ImageryLayer.findImages()
or imageService.findImages() methods containing images that meet the search requirements.
ArcGIS Maps SDK for JavaScript

public class FindImagesResult :
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.FindImagesResult>

Inheritance System.Object 🡒 FindImagesResult

Implements System.IEquatable<FindImagesResult>

Constructors

FindImagesResult(IReadOnlyCollection) Constructor

Results for the ImageryLayer.findImages()
or imageService.findImages() methods containing images that meet the search requirements.
ArcGIS Maps SDK for JavaScript

public FindImagesResult(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfo>? Images=null);

Parameters

Images System.Collections.Generic.IReadOnlyCollection<ImageInspectionInfo>

An array of image inspection information found between fromGeometry and
toGeometry.
ArcGIS Maps SDK for JavaScript

Properties

FindImagesResult.Images Property

An array of image inspection information found between fromGeometry and
toGeometry.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfo>? Images { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<ImageInspectionInfo>