Class SMAngle
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELSubmicro
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.SMAngle
-
public class SMAngle extends GAELSubmicro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clean()
double
getInitialValue()
GAELPoint
getPt()
GAELPoint
getPt1()
GAELPoint
getPt2()
double
getValue()
double
getValueDifference()
double
getValueDifference(double val)
double
getX()
double
getY()
-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELSubmicro
getPoints
-
-
-
-
Method Detail
-
getPt
public GAELPoint getPt()
-
getPt1
public GAELPoint getPt1()
-
getPt2
public GAELPoint getPt2()
-
getValue
public double getValue()
-
getInitialValue
public double getInitialValue()
-
getValueDifference
public double getValueDifference(double val)
-
getValueDifference
public double getValueDifference()
-
getX
public double getX()
- Overrides:
getX
in classGAELSubmicro
-
getY
public double getY()
- Overrides:
getY
in classGAELSubmicro
-
clean
public void clean()
- Overrides:
clean
in classGAELSubmicro
-
-