Class CSegmentSegmentMinimalDistance
- 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.CSegmentSegmentMinimalDistance
-
public class CSegmentSegmentMinimalDistance extends GAELRelationnalConstraint
-
-
Field Summary
Fields Modifier and Type Field Description double
distance
-
Constructor Summary
Constructors Constructor Description CSegmentSegmentMinimalDistance(SMSegment s1, SMSegment s2, double importance, double distance)
-
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
-
-
-
-
Method Detail
-
getDisplacement
public org.locationtech.jts.geom.Coordinate getDisplacement(GAELPoint p, double alpha)
- Specified by:
getDisplacement
in classGAELConstraint
-
-