Class CAngleValue
- 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.CAngleValue
-
public class CAngleValue extends GAELSimpleConstraint
-
-
Constructor Summary
Constructors Constructor Description CAngleValue(SMAngle ang, double imp)
CAngleValue(SMAngle ang, double imp, double goalValue)
-
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
-
-