|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.model.geometry.Point
public class Point
Class to store 2D point object
Constructor Summary | |
---|---|
Point()
Default constructor |
|
Point(double x,
double y)
Constructor with x and y value |
Method Summary | |
---|---|
double |
getX()
Gets the x value |
double |
getY()
Gets the y value |
void |
setX(double x)
Sets the value of x |
void |
setY(double y)
Sets the value of y |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Point()
public Point(double x, double y)
x
- the x coordinatesy
- the y coordinatesMethod Detail |
---|
public double getX()
public void setX(double x)
x
- the x to setpublic double getY()
public void setY(double y)
y
- the y to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |