Class MorphologicalAnalysis
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.polygon.MorphologicalAnalysis
-
public class MorphologicalAnalysis extends Object
- Author:
- julien Gaffuri
-
-
Constructor Summary
Constructors Constructor Description MorphologicalAnalysis()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<org.locationtech.jts.geom.Polygon>getNarrowGaps(org.locationtech.jts.geom.Geometry geom, double separationDistanceMeter, int quad)static Collection<org.locationtech.jts.geom.Polygon>getNarrowParts(org.locationtech.jts.geom.Geometry geom, double widthMeter, int quad)static voidremoveNarrowGapsTesselation(List<Feature> units, double separationDistanceMeter, int quad, double nodingResolution, boolean preserveAllUnits)
-
-
-
Method Detail
-
getNarrowGaps
public static Collection<org.locationtech.jts.geom.Polygon> getNarrowGaps(org.locationtech.jts.geom.Geometry geom, double separationDistanceMeter, int quad)
-
getNarrowParts
public static Collection<org.locationtech.jts.geom.Polygon> getNarrowParts(org.locationtech.jts.geom.Geometry geom, double widthMeter, int quad)
-
-