示例#1
0
 public static LatLongCoordinate ToLatLong(DlsSystem system)
 {
     return(DlsSystemConverter.ToLatLong(system));
 }
示例#2
0
 /// <summary>
 /// Return lat/long for this dls
 /// </summary>
 /// <returns></returns>
 public LatLongCoordinate ToLatLong()
 {
     return(DlsSystemConverter.ToLatLong(this));
 }