|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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.
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Method Summary | |
void |
addAddress(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. |
String |
getErrors()
Returns the errors that were detected during the igs request as a string. |
List |
getResultAddresses(String id)
Returns a vector of geocoded result addresses |
void |
setIgsUrl(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(URL igsURL)
public boolean execute()
public void setMaxCandidates(int maxCandidates)
public void setMinScore(int minScore)
public void addAddress(String id,
WDGeoCoderAddress address)
throws WDException
WDExceptionpublic void clearAddresses()
public void clearAll()
public List getResultAddresses(String id)
public String getErrors()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||