public static LatLongCoordinate ToLatLong(BcNtsGridSystem system) { return(BcNtsGridSystemConverter.ToLatLong(system)); }
/// <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)); }