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

Contents of /android/DatumConversion/src/dk/thoerup/datumconversion/Swiss.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: 191 byte(s)


1 package dk.thoerup.datumconversion;
2
3 public class Swiss {
4
5 double Northing;
6 double Easting;
7
8 public Swiss() {
9 }
10
11 public Swiss(double n, double e) {
12 Northing = n;
13 Easting = e;
14 }
15 }

  ViewVC Help
Powered by ViewVC 1.1.20