org.onebusaway.transit_data.model
Class PathBean
java.lang.Object
org.onebusaway.transit_data.model.ApplicationBean
org.onebusaway.transit_data.model.PathBean
- All Implemented Interfaces:
- Serializable
public class PathBean
- extends ApplicationBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathBean
public PathBean()
PathBean
public PathBean(double[] lat,
double[] lon)
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.