Click or drag to resize

RemoteAddressFormatter Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Provides the same functionality as AddressFormatter except this class connects to a GeoStream server and uses its AddressFormatter to get results.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.AddressesRemoteAddressFormatter

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

The RemoteAddressFormatter type exposes the following members.

Constructors
  NameDescription
Public methodRemoteAddressFormatter
Initializes a new instance of the RemoteAddressFormatter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCountryString
Converts the given Country into a well-formatted string for the given culture.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLabelNames
Returns a dictionary of LabelNames mapping to the label name in the given culture.
Public methodGetLines
Gets the lines format of the given IAddressData with the given culture.
Public methodGetLinesWithCountry
Gets the lines format with the country of the given IAddressData with the given culture.
Public methodGetLocalizedUnitString(AddressUnit, String)
Converts the given AddressUnit array into a well-formatted string for the given culture.
Public methodGetLocalizedUnitString(AddressUnit, Country)
Converts the given AddressUnit array into a well-formatted string for the given country.
Public methodGetLongLineForm
Gets the long line format of the given IAddressData with the given culture.
Public methodGetLongLineFormWithCountry
Gets the long line format with the country name of the given IAddressData with the given culture.
Public methodGetOrderedComponents
Returns the order of the properties that represent parts of an address, as a user in the given culture might expect to enter them.
Public methodGetShortLineForm
Gets the short line format of the given IAddressData with the given culture.
Public methodGetShortLineFormWithCity
Gets the short line format with the City of the given IAddressData with the given culture.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also