Class IWGeocodingResult

A geocoded address result.

This class is part of the module geocoding.


Constructor Summary
IWGeocodingResult()
            Creates a new geocoding result.
 
Method Summary
 IWAddress getAddress()
           Returns the geocoded address.
 number getHitProbability()
           Returns the hit probability of the geocoded address.
 number getMatchCode()
           Returns the matchcode of the geocoded address.

The following matchcodes are defined:

  • -1: indicates an error
  •  1: house exactly
  •  2: street exactly
  •  3: city exactly
  •  4: zip code exactly
 String getQuality()
           Returns a string which represents the quality of the geocoded address.
 void setAddress(address)
           Sets the address for this geocoding result.
 void setHitProbability(hitprobability)
           Sets the hit probability of the geocoded address.
 void setMatchCode(matchcode)
           Sets the matchcode of the geocoded address.
 void setQuality(quality)
           Sets a string which represents the quality of the geocoded address.
 String toString()
           Returns a string representation of this geocoding result.
 
Constructor Detail

IWGeocodingResult

IWGeocodingResult()

Method Detail

getAddress

IWAddress getAddress()

getHitProbability

number getHitProbability()

getMatchCode

number getMatchCode()

getQuality

String getQuality()

setAddress

void setAddress(address)

setHitProbability

void setHitProbability(hitprobability)

setMatchCode

void setMatchCode(matchcode)

setQuality

void setQuality(quality)

toString

String toString()

Source-Code Copyright 2007-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:15 GMT+0100 (MEZ)