GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Results
ImageIdentifyResult Class
The results from imageService.
ArcGIS Maps SDK for JavaScript
public class ImageIdentifyResult :
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.ImageIdentifyResult>
Inheritance System.Object 🡒 ImageIdentifyResult
Implements System.IEquatable<ImageIdentifyResult>
Constructors
ImageIdentifyResult(FeatureSet, IReadOnlyCollection, Point, string, ObjectId, string, string) Constructor
The results from imageService.
ArcGIS Maps SDK for JavaScript
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.
ArcGIS Maps SDK for JavaScript
CatalogItemVisibilities
System.Collections.Generic.IReadOnlyCollection<System.Double>
The set of visible areas for the identified catalog items.
ArcGIS Maps SDK for JavaScript
Location
dymaptic.GeoBlazor.Core.Components.Geometries.Point
The identified location.
ArcGIS Maps SDK for JavaScript
Name
System.String
The identify property name.
ArcGIS Maps SDK for JavaScript
ObjectId
dymaptic.GeoBlazor.Core.Model.ObjectId
The identify property id.
ArcGIS Maps SDK for JavaScript
Properties
System.String
The attributes of the identified object.
ArcGIS Maps SDK for JavaScript
Value
System.String
The identify image service pixel value.
ArcGIS Maps SDK for JavaScript
Properties
ImageIdentifyResult.CatalogItems Property
The set of catalog items that overlap the input geometry.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.FeatureSet? CatalogItems { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.FeatureSet
ImageIdentifyResult.CatalogItemVisibilities Property
The set of visible areas for the identified catalog items.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<double>? CatalogItemVisibilities { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>
ImageIdentifyResult.Location Property
The identified location.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Geometries.Point
ImageIdentifyResult.Name Property
The identify property name.
ArcGIS Maps SDK for JavaScript
public string? Name { get; set; }
Property Value
ImageIdentifyResult.ObjectId Property
The identify property id.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.ObjectId? ObjectId { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.ObjectId
ImageIdentifyResult.Properties Property
The attributes of the identified object.
ArcGIS Maps SDK for JavaScript
public string? Properties { get; set; }
Property Value
ImageIdentifyResult.Value Property
The identify image service pixel value.
ArcGIS Maps SDK for JavaScript
public string? Value { get; set; }