org.onebusaway.transit_data_federation.services
Class FederatedTransitDataBundle
java.lang.Object
org.onebusaway.transit_data_federation.services.FederatedTransitDataBundle
public class FederatedTransitDataBundle
- extends Object
Captures the file structure of various file artifacts of a federated transit
data bundle. All artifact file paths are relative to a base path.
- Author:
- bdferris
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FederatedTransitDataBundle
public FederatedTransitDataBundle(File path)
FederatedTransitDataBundle
public FederatedTransitDataBundle()
setPath
public void setPath(File path)
getPath
public File getPath()
getKey
public String getKey()
setKey
public void setKey(String key)
getCalendarServiceDataPath
public File getCalendarServiceDataPath()
getRouteSearchIndexPath
public File getRouteSearchIndexPath()
getStopSearchIndexPath
public File getStopSearchIndexPath()
getWalkPlannerGraphPath
public File getWalkPlannerGraphPath()
getTransitGraphPath
public File getTransitGraphPath()
getGraphPath
public File getGraphPath()
getNarrativeProviderPath
public File getNarrativeProviderPath()
getBlockTripIndicesPath
public File getBlockTripIndicesPath()
getBlockLayoverIndicesPath
public File getBlockLayoverIndicesPath()
getFrequencyBlockTripIndicesPath
public File getFrequencyBlockTripIndicesPath()
getStopTransfersPath
public File getStopTransfersPath()
getShapeGeospatialIndexDataPath
public File getShapeGeospatialIndexDataPath()
getHubStopsPath
public File getHubStopsPath(boolean keyed)
getTransferPatternsSourceStopsPath
public File getTransferPatternsSourceStopsPath()
getTransferPatternsParentPath
public File getTransferPatternsParentPath()
getTransferPatternsPath
public File getTransferPatternsPath()
getAllTransferPatternsPaths
public List<File> getAllTransferPatternsPaths()
getTransferPatternsTransferPointCountsPath
public File getTransferPatternsTransferPointCountsPath()
getSerializedTransferPatternsPath
public File getSerializedTransferPatternsPath()
getServiceAlertsPath
public File getServiceAlertsPath()
getCachePath
public File getCachePath()
Copyright © 2012 OneBusAway. All Rights Reserved.