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