Click or drag to resize

MultiRepository Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The MultiRepository type exposes the following members.

Methods
  NameDescription
Public methodAdd
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.
Public methodAddRepository
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.
Public methodCheckRegions
Throws an exception if two GBFS files in the given LocalRepository cover the same geographical region.
Public methodDispose
Disposes of this LocalRepository. See remarks.
(Inherited from Repository.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCountriesIn
Query the repository for all countries which fall underneath the given BoundingBox.
(Overrides LocalRepositoryGetCountriesIn(BoundingBox).)
Public methodGetDrivingSide
Indicates which side of the road vehicles drive in the specified country.
(Overrides RepositoryGetDrivingSide(Country).)
Public methodGetEnumerator
Returns an IEnumerator for accessing the sub-repositories of this MultiRepository.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRepositoriesForCountry
Returns a list of sub-repositories that contain data for the specified country.
(Overrides LocalRepositoryGetRepositoriesForCountry(Country).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasCountry
Indicates whether this repository contains data for the given Country.
(Inherited from LocalRepository.)
Public methodRemoveRepository
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.
Public methodToString
Returns a string representation of this repository.
(Overrides ObjectToString.)
Top
See Also