|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides a java interface to retrieve geo positions from adresses. GEO CODING IS ONLY FUNCTIONAL IF AN IGS WITH ADDITIONAL GEO-SERVICES IS INSTALLED.
| Method Summary | |
void |
addAddress(java.lang.String id,
WDGeoCoderAddress address)
Adds an address that is to be geocoded |
void |
clearAddresses()
Clears all addresses that were to be geocoded |
void |
clearAll()
Clears all addresses, minScore and maxCandidates etc. |
boolean |
execute()
Triggers an igs call. |
java.lang.String |
getErrors()
Returns the errors that were detected during the igs request as a string. |
java.util.List |
getResultAddresses(java.lang.String id)
Returns a vector of geocoded result addresses |
void |
setIgsUrl(java.net.URL igsURL)
Set the URL of the IGS that provides the GIS services |
void |
setMaxCandidates(int maxCandidates)
|
void |
setMinScore(int minScore)
|
| Method Detail |
public void setIgsUrl(java.net.URL igsURL)
public boolean execute()
public void setMaxCandidates(int maxCandidates)
public void setMinScore(int minScore)
public void addAddress(java.lang.String id,
WDGeoCoderAddress address)
throws WDException
public void clearAddresses()
public void clearAll()
public java.util.List getResultAddresses(java.lang.String id)
public java.lang.String getErrors()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||