public class GeonamesServiceDriver extends AbstractGazetteerServiceDriver
| Constructor and Description |
|---|
GeonamesServiceDriver() |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryServiceCapabilities |
getCapabilities(java.net.URI uri)
It try to discover the server capabilities.
|
Feature[] |
getFeature(java.net.URI uri,
GazetteerQuery query)
It returns the foubd records
|
ServerData |
getOneServer() |
java.lang.String |
getServiceName() |
boolean |
needsUsername(java.lang.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(java.net.URI uri, GazetteerQuery query) throws java.lang.Exception
IGazetteerServiceDriveruri - Server URIquery - Query with the search parametersjava.lang.Exceptionpublic DiscoveryServiceCapabilities getCapabilities(java.net.URI uri) throws NotSupportedVersionException
IDiscoveryServiceDriveruri - Server URINotSupportedVersionExceptionpublic java.lang.String getServiceName()
public ServerData getOneServer()
getOneServer in interface IDiscoveryServiceDrivergetOneServer in class AbstractDiscoveryServiceDriverpublic boolean needsUsername(java.lang.String protocol)
IGazetteerServiceDriverneedsUsername in interface IGazetteerServiceDriverneedsUsername in class AbstractGazetteerServiceDriver