Class CPointPosition
- 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.CPointPosition
-
public class CPointPosition extends GAELSimpleConstraint
-
-
Constructor Summary
Constructors Constructor Description CPointPosition(SMSinglePoint p, double importance)
CPointPosition(SMSinglePoint p, double imp, org.locationtech.jts.geom.Coordinate goalC)
-
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
-
CPointPosition
public CPointPosition(SMSinglePoint p, double imp, org.locationtech.jts.geom.Coordinate goalC)
-
CPointPosition
public CPointPosition(SMSinglePoint p, double importance)
-
-
Method Detail
-
getDisplacement
public org.locationtech.jts.geom.Coordinate getDisplacement(GAELPoint p, double alpha)
- Specified by:
getDisplacement
in classGAELConstraint
-
-