Class CSegmentLength
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELConstraint
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELSimpleConstraint
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.CSegmentLength
-
public class CSegmentLength extends GAELSimpleConstraint
-
-
Constructor Summary
Constructors Constructor Description CSegmentLength(SMSegment s, double imp)
CSegmentLength(SMSegment s, double imp, double goalLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Coordinate
getDisplacement(GAELPoint pt, 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 pt, double alpha)
- Specified by:
getDisplacement
in classGAELConstraint
-
-