Skip to content

Instantly share code, notes, and snippets.

@uzilan
Created December 22, 2021 12:33
Show Gist options
  • Save uzilan/59920e68d7653757d32a1a7a9dc136e3 to your computer and use it in GitHub Desktop.
Save uzilan/59920e68d7653757d32a1a7a9dc136e3 to your computer and use it in GitHub Desktop.
package third.party;
public class CoordsConverter {
public static Coords fromRT90ToWGS84(Coords coords) {
// some complex logic
}
// more conversions
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment