Méthode | Description | |
---|---|---|
BearingTowards ( Coordinate c ) : double |
Calculates the bearing towards another Coordinate.
|
|
ClosestPoint ( Coordinate endpoint1, Coordinate endpoint2 ) : Coordinate |
Calculates the closest Coordinate to a line created by two other Coordinates. The resulting Coordinate is not garunteed to fall between the two endpoint Coordinates.
|
|
Coordinate ( int latitudeE6, int longitudeE6 ) : System | ||
DistanceTo ( Coordinate c ) : double |
Calculates the distance in miles to another Coordinate
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
operator ( ) : bool |
Méthode | Description | |
---|---|---|
DegToRad ( double degrees ) : double | ||
RadToDeg ( double rad ) : double |
public BearingTowards ( Coordinate c ) : double | ||
c | Coordinate | The Coordinate to get the bearing towards. |
Résultat | double |
public ClosestPoint ( Coordinate endpoint1, Coordinate endpoint2 ) : Coordinate | ||
endpoint1 | Coordinate | A Coordinate on the line. |
endpoint2 | Coordinate | Another Coordinate on the line. |
Résultat | Coordinate |
public Coordinate ( int latitudeE6, int longitudeE6 ) : System | ||
latitudeE6 | int | |
longitudeE6 | int | |
Résultat | System |
public DistanceTo ( Coordinate c ) : double | ||
c | Coordinate | The Coordinate to measure the distance to. |
Résultat | double |