Package org.onebusaway.gtfs.model

Examples of org.onebusaway.gtfs.model.Stop


    @Override
    public void handleEntity(Object bean) {
      if (!(bean instanceof Stop))
        return;
      Stop stop = (Stop) bean;
      _ids.add(stop.getId());
    }
View Full Code Here

TOP

Related Classes of org.onebusaway.gtfs.model.Stop

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.