Метод | Описание | |
---|---|---|
BoundingCoordinates ( double distance ) : LonelySharp.GeoLocation[] |
Computes the bounding coordinates of all points on the surface of a sphere that have a great circle distance to the point represented by this GeoLocation instance that is less or equal to the distance argument. For more information about the formulae used in this method visit http://JanMatuschek.de/LatitudeLongitudeBoundingCoordinates
|
|
DistanceTo ( |
Computes the great circle distance between this GeoLocation instance and the location argument.
|
|
FromDegrees ( double latitude, double longitude ) : |
Return GeoLocation from Degrees
|
|
FromRadians ( double latitude, double longitude ) : |
Return GeoLocation from Radians
|
|
ToString ( ) : string | ||
getLatitudeInDegrees ( ) : double | ||
getLatitudeInRadians ( ) : double | ||
getLongitudeInDegrees ( ) : double | ||
getLongitudeInRadians ( ) : double |
Метод | Описание | |
---|---|---|
CheckBounds ( ) : void | ||
GeoLocation ( ) : System |
public BoundingCoordinates ( double distance ) : LonelySharp.GeoLocation[] | ||
distance | double | The distance from the point represented by this /// GeoLocation instance. Must me measured in the same unit as the radius argument. /// |
Результат | LonelySharp.GeoLocation[] |
public DistanceTo ( |
||
location | Location to act as the centre point | |
Результат | double |
public static FromDegrees ( double latitude, double longitude ) : |
||
latitude | double | The latitude, in degrees. |
longitude | double | The longitude, in degrees. |
Результат |
public static FromRadians ( double latitude, double longitude ) : |
||
latitude | double | The latitude, in radians. |
longitude | double | The longitude, in radians. |
Результат |