Hello michael. I can a problem with GeodeticCalculator. I don't know two point, I know distance. When calculate two coordinate whit the distance?
Many thanks. ________________________________ De: mbedward (via Nabble) [mailto:[email protected]] Enviado el: lunes, 01 de junio de 2009 16:08 Para: Preciado Venero, Abel Asunto: Re: [Geotools-gt2-users] Calculate new Coordinate to distance Hi Abel, You have a start coordinate and a distance - do you also have a bearing / angle ? Assuming that you do, then the method depends on the coordinate system that you are working with: If you are working on an ellipsoid (e.g. lat-longs) then the GeodeticCalculator class can help you. If you are working with Cartesian (planar) coordinates, then all you really need the Java AffineTransform class which has static methods to create AffineTransform objects for given translations and rotations. Does this answer your question ? Michael ------------------------------------------------------------------------ ------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Geotools-gt2-users mailing list geotools-gt2-us...@... <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3006416&i=0> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users ________________________________ This email is a reply to your post @ http://n2.nabble.com/Calculate-new-Coordinate-to-distance-tp3005763p3006 416.html You can reply by email or by visting the link above. -- View this message in context: http://n2.nabble.com/Calculate-new-Coordinate-to-distance-tp3005763p3007332.html Sent from the geotools-gt2-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
