Package org.geotools.process.vector
Class PointBuffers
Object
PointBuffers
- All Implemented Interfaces:
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 ClassesModifier and TypeClassDescriptionclass
Builds the appropriate buffer polygons sampling the actual buffer shape with the GeodeticCalculatorstatic class
A generator that uses JTS buffer to create the buffer polygons -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener)
-
Constructor Details
-
PointBuffers
public PointBuffers()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener)
-