Package org.geotools.process.vector
Class PointBuffers
- Object
-
- PointBuffers
-
- All Implemented Interfaces:
VectorProcess
public class PointBuffers extends Object implements VectorProcess
Generates a set of polygons, each representing the set of points within a given distance from the central point The data layer must be a point layer, the reference layer must be a polygonal one"
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
PointBuffers.GeographicGenerator
Builds the appropriate buffer polygons sampling the actual buffer shape with the GeodeticCalculatorclass
PointBuffers.MetricGenerator
A generator that uses JTS buffer to create the buffer polygons
-
Constructor Summary
Constructors Constructor Description PointBuffers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener)
-
-
-
Method Detail
-
execute
public SimpleFeatureCollection execute(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener)
-
-