Hello.
I am looking at com.bbn.openmap.proj.coords.GeoCoordTransformation
and how it matches my WMS work.
* There should be a simple LatLonCT implementing
GeoCoordTransformation.
* GeoCoordTransformation.forward should not return java.awt.Point,
but java.awt.geom.Point2D as int is just too little precision.
Perhaps not for UTM, but GeoCoordTransformation should be able to
handle other units like latlon.
* UTMGCT.forward seem to use UTMPoint.LLtoUTM that recalc zone
number based on incoming lat lon values. It should be possible to
create a UTMGCT that works only on a specific UTM zone. Example of
how this can be done can be seen in my patch to UTMPoint and my
UTMCoordinateConverter. Both sent to this list.
* There should be a way to get a GeoCoordTransformation instance
based on an EPSG type code. Take a look at my
CoordinateReferenceSystem.getForCode(String) that does ca that.
Regards,
- Tore.
-- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Tue Sep 18 08:20:12 2007
This archive was generated by hypermail 2.1.8 : Tue Sep 18 2007 - 08:20:14 EDT