MultiRepository Methods |
The MultiRepository type exposes the following members.
Name | Description | |
---|---|---|
Add |
Add a given LocalRepository to this MultiRepository. Once a LocalRepository
is added to this MultiRepository, the data available in any of the LocalRepository's
SimpleRepository or MultiRepository objects become available for use by this MultiRepository.
| |
AddRepository |
Add a given LocalRepository to this MultiRepository. Once a LocalRepository
is added to this MultiRepository, the data available in any of the LocalRepository's
SimpleRepository or MultiRepository objects become available for use by this MultiRepository.
| |
CheckRegions |
Throws an exception if two GBFS files in the given LocalRepository
cover the same geographical region.
| |
Dispose |
Disposes of this LocalRepository. See remarks.
(Inherited from Repository.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetCountriesIn |
Query the repository for all countries which fall underneath the given BoundingBox.
(Overrides LocalRepositoryGetCountriesIn(BoundingBox).) | |
GetDrivingSide |
Indicates which side of the road vehicles drive in the specified country.
(Overrides RepositoryGetDrivingSide(Country).) | |
GetEnumerator |
Returns an IEnumerator for accessing the sub-repositories of this MultiRepository.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRepositoriesForCountry |
Returns a list of sub-repositories that contain data for the specified country.
(Overrides LocalRepositoryGetRepositoriesForCountry(Country).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasCountry |
Indicates whether this repository contains data for the given Country.
(Inherited from LocalRepository.) | |
RemoveRepository |
Remove a LocalRepository from this MultiRepository. Once a LocalRepository is
removed, any of the LocalRepository's SimpleRepository or MultiRepository objects may no longer
be used by this MultiRepository to obtain data.
| |
ToString |
Returns a string representation of this repository.
(Overrides ObjectToString.) |