Ejemplo n.º 1
0
 /// <summary>
 /// Approximate the LatLongCoordinate for this coordinate
 /// </summary>
 /// <returns>An approximate lat long for this nts map grid location.</returns>
 public LatLongCoordinate ToLatLong()
 {
     return(BcNtsGridSystemConverter.ToLatLong(this));
 }
Ejemplo n.º 2
0
 public static LatLongCoordinate ToLatLong(BcNtsGridSystem system)
 {
     return(BcNtsGridSystemConverter.ToLatLong(system));
 }
Ejemplo n.º 3
0
 public static BcNtsGridSystem ToBcNtsGridSystem(LatLongCoordinate coordinate)
 {
     return(BcNtsGridSystemConverter.FromLatLongCoordinates(coordinate));
 }