Class ShapePointHelper
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.tasks.ShapePointHelper
-
@Component public class ShapePointHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ShapePointHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapePointsgetShapePointsForShapeId(org.onebusaway.gtfs.model.AgencyAndId shapeId)voidsetGtfsRelationalDao(org.onebusaway.gtfs.services.GtfsRelationalDao gtfsDao)
-
-
-
Method Detail
-
setGtfsRelationalDao
@Autowired public void setGtfsRelationalDao(org.onebusaway.gtfs.services.GtfsRelationalDao gtfsDao)
-
getShapePointsForShapeId
public ShapePoints getShapePointsForShapeId(org.onebusaway.gtfs.model.AgencyAndId shapeId)
-
-