Class GAELConstraint
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELConstraint
-
- Direct Known Subclasses:
GAELRelationnalConstraint
,GAELSimpleConstraint
public abstract class GAELConstraint extends Object
-
-
Constructor Summary
Constructors Constructor Description GAELConstraint(double imp)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Coordinate
getDisplacement(GAELPoint p)
protected abstract org.locationtech.jts.geom.Coordinate
getDisplacement(GAELPoint p, double alpha)
double
getImportance()
void
setImportance(double imp)
-
-
-
Method Detail
-
getImportance
public double getImportance()
-
setImportance
public void setImportance(double imp)
-
getDisplacement
protected abstract org.locationtech.jts.geom.Coordinate getDisplacement(GAELPoint p, double alpha)
-
getDisplacement
public org.locationtech.jts.geom.Coordinate getDisplacement(GAELPoint p)
-
-