org.onebusaway.geospatial.model
Class CoordinatePoint

java.lang.Object
  extended by org.onebusaway.geospatial.model.CoordinatePoint
All Implemented Interfaces:
Serializable

public final class CoordinatePoint
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CoordinatePoint(double lat, double lon)
           
 
Method Summary
 boolean equals(Object o)
           
 double getLat()
           
 double getLon()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordinatePoint

public CoordinatePoint(double lat,
                       double lon)
Method Detail

getLat

public double getLat()

getLon

public double getLon()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012 OneBusAway. All Rights Reserved.