Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


oracle.spatial.topo
Class Point2DD

java.lang.Object
  extended byoracle.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
clone, equals, finalize, 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()

equals

public boolean equals(Point2DD p)

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


Copyright © 2005, Oracle. All Rights Reserved.