Adrian Custer wrote: >> 2.) I did not use the "get" prefix deliberately, as this is not a bean >> property >> > You're on your own then. 'find' works well, so do 'incant' 'animate' > 'revive' 'brew' or any other spell you may wish to cast. > >> So let me work up a code example and we can see what makes sense... >> Jody >> > Eye of newt and toe of frog, > Wool of bat and tongue of dog, > Adder's fork and blind worm's sting' > Lizard's leg and owlet's wing. > For a charm of powerful trouble > Like a hell broth boil and bubble. > Double, double toil and trouble > Fire burn and cauldron bubble > Man, so that is what they put in my drink, remind me not to let acuster buy next time.
Back to your code example - will this work and be consistent? MathTransform transform = CRS.mathTransform(BC_ALBERS, WGS84 ); Polygon polyAfter = (Polygon) JTS.transform(poly, transform); System.out.println( polyAfter ); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
