goldman.collection.spatial
Interface XYPoint


public interface XYPoint

This interface is used in conjunction with the DefaultXYComparator to define the default comparator used to partition the space into four quadrants.


Method Summary
 double getX()
          Returns the x-coordinate of the point.
 double getY()
          Returns the y-coordinate of the point.
 

Method Detail

getX

double getX()
Returns the x-coordinate of the point.


getY

double getY()
Returns the y-coordinate of the point.