SimpleRepository Methods |
The SimpleRepository type exposes the following members.
Name | Description | |
---|---|---|
CreateFailoverRepository |
Get a new SimpleRepository created from several instances of a same GBFS file.
In case one file instance is no longer available, the SimpleRepository fails over to the next one.
| |
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.) | |
GetAddressConvention |
Indicates the street number addressing convention in the specified country.
| |
GetCountriesIn |
Query the repository for all countries which fall underneath the given BoundingBox.
(Overrides LocalRepositoryGetCountriesIn(BoundingBox).) | |
GetCountryRegions |
Gets a list of top country regions for which data in this SimpleRepository is available.
| |
GetDrivingSide |
Indicates which side of the road vehicles drive in the specified country.
(Overrides RepositoryGetDrivingSide(Country).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRepositoriesForCountry |
Returns this simple repository if it supports the specified country.
(Overrides LocalRepositoryGetRepositoriesForCountry(Country).) | |
GetRoutingProfile |
Gets the default RoutingProfile for a GBFS.
| |
GetRoutingProfile(Country) |
Gets the default RoutingProfile for a given GBFS file and country.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUnitSystem |
Returns the unit system for a specified country.
| |
HasCountry |
Indicates whether this repository contains data for the given Country.
(Inherited from LocalRepository.) | |
Supports |
Gets whether this Repository supports the specified feature.
| |
ToString |
Returns a string representation of the simple repository.
(Overrides ObjectToString.) | |
Validate |
Validate the integrity of a GBFS file by calculating and checking its MD5 checksum.
|