org.onebusaway.transit_data_federation.bundle.utilities
Class GtfsComputePolylineBoundaryForStopsMain

java.lang.Object
  extended by 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
GtfsComputePolylineBoundaryForStopsMain()
           
 
Method Summary
protected  void buildOptions(org.apache.commons.cli.Options options)
           
protected  org.onebusaway.transit_data_federation.bundle.utilities.GtfsComputePolylineBoundaryForStopsMain.EFormat getFormat(org.apache.commons.cli.CommandLine cli)
           
static void main(String[] args)
           
protected  void printUsage()
           
 void run(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GtfsComputePolylineBoundaryForStopsMain

public GtfsComputePolylineBoundaryForStopsMain()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

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)


Copyright © 2012 OneBusAway. All Rights Reserved.