Click or drag to resize

SimpleRepository Methods

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

The SimpleRepository type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCreateFailoverRepository
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.
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 methodGetAddressConvention
Indicates the street number addressing convention in the specified country.
Public methodGetCountriesIn
Query the repository for all countries which fall underneath the given BoundingBox.
(Overrides LocalRepositoryGetCountriesIn(BoundingBox).)
Public methodGetCountryRegions
Gets a list of top country regions for which data in this SimpleRepository is available.
Public methodGetDrivingSide
Indicates which side of the road vehicles drive in the specified country.
(Overrides RepositoryGetDrivingSide(Country).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRepositoriesForCountry
Returns this simple repository if it supports the specified country.
(Overrides LocalRepositoryGetRepositoriesForCountry(Country).)
Public methodGetRoutingProfile
Gets the default RoutingProfile for a GBFS.
Public methodGetRoutingProfile(Country)
Gets the default RoutingProfile for a given GBFS file and country.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnitSystem
Returns the unit system for a specified country.
Public methodHasCountry
Indicates whether this repository contains data for the given Country.
(Inherited from LocalRepository.)
Public methodSupports
Gets whether this Repository supports the specified feature.
Public methodToString
Returns a string representation of the simple repository.
(Overrides ObjectToString.)
Public methodValidate
Validate the integrity of a GBFS file by calculating and checking its MD5 checksum.
Top
See Also