org.onebusaway.transit_data_federation.bundle.tasks
Class GtfsStopRegionsSourceImpl

java.lang.Object
  extended by 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


Constructor Summary
GtfsStopRegionsSourceImpl()
           
 
Method Summary
 Iterable<com.vividsolutions.jts.geom.Envelope> getRegions()
           
 void setGtfsDao(org.onebusaway.gtfs.services.GtfsDao dao)
           
 void setRadius(double radiusInMeters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GtfsStopRegionsSourceImpl

public GtfsStopRegionsSourceImpl()
Method Detail

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.