Interface StopAreaRepositoryFactory

All Known Implementing Classes:
DefaultStopAreaRepositoryFactory

public interface StopAreaRepositoryFactory
Factory for creating stop area repositories.
  • Method Details

    • getStopAreaRepository

      StopAreaRepository getStopAreaRepository()
      Return an initialized instance of a stop area repository. Multiple calls to the method may return different repositories if the underlying implementation allows for refreshing the dataset at runtime.
      Returns:
      an initialized instance of a stop area repository.
    • refreshStopAreaRepository

      void refreshStopAreaRepository(InputStream stopDataset)
      Refresh the cached stop area.
      Parameters:
      stopDataset - an input stream on a NeTEX dataset archive.