Interface NetexEntityFetcher<R,S>


public interface NetexEntityFetcher<R,S>
Retrieve a NeTEx entity from an external source. This can be used as a fallback method when the stop dataset loaded in memory is outdated and misses some quays/stops.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • tryFetch

      R tryFetch(S s)