Fw: [Proj4j] Airy projection
Fred Pospeschil
f.w.pospeschil.t.r at charter.net
Thu Jun 10 22:05:08 EDT 2010
Martin,
Could you convert the below C into Java?
Thanks.
Fred
From: Fred Pospeschil
Sent: Saturday, June 05, 2010 10:18 PM
To: Proj4j Mail List
Subject: [Proj4j] Airy projection
Martin,
The Airy projection seems to work OK but it still has several FIXMEs in it.
It appears that I do not understand what this code is supposed to do well enough to work up a test case to make it fail.
Fred
public void initialize() { // airy
super.initialize();
double beta;
// no_cut = pj_param(params, "bno_cut").i;
// beta = 0.5 * (MapMath.HALFPI - pj_param(params, "rlat_b").f);
no_cut = false;//FIXME
beta = 0.5 * (ProjectionMath.HALFPI - 0);//FIXME
--------------------------------------------------------------------------------
_______________________________________________
Proj4j mailing list
Proj4j at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/proj4j
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/proj4j/attachments/20100610/e4f5bcde/attachment-0001.html
More information about the Proj4j
mailing list