Package 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Point2DD p)
boolean
equalsWithinBasin(Point2DD p)
boolean
equalsWithinBasin(Point2DD p, double tolerance)
double[]
getArray()
double
getX()
double
getY()
void
setX(double x)
void
setY(double y)
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
equals
public boolean equals(Point2DD p)
-
equalsWithinBasin
public boolean equalsWithinBasin(Point2DD p)
-
equalsWithinBasin
public boolean equalsWithinBasin(Point2DD p, double tolerance)
-
-