org.onebusaway.transit_data_federation.bundle.tasks
Class GtfsStopRegionsSourceImpl
java.lang.Object
org.onebusaway.transit_data_federation.bundle.tasks.GtfsStopRegionsSourceImpl
- All Implemented Interfaces:
- org.opentripplanner.graph_builder.services.RegionsSource
public class GtfsStopRegionsSourceImpl
- extends Object
- implements org.opentripplanner.graph_builder.services.RegionsSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GtfsStopRegionsSourceImpl
public GtfsStopRegionsSourceImpl()
setGtfsDao
public void setGtfsDao(org.onebusaway.gtfs.services.GtfsDao dao)
setRadius
public void setRadius(double radiusInMeters)
- Parameters:
radiusInMeters
- - radius in meters
getRegions
public Iterable<com.vividsolutions.jts.geom.Envelope> getRegions()
- Specified by:
getRegions
in interface org.opentripplanner.graph_builder.services.RegionsSource
Copyright © 2012 OneBusAway. All Rights Reserved.