Class JGeometry.Point

  • Enclosing class:
    JGeometry

    @Deprecated
    public static class JGeometry.Point
    extends java.lang.Object
    Deprecated.
    use @link{oracle.spatial.geometry.JPoint2DD} instead
    A convenient class that represents a double-typed point.
    • Constructor Summary

      Constructors 
      Constructor Description
      Point()
      Deprecated.
       
      Point​(double x, double y)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(JGeometry.Point b)
      Deprecated.
       
      double getX()
      Deprecated.
       
      double getY()
      Deprecated.
       
      void set​(double x, double y)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Point

        public Point()
        Deprecated.
      • Point

        public Point​(double x,
                     double y)
        Deprecated.
    • Method Detail

      • getX

        public double getX()
        Deprecated.
      • getY

        public double getY()
        Deprecated.
      • set

        public void set​(double x,
                        double y)
        Deprecated.