org.onebusaway.gtfs_transformer.updates
Class ShapeTransformStrategy

java.lang.Object
  extended by org.onebusaway.gtfs_transformer.updates.ShapeTransformStrategy
All Implemented Interfaces:
GtfsTransformStrategy

public class ShapeTransformStrategy
extends java.lang.Object
implements GtfsTransformStrategy


Constructor Summary
ShapeTransformStrategy()
           
 
Method Summary
 void run(TransformContext context, GtfsMutableRelationalDao dao)
           
 void setShape(java.lang.String shape)
           
 void setShapeId(java.lang.String shapeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeTransformStrategy

public ShapeTransformStrategy()
Method Detail

setShapeId

public void setShapeId(java.lang.String shapeId)

setShape

public void setShape(java.lang.String shape)

run

public void run(TransformContext context,
                GtfsMutableRelationalDao dao)
Specified by:
run in interface GtfsTransformStrategy


Copyright © 2010 OneBusAway. All Rights Reserved.