Class GAELDecomposers
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELDecomposers
-
public class GAELDecomposers extends Object
-
-
Constructor Summary
Constructors Constructor Description GAELDecomposers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<SMSinglePoint>
createSinglePoints(Collection<GAELPoint> ps)
static SMSinglePoint
decompose(Collection<GAELPoint> ps, org.locationtech.jts.geom.Point pt)
static void
decompose(org.locationtech.jts.geom.LineString line, double resolution, Collection<GAELPoint> ps, Collection<SMSegment> segs, boolean buildAngles, Collection<SMAngle> as)
static void
decomposeLimit(org.locationtech.jts.geom.Polygon poly, double resolution, Collection<GAELPoint> ps, Collection<SMSegment> segs, boolean buildAngles, Collection<SMAngle> as)
-
-
-
Method Detail
-
decompose
public static SMSinglePoint decompose(Collection<GAELPoint> ps, org.locationtech.jts.geom.Point pt)
-
decomposeLimit
public static void decomposeLimit(org.locationtech.jts.geom.Polygon poly, double resolution, Collection<GAELPoint> ps, Collection<SMSegment> segs, boolean buildAngles, Collection<SMAngle> as)
-
decompose
public static void decompose(org.locationtech.jts.geom.LineString line, double resolution, Collection<GAELPoint> ps, Collection<SMSegment> segs, boolean buildAngles, Collection<SMAngle> as)
-
createSinglePoints
public static Collection<SMSinglePoint> createSinglePoints(Collection<GAELPoint> ps)
-
-