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