|
Oracle® Spatial Java API Reference 10g Release 2 (10.2) B14373-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.spatial.geometry.JGeometry.Point
A convenient class that represents a double-typed point.
| Constructor Summary | |
JGeometry.Point() |
|
JGeometry.Point(double x, double y)Constructs a new Point with x and y value. |
|
| Method Summary | |
boolean |
equals(JGeometry.Point b) |
double |
getX() |
double |
getY() |
void |
set(double x, double y) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JGeometry.Point()
public JGeometry.Point(double x,
double y)
| Method Detail |
public final boolean equals(JGeometry.Point b)
public double getX()
public double getY()
public void set(double x,
double y)
|
Oracle® Spatial Java API Reference 10g Release 2 (10.2) B14373-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||