Uses of Class
eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.SMSinglePoint
-
Packages that use SMSinglePoint Package Description eu.europa.ec.eurostat.jgiscotools.algo.deformationgael Deformation algorithm based on agents and elasticity (GAEL model, [Gaffuri 2008]). -
-
Uses of SMSinglePoint in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael
Methods in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael that return SMSinglePoint Modifier and Type Method Description static SMSinglePoint
GAELDecomposers. decompose(Collection<GAELPoint> ps, org.locationtech.jts.geom.Point pt)
Methods in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael that return types with arguments of type SMSinglePoint Modifier and Type Method Description static Collection<SMSinglePoint>
GAELDecomposers. createSinglePoints(Collection<GAELPoint> ps)
Constructors in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael with parameters of type SMSinglePoint Constructor Description CPointPointDistance(SMSinglePoint ps1, SMSinglePoint ps2, double imp)
CPointPointDistance(SMSinglePoint ps1, SMSinglePoint ps2, double imp, double distance)
CPointPointMaximalDistance(SMSinglePoint ps1, SMSinglePoint ps2, double imp)
CPointPointMaximalDistance(SMSinglePoint ps1, SMSinglePoint ps2, double imp, double distance)
CPointPointMinimalDistance(SMSinglePoint ps1, SMSinglePoint ps2, double imp)
CPointPointMinimalDistance(SMSinglePoint ps1, SMSinglePoint ps2, double imp, double distance)
CPointPosition(SMSinglePoint p, double importance)
CPointPosition(SMSinglePoint p, double imp, org.locationtech.jts.geom.Coordinate goalC)
CPointSegmentJoin(SMSinglePoint ps, SMSegment s, double importance)
CPointSegmentMinimalDistance(SMSinglePoint ps, SMSegment s, double imp, double distance)
-