GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Results
ImageIdentifyResult Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Results.ImageIdentifyResult.html”>GeoBlazor Docs</a> The results from <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html”>imageService</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html”>ArcGIS Maps SDK for JavaScript</a>
public record ImageIdentifyResult : System.IEquatable<dymaptic.GeoBlazor.Pro.Results.ImageIdentifyResult>
Inheritance System.Object 🡒 ImageIdentifyResult
Implements System.IEquatable<ImageIdentifyResult>
Constructors
ImageIdentifyResult(FeatureSet, IReadOnlyCollection<double>, Point, string, ObjectId, string, string) Constructor
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Results.ImageIdentifyResult.html”>GeoBlazor Docs</a> The results from <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html”>imageService</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html”>ArcGIS Maps SDK for JavaScript</a>
public ImageIdentifyResult(dymaptic.GeoBlazor.Core.Model.FeatureSet? CatalogItems=null, System.Collections.Generic.IReadOnlyCollection<double>? CatalogItemVisibilities=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location=null, string? Name=null, dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId=null, string? Properties=null, string? Value=null);
Parameters
CatalogItems
dymaptic.GeoBlazor.Core.Model.FeatureSet
The set of catalog items that overlap the input geometry. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#catalogItems”>ArcGIS Maps SDK for JavaScript</a>
CatalogItemVisibilities
System.Collections.Generic.IReadOnlyCollection<System.Double>
The set of visible areas for the identified catalog items. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#catalogItemVisibilities”>ArcGIS Maps SDK for JavaScript</a>
Location
dymaptic.GeoBlazor.Core.Components.Geometries.Point
The identified location. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#location”>ArcGIS Maps SDK for JavaScript</a>
Name
System.String
The identify property name. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#name”>ArcGIS Maps SDK for JavaScript</a>
ObjectId
dymaptic.GeoBlazor.Core.Model.ObjectId
The identify property id. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#objectId”>ArcGIS Maps SDK for JavaScript</a>
Properties
System.String
The attributes of the identified object. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#properties”>ArcGIS Maps SDK for JavaScript</a>
Value
System.String
The identify image service pixel value. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#value”>ArcGIS Maps SDK for JavaScript</a>
Properties
ImageIdentifyResult.CatalogItems Property
The set of catalog items that overlap the input geometry. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#catalogItems”>ArcGIS Maps SDK for JavaScript</a>
public dymaptic.GeoBlazor.Core.Model.FeatureSet? CatalogItems { get; init; }
Property Value
dymaptic.GeoBlazor.Core.Model.FeatureSet
ImageIdentifyResult.CatalogItemVisibilities Property
The set of visible areas for the identified catalog items. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#catalogItemVisibilities”>ArcGIS Maps SDK for JavaScript</a>
public System.Collections.Generic.IReadOnlyCollection<double>? CatalogItemVisibilities { get; init; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>
ImageIdentifyResult.Location Property
The identified location. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#location”>ArcGIS Maps SDK for JavaScript</a>
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location { get; init; }
Property Value
dymaptic.GeoBlazor.Core.Components.Geometries.Point
ImageIdentifyResult.Name Property
The identify property name. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#name”>ArcGIS Maps SDK for JavaScript</a>
public string? Name { get; init; }
Property Value
ImageIdentifyResult.ObjectId Property
The identify property id. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#objectId”>ArcGIS Maps SDK for JavaScript</a>
public dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId { get; init; }
Property Value
dymaptic.GeoBlazor.Core.Model.ObjectId
ImageIdentifyResult.Properties Property
The attributes of the identified object. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#properties”>ArcGIS Maps SDK for JavaScript</a>
public string? Properties { get; init; }
Property Value
ImageIdentifyResult.Value Property
The identify image service pixel value. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyResult.html#value”>ArcGIS Maps SDK for JavaScript</a>
public string? Value { get; init; }