Hello,
I work on a project using google maps and I need to
make a buffer on a route (array of latitude, longitude points)
with a specified meters.
I was using JTS buffer operation but I discovered that
this wouldn't work since google maps uses wgs 84.
As I saw on a post of Andrea Aime, from opengeo, I need to do
this:

MathTransform tx = CRS.findMathTransform(CRSFrom, CRSTo, true);
Geometry transformed = JTS.transform(geom, transform)

I try that but got some stacktrace, do I need the postgis
installed for this to work?

Thanks,
-- 
Danilo Marques de Rezende
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to