Class CSegmentOrientation
- 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.CSegmentOrientation
-
public class CSegmentOrientation extends GAELSimpleConstraint
-
-
Constructor Summary
Constructors Constructor Description CSegmentOrientation(SMSegment s, double imp)
CSegmentOrientation(SMSegment s, double imp, double goalOrientation)
-
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
-
-