LocalRepository Class |
Namespace: Telogis.GeoBase.Repositories
The LocalRepository type exposes the following members.
Name | Description | |
---|---|---|
BoundingBoxData |
Implemented by derived classes to retrieve the RepositoryBoundingBoxData objects that describe the bounding boxes of the repository content.
(Inherited from Repository.) | |
BoundingBoxes |
Implemented by derived classes to retrieve the BoundingBox objects that contain the repository content.
(Inherited from Repository.) | |
CopyrightString |
Implemented by derived classes to retrieve a repository's copyright information.
(Inherited from Repository.) | |
Countries |
Implemented by derived classes to retrieve an array containing every Country present in a repository.
(Inherited from Repository.) | |
DatasetHashCode |
Gets the hash code for this Repository's dataset. The hash code may be used to identify the dataset.
(Overrides RepositoryDatasetHashCode.) | |
DatasetHashCodeString |
Provides a consistent string representation of DatasetHashCode.
(Inherited from Repository.) | |
HasGlobalData |
Implemented by derived classes to determine whether a repository contains global data.
(Inherited from Repository.) | |
IsDisposed |
Gets whether the repository has been Disposed.
(Inherited from Repository.) | |
Regions |
Implemented by derived classes to retrieve an array of Regions present in a repository.
(Inherited from Repository.) | |
VendorVersion |
Implemented by derived classes to retrieve the vendor version for a repository's data set.
(Inherited from Repository.) |
Name | Description | |
---|---|---|
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.
| |
GetDrivingSide |
Indicates which side of the road vehicles drive in the specified country.
(Inherited from Repository.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRepositoriesForCountry |
Returns a list of all repositories or sub-repositories of this repository that contain data about the specified country.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasCountry |
Indicates whether this repository contains data for the given Country.
(Overrides RepositoryHasCountry(Country).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Use a MultiRepository to represent multiple local data sources (GBFS files) and a SimpleRepository to represent a single local data source (one GBFS file).
Both MultiRepository and SimpleRepository inherit from LocalRepository, so may be used in place of a LocalRepository.
Related articles: Using Repositories to manage data.