Class ShapeTransformStrategy
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.updates.ShapeTransformStrategy
-
- All Implemented Interfaces:
GtfsTransformStrategy
public class ShapeTransformStrategy extends Object implements GtfsTransformStrategy
-
-
Constructor Summary
Constructors Constructor Description ShapeTransformStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidrun(TransformContext context, GtfsMutableRelationalDao dao)voidsetMatchEnd(boolean amatchEnd)voidsetMatchStart(boolean amatchStart)voidsetShape(String ashape)voidsetShapeId(String ashapeId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.onebusaway.gtfs_transformer.services.GtfsTransformStrategy
updateReadSchema, updateWriteSchema
-
-
-
-
Method Detail
-
setShapeId
public void setShapeId(String ashapeId)
-
setShape
public void setShape(String ashape)
-
setMatchStart
public void setMatchStart(boolean amatchStart)
-
setMatchEnd
public void setMatchEnd(boolean amatchEnd)
-
getName
public String getName()
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
public void run(TransformContext context, GtfsMutableRelationalDao dao)
- Specified by:
runin interfaceGtfsTransformStrategy
-
-