Class SMSinglePoint
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELSubmicro
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.SMSinglePoint
-
public class SMSinglePoint extends GAELSubmicro
-
-
Constructor Summary
Constructors Constructor Description SMSinglePoint(GAELPoint pt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()GAELPointgetPoint()doublegetX()doublegetY()-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELSubmicro
getPoints
-
-
-
-
Constructor Detail
-
SMSinglePoint
public SMSinglePoint(GAELPoint pt)
-
-
Method Detail
-
getPoint
public GAELPoint getPoint()
-
getX
public double getX()
- Overrides:
getXin classGAELSubmicro
-
getY
public double getY()
- Overrides:
getYin classGAELSubmicro
-
clean
public void clean()
- Overrides:
cleanin classGAELSubmicro
-
-