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, isProtocolSupported
createQuery, describeFeatureType, getFeatureTypes, getProjection, getQuery, getUsername, isDescribeFeatureTypeNeeded, needsUsername, setFeatureTypes, setProjection, setQuery, setUsername
getAditionalSearchPanel, getOneServer, getServerAnswerReady, setServerAnswerReady, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
describeFeatureType, getProjection, getUsername, isDescribeFeatureTypeNeeded, needsUsername, setProjection, setUsername
createQuery, getAditionalSearchPanel, getOneServer, getServerAnswerReady, setServerAnswerReady, toString
public 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.