|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gvsig.remoteclient.wmts.WMTSProtocolHandlerFactory
public class WMTSProtocolHandlerFactory
This factory builds a new handler depending on the supported protocol. This protocol could be negotiated with the server. Now only 1.0.0 version is supported.
| Field Summary | |
|---|---|
WMSProtocolHandler |
wMSProtocolHandler
|
| Constructor Summary | |
|---|---|
WMTSProtocolHandlerFactory()
|
|
| Method Summary | |
|---|---|
static WMTSProtocolHandler |
negotiate(java.lang.String host)
Establece la versión con la que se comunicará con el servidor y devuelve el objeto Capabilities obtenido con dicha versión |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public WMSProtocolHandler wMSProtocolHandler
| Constructor Detail |
|---|
public WMTSProtocolHandlerFactory()
| Method Detail |
|---|
public static WMTSProtocolHandler negotiate(java.lang.String host)
throws java.net.ConnectException,
java.io.IOException
host - maquina con la que se negocia
java.net.ConnectException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||