Package org.goplanit.gtfs.handler
Class GtfsFileHandlerShapes
- java.lang.Object
-
- org.goplanit.gtfs.handler.GtfsFileHandler<GtfsShape>
-
- org.goplanit.gtfs.handler.GtfsFileHandlerShapes
-
public class GtfsFileHandlerShapes extends GtfsFileHandler<GtfsShape>
Base handler for handling shape attributes- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GtfsFileHandlerShapes()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(GtfsShape gtfsShapeRule)
Handle a GTFS shape rule-
Methods inherited from class org.goplanit.gtfs.handler.GtfsFileHandler
getFileScheme, handleComplete, handleRaw, isCompatible, reset
-
-
-
-
Method Detail
-
handle
public void handle(GtfsShape gtfsShapeRule)
Handle a GTFS shape rule- Specified by:
handle
in classGtfsFileHandler<GtfsShape>
- Parameters:
gtfsShapeRule
- to handler
-
-