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 voidclean()doublegetInitialValue()GAELPointgetPt()GAELPointgetPt1()GAELPointgetPt2()doublegetValue()doublegetValueDifference()doublegetValueDifference(double val)doublegetX()doublegetY()-
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:
getXin classGAELSubmicro
-
getY
public double getY()
- Overrides:
getYin classGAELSubmicro
-
clean
public void clean()
- Overrides:
cleanin classGAELSubmicro
-
-