I can't find any code for doing this. The only places I can find it is in GIS APIs. Preferably in java, but I can port other languages too. I'd even settle for a overview of all the formulas required.

link|improve this question

65% accept rate
I happen to know what line buffering means, but you may want to explain it. Also, please specify the desire input/output formats. – Victor Liu Jan 13 '10 at 22:26
feedback

2 Answers

I'm a little puzzled by your question, so this may not be the (type of) answer you are looking for.

Look for line buffering code in the source files of any of the open-source GIS out there. there are several.

As for algorithms, I Googled for gis buffering and got several useful hits on the first page.

Regards

Mark

link|improve this answer
feedback

Use either:

  1. The method Geometry.buffer(distance) in Java Topology Suite (JTS) library http://www.vividsolutions.com/jts/JTSHome.htm

  2. The GEOS http://trac.osgeo.org/geos/ port of JTS library to C++.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.