com.iver.cit.gvsig.fmap.drivers.wms
Class FMapWMSDriver

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.drivers.wms.FMapWMSDriver
All Implemented Interfaces:
WMSDriver

public class FMapWMSDriver
extends java.lang.Object
implements WMSDriver

Driver WMS.

Author:
Vicente Caballero Navarro

Constructor Summary
FMapWMSDriver()
           
 
Method Summary
 void getCapabilities(java.net.URL servidor)
          Obtiene las posibilidades del servidor a partir de una URL.
 java.lang.String getFeatureInfo(FeatureInfoQuery infoQuery)
           
 java.awt.Image getMap(MapQuery mapQuery)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.iver.cit.gvsig.fmap.drivers.WMSDriver
getMap
 

Constructor Detail

FMapWMSDriver

public FMapWMSDriver()
Method Detail

getCapabilities

public void getCapabilities(java.net.URL servidor)
                     throws WMSException,
                            java.io.IOException,
                            java.net.ProtocolException
Description copied from interface: WMSDriver
Obtiene las posibilidades del servidor a partir de una URL.

Specified by:
getCapabilities in interface WMSDriver
Parameters:
servidor - URL.
Throws:
java.net.ProtocolException
WMSException
java.io.IOException
See Also:
WMSDriver.getCapabilities(java.net.URL)

getMap

public java.awt.Image getMap(MapQuery mapQuery)
                      throws WMSException,
                             java.io.IOException,
                             java.net.ProtocolException
Throws:
WMSException
java.io.IOException
java.net.ProtocolException
See Also:
com.iver.cit.gvsig.fmap.drivers.WMSDriver#getMap(com.iver.cit.gvsig.fmap.drivers.wms.MapQuery)

getFeatureInfo

public java.lang.String getFeatureInfo(FeatureInfoQuery infoQuery)
                                throws WMSException,
                                       java.io.IOException,
                                       java.net.ProtocolException
Throws:
WMSException
java.io.IOException
java.net.ProtocolException
See Also:
com.iver.cit.gvsig.fmap.drivers.WMSDriver#getFeatureInfo(com.iver.cit.gvsig.fmap.drivers.wms.InfoQuery)