Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


oracle.spatial.geometry
Class JGeometry.Point

java.lang.Object
  extended by oracle.spatial.geometry.JGeometry.Point

Enclosing class:
JGeometry

public static class JGeometry.Point
extends java.lang.Object

A convenient class that represents a double-typed point.


Constructor Summary
JGeometry.Point()
           
JGeometry.Point(double x, double y)
          Constructs a new Point with x and y value.

 

Method Summary
 boolean equals(JGeometry.Point b)
           
 double getX()
           
 double getY()
           
 void set(double x, double y)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JGeometry.Point

public JGeometry.Point()

JGeometry.Point

public JGeometry.Point(double x,
                       double y)
Constructs a new Point with x and y value.

Method Detail

equals

public final boolean equals(JGeometry.Point b)

getX

public double getX()

getY

public double getY()

set

public void set(double x,
                double y)

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.