public class WFSProtocolHandlerFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
WFSProtocolHandler |
wFSProtocolHandler |
| Constructor and Description |
|---|
WFSProtocolHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static WFSProtocolHandler |
createVersionDriver(String version)
It creates an instance of a WFSDriver class.
|
static List |
getRequestableVersions(String host,
boolean ignoreCache)
Gets the intersection between the versions supported by the server
and the versions supported by the application
|
static WFSProtocolHandler |
negotiate(String host,
boolean ignoreCache)
Establece la versión con la que se comunicará con el servidor y devuelve
el objeto Capabilities obtenido con dicha versión
|
public WFSProtocolHandler wFSProtocolHandler
public static WFSProtocolHandler negotiate(String host, boolean ignoreCache) throws ConnectException, IOException
host - maquina con la que se negociaConnectExceptionIOExceptionpublic static List getRequestableVersions(String host, boolean ignoreCache) throws ConnectException, IOException
IOExceptionConnectExceptionpublic static WFSProtocolHandler createVersionDriver(String version)
String, - with the version of the driver to be created