Package org.geotools.process.vector
Class PointBuffers.GeographicGenerator
- Object
-
- GeographicGenerator
-
- Enclosing class:
- PointBuffers
public class PointBuffers.GeographicGenerator extends Object
Builds the appropriate buffer polygons sampling the actual buffer shape with the GeodeticCalculator- Author:
- Andrea Aime - GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description GeographicGenerator(Point center, int quadrantSegments, CoordinateReferenceSystem crs)
-
-
-
Constructor Detail
-
GeographicGenerator
public GeographicGenerator(Point center, int quadrantSegments, CoordinateReferenceSystem crs)
-
-
Method Detail
-
getBuffer
public Polygon getBuffer(double distance)
-
-