C# Class TypeLess.Helpers.Maps.Kml.PolygonPoint

Afficher le fichier Open project: jansater/TypeLess Class Usage Examples

Méthodes publiques

Méthode Description
DistanceTo ( PolygonPoint p ) : double
Equals ( object obj ) : bool
GetHashCode ( ) : int
PolygonPoint ( ) : System
PolygonPoint ( double lat, double lon, double alt = null ) : System

Method Details

DistanceTo() public méthode

public DistanceTo ( PolygonPoint p ) : double
p PolygonPoint
Résultat double

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PolygonPoint() public méthode

public PolygonPoint ( ) : System
Résultat System

PolygonPoint() public méthode

public PolygonPoint ( double lat, double lon, double alt = null ) : System
lat double
lon double
alt double
Résultat System