Package oracle.spatial.geometry
Class JGeometry.Point
- java.lang.Object
-
- oracle.spatial.geometry.JGeometry.Point
-
- Enclosing class:
- JGeometry
@Deprecated public static class JGeometry.Point extends java.lang.ObjectDeprecated.use @link{oracle.spatial.geometry.JPoint2DD} insteadA convenient class that represents a double-typed point.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(JGeometry.Point b)Deprecated.doublegetX()Deprecated.doublegetY()Deprecated.voidset(double x, double y)Deprecated.
-
-
-
Method Detail
-
equals
public final boolean equals(JGeometry.Point b)
Deprecated.
-
getX
public double getX()
Deprecated.
-
getY
public double getY()
Deprecated.
-
set
public void set(double x, double y)Deprecated.
-
-