/[projects]/android/DatumConversion/src/dk/thoerup/datumconversion/Utm.java
ViewVC logotype

Contents of /android/DatumConversion/src/dk/thoerup/datumconversion/Utm.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 262 - (show annotations) (download)
Tue Aug 11 19:13:16 2009 UTC (14 years, 9 months ago) by torben
File size: 255 byte(s)


1 package dk.thoerup.datumconversion;
2
3 public class Utm {
4
5 public Utm() {
6 }
7
8 public Utm(double n, double e, String zone) {
9 northing = n;
10 easting = e;
11 utmZone = zone;
12 }
13
14 public double northing;
15 public double easting;
16 public String utmZone;
17 }

  ViewVC Help
Powered by ViewVC 1.1.20