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 void
clean()
GAELPoint
getPoint()
double
getX()
double
getY()
-
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:
getX
in classGAELSubmicro
-
getY
public double getY()
- Overrides:
getY
in classGAELSubmicro
-
clean
public void clean()
- Overrides:
clean
in classGAELSubmicro
-
-