C# 클래스 ArcGISPortalViewer.Helpers.IdentifyHelper

파일 보기 프로젝트 열기: Esri/arcgis-portalviewer-dotnet

공개 메소드들

메소드 설명
Identify ( MapViewController controller, Point tapPoint, MapPoint mapPoint, IEnumerable layers = null, double toleranceInPixels = 5 ) : IEnumerable>>.Task

비공개 메소드들

메소드 설명
GetFieldInfo ( Layer l, IdentifyItem item ) : Task>
IdentifyLayer ( MapViewController controller, Layer layer, Point tapPoint, MapPoint mapPoint ) : IEnumerable>>.Task
ReplaceAliasWithFieldName ( IdentifyItem identifyItem, IReadOnlyList fields ) : IdentifyFeature

메소드 상세

Identify() 공개 정적인 메소드

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
리턴 IEnumerable>>.Task