C# 클래스 Mapsui.Providers.ArcGIS.Dynamic.ArcGISIdentify

파일 보기 프로젝트 열기: pauldendulk/Mapsui

Private Properties

프로퍼티 타입 설명
CopyAndClose Stream
CreateLayersString string
FinishWebRequest void
OnIdentifyFailed void
OnIdentifyFinished void

공개 메소드들

메소드 설명
ArcGISIdentify ( ) : System
Request ( string url, double x, double y, int tolerance, string layers, double extendXmin, double extendYmin, double extendXmax, double extendYmax, double mapWidth, double mapHeight, double mapDpi, bool returnGeometry, ICredentials credentials = null, int sr = int.MinValue ) : void

Request a ArcGIS Service for FeatureInfo

비공개 메소드들

메소드 설명
CopyAndClose ( Stream inputStream ) : Stream
CreateLayersString ( IList layers ) : string
FinishWebRequest ( IAsyncResult result ) : void
OnIdentifyFailed ( ) : void
OnIdentifyFinished ( ) : void

메소드 상세

ArcGISIdentify() 공개 메소드

public ArcGISIdentify ( ) : System
리턴 System

Request() 공개 메소드

Request a ArcGIS Service for FeatureInfo
public Request ( string url, double x, double y, int tolerance, string layers, double extendXmin, double extendYmin, double extendXmax, double extendYmax, double mapWidth, double mapHeight, double mapDpi, bool returnGeometry, ICredentials credentials = null, int sr = int.MinValue ) : void
url string Mapserver url
x double x coordinate
y double y coordinate
tolerance int The distance in screen pixels from the specified geometry within which the identify should be performed
layers string The layers to perform the identify operation on
extendXmin double The extent or bounding box of the map currently being viewed.
extendYmin double The extent or bounding box of the map currently being viewed.
extendXmax double The extent or bounding box of the map currently being viewed.
extendYmax double The extent or bounding box of the map currently being viewed.
mapWidth double The screen image display width
mapHeight double The screen image display height
mapDpi double The screen image display dpi, default is: 96
returnGeometry bool
credentials ICredentials
sr int sr code of input geometry
리턴 void