Click or drag to resize

RepositoryDiscoverer Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This class is for internal use only.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RepositoriesRepositoryDiscoverer

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class RepositoryDiscoverer

The RepositoryDiscoverer type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyServerFound
Indicates whether the data server has been found.
Top
Methods
  NameDescription
Public methodDiscoverServer
Locates a data server.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindData(Country)
Locate country-specific data source for the given country.
Public methodFindData(String)
Locate data sources from a specified vendor.
Public methodFindData(Country, String)
Locate country-specific data source for the given country and vendor.
Public methodFindGlobal
Returns a list of all local repositories on the data server.
Public methodFindGlobal(String)
Locate data source for the given vendor.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListCountries
Returns a list of all available countries on the data server.
Public methodListVendors
Returns a list of all available vendors on the data server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also