oracle.spatial.geometry
Class JPoint2DD

java.lang.Object
  extended by oracle.spatial.geometry.JPoint2DD
All Implemented Interfaces:
java.io.Serializable

public class JPoint2DD
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 double x
           
 double y
           
 
Constructor Summary
JPoint2DD()
           
JPoint2DD(double x, double y)
           
JPoint2DD(JPoint2DD p)
           
 
Method Summary
 boolean equals(JPoint2DD p)
           
 double[] getArray()
           
 double getX()
           
 double getY()
           
 void setX(double x)
           
 void setY(double y)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

JPoint2DD

public JPoint2DD()

JPoint2DD

public JPoint2DD(double x,
                 double y)

JPoint2DD

public JPoint2DD(JPoint2DD p)
Method Detail

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()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(JPoint2DD p)