org.onebusaway.geospatial.model
Class CoordinatePoint
java.lang.Object
org.onebusaway.geospatial.model.CoordinatePoint
- All Implemented Interfaces:
- Serializable
public final class CoordinatePoint
- extends Object
- implements Serializable
- See Also:
- Serialized Form
CoordinatePoint
public CoordinatePoint(double lat,
double lon)
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.