Telogis.GeoBase.Repositories Namespace |
A Repository is used to create a collection of data sources which your application may then use. 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. For remote data sources, use the GeoStreamRepository.
More information:
See Using Repository Objects to Manage Data which can be found in the GeoBase | Data Files Concept section of this help guide.
Class | Description | |
---|---|---|
CompositeSmbPathRewriter |
This class is for internal use only.
| |
GeoStreamRepository |
A GeoStreamRepository uses one or more GeoStream servers to support
local GeoBase services (such as routing and mapping).
| |
LocalRepository |
An abstract class representing one or more local data sources providing
GeoBase services (such as routing and mapping). To provide a local data source use either a
SimpleRepository or a MultiRepository.
| |
MultiRepository |
A MultiRepository supports local GeoBase services by pulling data either from one or more
LocalRepository objects, or by loading all GBFS files in a specified directory.
LocalRepository objects used by this MultiRepository may be added or removed on-the-fly.
| |
Repository |
A Repository is used to manage GeoBase data. This data is required to support
GeoBase services (such as routing and mapping). Each thread in your application
may have its own Repository. See remarks.
| |
RepositoryDiscoverer |
This class is for internal use only.
| |
SimpleRepository |
A SimpleRepository is a local repository type that supports
local GeoBase services (such as mapping and routing) by referencing
a GeoBase (GBFS) data file.
| |
SmbToPosixPathRewriter |
This class is for internal use only.
| |
TableQuery |
TableQuery is used to extract feature data from a custom table.
| |
WithRepository |
A WithRepository object is used to temporarily set Repository.CurrentThreadRepository
within a using block. At the end of the using block, when the WithRepository is disposed,
Repository.CurrentThreadRepository is returned to its value before the using block.
|
Structure | Description | |
---|---|---|
RepositoryBoundingBoxData |
The BoundingBox data associated with a repository.
|
Interface | Description | |
---|---|---|
ISmbPathRewriter |
This interface is for internal use only.
|
Delegate | Description | |
---|---|---|
RepositoryDiscovererPathRewriter |
A delegate used to rename the path to a repository.
| |
SimpleRepositoryValidateProgressDelegate |
The callback for reporting the progress of validating a GBFS file.
|
Enumeration | Description | |
---|---|---|
GeoStreamRepositoryAuthenticationMode |
Possible GeoStream authentication modes.
| |
GeoStreamRepositoryTrafficType |
Possible traffic modes.
|