USGeocodeAddress Class |
Namespace: Telogis.GeoBase
The USGeocodeAddress type exposes the following members.
Name | Description | |
---|---|---|
AddressRanges |
Gets the known street-number ranges for the result of this geocode. If this address is not
a street, or if a specific street-number was provided as part of the search,
null will be returned. If there is no known number data for this street, an empty
array will be returned.
(Inherited from GeocodeAddress.) | |
City |
The name of the city.
(Overrides GeocodeAddressCity.) | |
ConfidenceScores |
The confidence that this address matches the Geocoded address. The confidence is only
applicable to forward geocode results; it is not applicable to drill down geocode
results.
(Inherited from GeocodeAddress.) | |
FormattedAddress |
Returns a long line formatted string representing a structured address returned from a geocoding operation.
(Inherited from GeocodeAddress.) | |
ItemInt32 |
Gets or sets the value of a field, given the field's index.
(Inherited from GeocodeAddress.) | |
ItemString |
Gets or sets a field given the field's name.
(Inherited from GeocodeAddress.) | |
ItemString, String |
Gets or sets a field based on the given language and field name.
(Inherited from GeocodeAddress.) | |
Line1 | Obsolete.
The first line of this address in the form "1234 Main St".
(Inherited from GeocodeAddress.) | |
PostalCode |
The zip code of this address.
(Overrides GeocodeAddressPostalCode.) | |
Region |
The name of the region.
(Overrides GeocodeAddressRegion.) | |
Street |
The name of the street.
(Overrides GeocodeAddressStreet.) | |
Subregions |
The names of the suburbs and regions that subdivide the city.
(Overrides GeocodeAddressSubregions.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetFields |
Gets the fields contained within this address; such as street name, city and postal (zip) code.
(Inherited from GeocodeAddress.) | |
GetFields(String) |
Gets the fields associated with a USGeoCodeAddress, in the specified language.
(Overrides GeocodeAddressGetFields(String).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOrdinal(String) |
Finds the ordinal number of the specified field within the GeoCodeAddress structure, in the
default language (English).
(Inherited from GeocodeAddress.) | |
GetOrdinal(String, String) |
Finds the ordinal number of the specified field within the GeoCodeAddress structure, in a
language specified by three-letter ISO country code.
(Inherited from GeocodeAddress.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToGeocodeResult |
Stores the address used to generate a geocode result as a RawAddress.
The result is found in FoundAddress.
(Inherited from GeocodeAddress.) | |
ToString |
Format the address for display, depending on the
information available. (Inherited from GeocodeAddress.) |
Name | Description | |
---|---|---|
BoundingBox |
A bounding box containing the address.
Only present if HasBoundingBox is true. If a bounding box is present then Location is
set to the centroid of the bounding box.
(Inherited from GeocodeAddress.) | |
Confidence |
An expression of confidence of the geocoding engine in nominating this result as being
the correct result. The confidence is a decimal number between 0 and 1; with 1
representing the highest confidence. The confidence is only applicable to forward
geocode results; it is not applicable to drill down geocode results.
(Inherited from GeocodeAddress.) | |
Country |
The name of the country that this GeoCodeAddress is in.
(Inherited from GeocodeAddress.) | |
HasBoundingBox |
Whether this GeoCodeAddress has a bounding box, in which case BoundingBox is set to the
bounding box and Location is set to its centroid. Bounding boxes are only currently
returned for region-level GeoCodeAddresses.
(Inherited from GeocodeAddress.) | |
Intersection |
A LatLon representing the
point where the address connects with the street network.
(Inherited from GeocodeAddress.) | |
Location |
A LatLon representing the
coordinate location of the address.
(Inherited from GeocodeAddress.) | |
MatchType |
Indicates the primary search method type that was used to find
this result.
(Inherited from GeocodeAddress.) | |
MaxNumber |
Represents the maximum value of the range of street numbers between
which this address lies.
(Inherited from GeocodeAddress.) | |
MinNumber |
Represents the minimum value of the range of street numbers between
which this address lies.
(Inherited from GeocodeAddress.) | |
Number |
The exact street number (if the exact street number is not available
this value will be < 1).
(Inherited from GeocodeAddress.) |