public class PointBuffers extends Object implements VectorProcess
| Modifier and Type | Class and Description |
|---|---|
class |
PointBuffers.GeographicGenerator
Builds the appropriate buffer polygons sampling the actual buffer shape with the
GeodeticCalculator
|
class |
PointBuffers.MetricGenerator
A generator that uses JTS buffer to create the buffer polygons
|
| Constructor and Description |
|---|
PointBuffers() |
| Modifier and Type | Method and Description |
|---|---|
SimpleFeatureCollection |
execute(Point center,
CoordinateReferenceSystem crs,
double[] distances,
Integer quadrantSegments,
ProgressListener listener) |
public SimpleFeatureCollection execute(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener)
Copyright © 1996–2019 Geotools. All rights reserved.