Class CPointSegmentJoin
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELConstraint
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELRelationnalConstraint
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.CPointSegmentJoin
-
public class CPointSegmentJoin extends GAELRelationnalConstraint
-
-
Constructor Summary
Constructors Constructor Description CPointSegmentJoin(SMSinglePoint ps, SMSegment s, double importance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Coordinate
getDisplacement(GAELPoint p, double alpha)
-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELConstraint
getDisplacement, getImportance, setImportance
-
-
-
-
Constructor Detail
-
CPointSegmentJoin
public CPointSegmentJoin(SMSinglePoint ps, SMSegment s, double importance)
-
-
Method Detail
-
getDisplacement
public org.locationtech.jts.geom.Coordinate getDisplacement(GAELPoint p, double alpha)
- Specified by:
getDisplacement
in classGAELConstraint
-
-