Peter Fay wrote:
> I have a really simple question which I haven't figured out from the
> Geotools.org website yet.
>
> If I want to create a buffer around one point (i.e. a circle) using
> com.vividsolutions.jts.operation.buffer.BufferOp, and I want it created with
> accurate coordinates that are geocentrically projected (say, WGS84), how
> would I do this?  JTS doesn't use the SRID you give it, right?  So how do
> you create it so the latitudes of the coordinates are not skewed?
Well you are into some deep voodoo...
I would project to an equal area projection measured in meters (like 
BC_ALBERTS for my area of the world), and then buffer in that. And then 
back project the polygon to lat/long.

Cheers,
Jody


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

Reply via email to