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 SummaryNested Classes Modifier and Type Class Description classPointBuffers.GeographicGeneratorBuilds the appropriate buffer polygons sampling the actual buffer shape with the GeodeticCalculatorclassPointBuffers.MetricGeneratorA generator that uses JTS buffer to create the buffer polygons
 - 
Constructor SummaryConstructors Constructor Description PointBuffers()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener) 
 
- 
 
-