Sebastien Arbogast ha scritto: ... > Is there a way to calculate those latmin, latmax, lonmin and lonmax > values using GeoTools API?
GeodeticCalculator :-) Set the center point, then call setDirection(angle, distance) and get the destination point. Calling it with 0, 90, 180, -90 should give you min/max lon/lat. Cheers Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
