public class ADLSearchByName extends ADLGazetteerServiceDriver
| Constructor and Description |
|---|
ADLSearchByName()
Constructor witout fileds
|
ADLSearchByName(String uri)
This class needs the server URL to work
|
| Modifier and Type | Method and Description |
|---|---|
String |
getServerURI() |
Feature[] |
search(String placeName)
It searches and returns an array of features.
|
void |
setServerURI(String serverURL) |
getCapabilities, getDefaultPort, getDefaultSchema, getFeature, getServiceName, isProtocolSupportedcreateQuery, describeFeatureType, getFeatureTypes, getProjection, getQuery, getUsername, isDescribeFeatureTypeNeeded, needsUsername, setFeatureTypes, setProjection, setQuery, setUsernamegetAditionalSearchPanel, getOneServer, getServerAnswerReady, setServerAnswerReady, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdescribeFeatureType, getProjection, getUsername, isDescribeFeatureTypeNeeded, needsUsername, setProjection, setUsernamecreateQuery, getAditionalSearchPanel, getOneServer, getServerAnswerReady, setServerAnswerReady, toStringpublic String serverURL
public ADLSearchByName(String uri)
url - Server URLpublic ADLSearchByName()
public Feature[] search(String placeName)
placeName - String with the place name to find.public String getServerURI()
public void setServerURI(String serverURL)
serverURL - The serverURL to set.