All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.conveyal.gtfs.loader.SnapshotResult Maven / Gradle / Ivy

Go to download

A library to load and index GTFS feeds of arbitrary size using disk-backed storage

There is a newer version: 6.2.0
Show newest version
package com.conveyal.gtfs.loader;

/**
 * This contains the result of a feed snapshot operation. It is nearly identical to {@link FeedLoadResult} except that
 * it has some additional tables that only exist for snapshots/editor feeds.
 */
public class SnapshotResult extends FeedLoadResult {
    private static final long serialVersionUID = 1L;

    public TableLoadResult scheduleExceptions;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy