org.onebusaway.geospatial.grid
Class GridIndex

java.lang.Object
  extended by org.onebusaway.geospatial.grid.GridIndex

public class GridIndex
extends Object


Constructor Summary
GridIndex(int x, int y)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getX()
           
 int getY()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridIndex

public GridIndex(int x,
                 int y)
Method Detail

getX

public int getX()

getY

public int getY()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.