C# Class ArcGISPortalViewer.Helpers.IdentifyHelper

Datei anzeigen Open project: Esri/arcgis-portalviewer-dotnet

Public Methods

Method Description
Identify ( MapViewController controller, Point tapPoint, MapPoint mapPoint, IEnumerable layers = null, double toleranceInPixels = 5 ) : IEnumerable>>.Task

Private Methods

Method Description
GetFieldInfo ( Layer l, IdentifyItem item ) : Task>
IdentifyLayer ( MapViewController controller, Layer layer, Point tapPoint, MapPoint mapPoint ) : IEnumerable>>.Task
ReplaceAliasWithFieldName ( IdentifyItem identifyItem, IReadOnlyList fields ) : IdentifyFeature

Method Details

Identify() public static method

public static Identify ( MapViewController controller, Point tapPoint, MapPoint mapPoint, IEnumerable layers = null, double toleranceInPixels = 5 ) : IEnumerable>>.Task
controller MapViewController
tapPoint Point
mapPoint MapPoint
layers IEnumerable
toleranceInPixels double
return IEnumerable>>.Task