gtfs-library
0.2.2
jvm
gtfs-library
/
xyz.malkki.gtfs.serialization.writer
/
GtfsFeedWriter
/
writeShapes
write
Shapes
fun
writeShapes
(
shapes
:
Iterable
<
Shape
>
)
fun
writeShapes
(
shapes
:
Stream
<
Shape
>
)
Writes shapes to the GTFS feed. If the file already exists, it will be overwritten
Parameters
shapes
Shapes
Throws
IOException