C# 클래스 Vishcious.ArcGIS.SLContrib.Utils

파일 보기 프로젝트 열기: OliveiraThales/GeoCache

공개 메소드들

메소드 설명
ConvertDegreesToRadians ( double degrees ) : double
ConvertRadiansToDegrees ( double radians ) : double
DoGET ( Uri address, Action resultHandler, Action errorHandler ) : void
DoGET ( Uri address, Action resultHandler, Action errorHandler ) : void
IsPointInPolygon ( PointCollection points, MapPoint point ) : bool

메소드 상세

ConvertDegreesToRadians() 공개 정적인 메소드

public static ConvertDegreesToRadians ( double degrees ) : double
degrees double
리턴 double

ConvertRadiansToDegrees() 공개 정적인 메소드

public static ConvertRadiansToDegrees ( double radians ) : double
radians double
리턴 double

DoGET() 공개 정적인 메소드

public static DoGET ( Uri address, Action resultHandler, Action errorHandler ) : void
address System.Uri
resultHandler Action
errorHandler Action
리턴 void

DoGET() 공개 정적인 메소드

public static DoGET ( Uri address, Action resultHandler, Action errorHandler ) : void
address System.Uri
resultHandler Action
errorHandler Action
리턴 void

IsPointInPolygon() 공개 정적인 메소드

public static IsPointInPolygon ( PointCollection points, MapPoint point ) : bool
points PointCollection
point MapPoint
리턴 bool