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 [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
