Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


oracle.spatial.topo
Class Point2DD

java.lang.Object
  extended by 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
           

 

Constructor Summary
Point2DD()
           
Point2DD(double x, double y)
           
Point2DD(Point2DD p)
           

 

Method Summary
 boolean equals(Point2DD 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

x

public double x

y

public double y

Constructor Detail

Point2DD

public Point2DD()

Point2DD

public Point2DD(double x,
                double y)

Point2DD

public Point2DD(Point2DD 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(Point2DD p)

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.