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 booleanequals(Point2DD p)booleanequalsWithinBasin(Point2DD p)booleanequalsWithinBasin(Point2DD p, double tolerance)double[]getArray()doublegetX()doublegetY()voidsetX(double x)voidsetY(double y)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
equals
public boolean equals(Point2DD p)
-
equalsWithinBasin
public boolean equalsWithinBasin(Point2DD p)
-
equalsWithinBasin
public boolean equalsWithinBasin(Point2DD p, double tolerance)
-
-