C# Class Vishcious.ArcGIS.SLContrib.Utils

Afficher le fichier Open project: OliveiraThales/GeoCache

Méthodes publiques

Méthode Description
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

Method Details

ConvertDegreesToRadians() public static méthode

public static ConvertDegreesToRadians ( double degrees ) : double
degrees double
Résultat double

ConvertRadiansToDegrees() public static méthode

public static ConvertRadiansToDegrees ( double radians ) : double
radians double
Résultat double

DoGET() public static méthode

public static DoGET ( Uri address, Action resultHandler, Action errorHandler ) : void
address System.Uri
resultHandler Action
errorHandler Action
Résultat void

DoGET() public static méthode

public static DoGET ( Uri address, Action resultHandler, Action errorHandler ) : void
address System.Uri
resultHandler Action
errorHandler Action
Résultat void

IsPointInPolygon() public static méthode

public static IsPointInPolygon ( PointCollection points, MapPoint point ) : bool
points PointCollection
point MapPoint
Résultat bool