Example #1
0
 public UTMProj(Ellipsoid ellipsoid)
 {
     gaussProj = new GaussProj(ellipsoid);
 }
Example #2
0
 public UTMProj(Spheroid spheroid)
 {
     this.spheroid = spheroid;
     gaussProj     = new GaussProj(spheroid);
 }