org.onebusaway.transit_data_federation.bundle.tasks
public class GtfsStopRegionsSourceImpl extends Object implements org.opentripplanner.graph_builder.services.RegionsSource
Constructor and Description |
---|
GtfsStopRegionsSourceImpl() |
Modifier and Type | Method and Description |
---|---|
Iterable<com.vividsolutions.jts.geom.Envelope> |
getRegions() |
void |
setGtfsDao(org.onebusaway.gtfs.services.GtfsDao dao) |
void |
setRadius(double radiusInMeters) |
public void setGtfsDao(org.onebusaway.gtfs.services.GtfsDao dao)
public void setRadius(double radiusInMeters)
radiusInMeters
- - radius in meterspublic Iterable<com.vividsolutions.jts.geom.Envelope> getRegions()
getRegions
in interface org.opentripplanner.graph_builder.services.RegionsSource
Copyright © 2014 OneBusAway. All Rights Reserved.