Click or drag to resize

Settings Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Configures the GeoBase settings and loads required datafiles.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseSettings

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

The Settings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBufferedReadsDisabled
Disables the buffering performed by GeoBase when reading GBFS files. Defaults to false.
Public propertyStatic memberGlobalNumOfWaitingThreads
The number of execution threads waiting for an asynchronous operation to complete.
Public propertyStatic memberIsBeta
Gets whether this version of GeoBase is a beta version.
Public propertyStatic memberPlatform
Gets the operating platform that version of GeoBase is designed to run on.
Public propertyStatic memberVersion
A string representation of the GeoBase version number.
Top
Methods
  NameDescription
Public methodStatic memberCleanUp
Clean up unmanaged resources used by the application.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGeoBasePath
Looks up the given path in the GeoBase folder and returns an absolute path. The GeoBase folder is looked up in the registry at HKCU\Software\Telogis\GeoBase\path. If that key is not found then it is looked up at HKLM\Software\Telogis\GeoBase\path. If that key is not found either then the folder containing the GeoBase .NET DLL is used.
Public methodStatic memberGetAddressFormatsPath
Looks up the address format path and returns it if it exists in the directory.
Public methodStatic memberGetAvailableCultures
Gets the cultures available for generating directions. The head of the array is the default culture of the application.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSetDecompressionCacheSize
Set the cache size used by the GBFS decompressor.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberContactInfo
Contact information for the vendor using this GeoBase component.
Public fieldStatic memberLoadError
If an error occurred this string will contain the error.
Public fieldStatic memberMessagesBundle
Default MessagesBundle that will be used in Directions.
Public fieldStatic memberUnits
Default units that will be used in Directions.
Public fieldStatic memberUseLegacyStyle
Use Legacy style as map default style
Top
See Also