RepositoryDiscoverer Class |
Namespace: Telogis.GeoBase.Repositories
The RepositoryDiscoverer type exposes the following members.
Name | Description | |
---|---|---|
RepositoryDiscoverer |
Constructs a new, empty RepositoryDiscoverer.
| |
RepositoryDiscoverer(RepositoryDiscovererPathRewriter) |
Creates a new RepositoryDiscoverer using a RepositoryDiscovererPathRewriter as its input.
| |
RepositoryDiscoverer(IPAddress, Int32) |
Creates a new RepositoryDiscoverer using an IP address and UDP port number as inputs.
| |
RepositoryDiscoverer(IPAddress, Int32, RepositoryDiscovererPathRewriter) |
Creates a new RepositoryDiscoverer using an IP address, UDP port
number and a RepositoryDiscovererPathRewriter as inputs.
|
Name | Description | |
---|---|---|
ServerFound |
Indicates whether the data server has been found.
|
Name | Description | |
---|---|---|
DiscoverServer |
Locates a data server.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FindData(Country) |
Locate country-specific data source for the given country.
| |
FindData(String) |
Locate data sources from a specified vendor.
| |
FindData(Country, String) |
Locate country-specific data source for the given country and vendor.
| |
FindGlobal |
Returns a list of all local repositories on the data server.
| |
FindGlobal(String) |
Locate data source for the given vendor.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ListCountries |
Returns a list of all available countries on the data server.
| |
ListVendors |
Returns a list of all available vendors on the data server.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |