JTS Geometry - Applying a buffer
Asked Answered
S

1

5

I am trying to apply a buffer of 1000 meters to a polygon shape in JTS Topology Suite. I have identified the method to do it(see link below), but I am not sure what the unit is for the distance parameter on the buffer method.

JTS geometry buffer method

Thanks for looking into this.

Scotfree answered 2/1, 2013 at 20:50 Comment(0)
S
10

The distance unit, of course, has the same unit as your coordinates.

If your coordinates are in meters, then distance is in meters, too.

Scandinavia answered 6/1, 2013 at 17:38 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.