org.onebusaway.transit_data.model.oba
Class IdLocationKey
java.lang.Object
org.onebusaway.transit_data.model.oba.IdLocationKey
public class IdLocationKey
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdLocationKey
public IdLocationKey()
IdLocationKey
public IdLocationKey(String id,
double lat,
double lon)
getId
public String getId()
setId
public void setId(String id)
getLat
public double getLat()
setLat
public void setLat(double lat)
getLon
public double getLon()
setLon
public void setLon(double lon)
Copyright © 2012 OneBusAway. All Rights Reserved.