Class BufferAggregation
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.aggregation.BufferAggregation
-
public class BufferAggregation extends Object
Aggregation of a set of geometry buffers- Author:
- julien Gaffuri
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.logging.log4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description BufferAggregation(double bufferDist, double closureDist, int qSegs, double dPThreshold, boolean withHoleDeletion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Geometry
aggregateGeometries(Collection<org.locationtech.jts.geom.Geometry> geoms)
-
-
-
Method Detail
-
aggregateGeometries
public org.locationtech.jts.geom.Geometry aggregateGeometries(Collection<org.locationtech.jts.geom.Geometry> geoms)
-
-