public class GeonamesServiceDriver extends AbstractGazetteerServiceDriver
| Constructor and Description |
|---|
GeonamesServiceDriver() |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryServiceCapabilities |
getCapabilities(URI uri)
It try to discover the server capabilities.
|
Feature[] |
getFeature(URI uri,
GazetteerQuery query)
It returns the foubd records
|
ServerData |
getOneServer() |
String |
getServiceName() |
boolean |
needsUsername(String protocol)
Indicates if the protocol requires a username
|
createQuery, describeFeatureType, getFeatureTypes, getProjection, getQuery, getUsername, isDescribeFeatureTypeNeeded, setFeatureTypes, setProjection, setQuery, setUsernamegetAditionalSearchPanel, getDefaultPort, getDefaultSchema, getServerAnswerReady, isProtocolSupported, setServerAnswerReady, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAditionalSearchPanel, getDefaultPort, getDefaultSchema, getServerAnswerReady, isProtocolSupported, setServerAnswerReady, toStringpublic Feature[] getFeature(URI uri, GazetteerQuery query) throws Exception
IGazetteerServiceDriveruri - Server URIquery - Query with the search parametersExceptionpublic DiscoveryServiceCapabilities getCapabilities(URI uri) throws NotSupportedVersionException
IDiscoveryServiceDriveruri - Server URINotSupportedVersionExceptionpublic String getServiceName()
public ServerData getOneServer()
getOneServer in interface IDiscoveryServiceDrivergetOneServer in class AbstractDiscoveryServiceDriverpublic boolean needsUsername(String protocol)
IGazetteerServiceDriverneedsUsername in interface IGazetteerServiceDriverneedsUsername in class AbstractGazetteerServiceDriver