oracle.spatial.topo
Class Point2DD
java.lang.Object
oracle.spatial.topo.Point2DD
- All Implemented Interfaces:
- java.io.Serializable
- public class Point2DD
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
double |
x
|
double |
y
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
x
public double x
y
public double y
Point2DD
public Point2DD()
Point2DD
public Point2DD(double x,
double y)
Point2DD
public Point2DD(Point2DD p)
getArray
public double[] getArray()
getX
public double getX()
getY
public double getY()
setX
public void setX(double x)
setY
public void setY(double y)
toString
public java.lang.String toString()
equals
public boolean equals(Point2DD p)
Copyright © 2005, Oracle. All Rights Reserved.