Module org.entur.netex.gtfs.export
Package org.entur.netex.gtfs.export.stop
Interface StopAreaRepositoryFactory
- All Known Implementing Classes:
DefaultStopAreaRepositoryFactory
public interface StopAreaRepositoryFactory
Factory for creating stop area repositories.
-
Method Summary
Modifier and TypeMethodDescriptionReturn an initialized instance of a stop area repository.voidrefreshStopAreaRepository(InputStream stopDataset) Refresh the cached stop area.
-
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
Refresh the cached stop area.- Parameters:
stopDataset- an input stream on a NeTEX dataset archive.
-