프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DegreeToRadian | double | ||
RadianToDegree | double | ||
ToBearing | double |
메소드 | 설명 | |
---|---|---|
AngleAndDistance ( double angle, double distanceKilometres ) : Position |
Computes a new point based on angle and distance
|
|
Bearing ( Position toPosition ) : double |
Computes the bearing to an other point
|
|
Clone ( ) : Position | ||
Distance ( Position toPosition ) : double |
Computes the distance between two positions in WGS84
|
|
FromCsv ( string ln, char separator = ',', bool newObject = true ) : IConvertibleCsv | ||
FromGeoJson ( Newtonsoft.Json.Linq.JObject geoJsonObject, bool newObject = true ) : IConvertibleGeoJson | ||
FromGeoJson ( string geoJson, bool newObject ) : IConvertibleGeoJson | ||
GetSchema ( ) : |
||
Position ( ) : System | ||
Position ( double longitude, double latitude ) : System | ||
Position ( double longitude, double latitude, double altitude ) : System | ||
Position ( double longitude, double latitude, double altitude, double speed, double course ) : System | ||
Position ( string csvString, char separator = ',' ) : System | ||
ReadXml ( |
||
ToCsv ( char separator = ',' ) : string | ||
ToGeoJson ( ) : string | ||
ToMapPoint ( ) : MapPoint | ||
ToMgrs ( ) : string | ||
ToPoint ( ) : System.Windows.Point |
Try not to use this function! Use MapPoint
|
|
ToString ( ) : string | ||
ToWebMercator ( ) : MapPoint | ||
WriteXml ( |
메소드 | 설명 | |
---|---|---|
DegreeToRadian ( double angle ) : double | ||
RadianToDegree ( double angle ) : double | ||
ToBearing ( double radians ) : double |
public AngleAndDistance ( double angle, double distanceKilometres ) : Position | ||
angle | double | Angle in degrees |
distanceKilometres | double | |
리턴 | Position |
public Bearing ( Position toPosition ) : double | ||
toPosition | Position | Other point |
리턴 | double |
public FromCsv ( string ln, char separator = ',', bool newObject = true ) : IConvertibleCsv | ||
ln | string | |
separator | char | |
newObject | bool | |
리턴 | IConvertibleCsv |
public FromGeoJson ( Newtonsoft.Json.Linq.JObject geoJsonObject, bool newObject = true ) : IConvertibleGeoJson | ||
geoJsonObject | Newtonsoft.Json.Linq.JObject | |
newObject | bool | |
리턴 | IConvertibleGeoJson |
public FromGeoJson ( string geoJson, bool newObject ) : IConvertibleGeoJson | ||
geoJson | string | |
newObject | bool | |
리턴 | IConvertibleGeoJson |
public Position ( double longitude, double latitude ) : System | ||
longitude | double | |
latitude | double | |
리턴 | System |
public Position ( double longitude, double latitude, double altitude ) : System | ||
longitude | double | |
latitude | double | |
altitude | double | |
리턴 | System |
public Position ( double longitude, double latitude, double altitude, double speed, double course ) : System | ||
longitude | double | |
latitude | double | |
altitude | double | |
speed | double | |
course | double | |
리턴 | System |
public Position ( string csvString, char separator = ',' ) : System | ||
csvString | string | |
separator | char | |
리턴 | System |