Class GtfsComputePolylineBoundaryForStopsMain
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.utilities.GtfsComputePolylineBoundaryForStopsMain
-
public class GtfsComputePolylineBoundaryForStopsMain extends Object
Utility script to compute a polygon boundary for the set of stops in a GTFS, useful for passing to an OpenStreetMap script for extracting an appropriate subset of a larger OSM document.- Author:
- bdferris
-
-
Constructor Summary
Constructors Constructor Description GtfsComputePolylineBoundaryForStopsMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildOptions(org.apache.commons.cli.Options options)protected org.onebusaway.transit_data_federation.bundle.utilities.GtfsComputePolylineBoundaryForStopsMain.EFormatgetFormat(org.apache.commons.cli.CommandLine cli)static voidmain(String[] args)protected voidprintUsage()voidrun(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
run
public void run(String[] args) throws IOException
- Throws:
IOException
-
buildOptions
protected void buildOptions(org.apache.commons.cli.Options options)
-
printUsage
protected void printUsage()
-
getFormat
protected org.onebusaway.transit_data_federation.bundle.utilities.GtfsComputePolylineBoundaryForStopsMain.EFormat getFormat(org.apache.commons.cli.CommandLine cli)
-
-