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

Exibir arquivo Open project: jansater/TypeLess Class Usage Examples

Public Methods

Method 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 method

public DistanceTo ( PolygonPoint p ) : double
p PolygonPoint
return double

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PolygonPoint() public method

public PolygonPoint ( ) : System
return System

PolygonPoint() public method

public PolygonPoint ( double lat, double lon, double alt = null ) : System
lat double
lon double
alt double
return System