Package fi.luomus.commons.utils

Examples of fi.luomus.commons.utils.CoordinateConverter.convert()


  private static void coordinateConverterExample() {
    try {
      CoordinateConverter converter = new CoordinateConverter();
      converter.setYht_leveys("6666666");
      converter.setYht_pituus("3333333");
      converter.convert();
      System.out.println();
      System.out.println("Uniform: 6666666 : 3333333 -> EUREF: " + converter.getEur_leveys() + " : " + converter.getEur_pituus());
      System.out.println();
    } catch (Exception e) {
      e.printStackTrace();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.