com.iver.cit.gvsig.gui
Class WMSDataSourceAdapter

java.lang.Object
  extended bycom.iver.cit.gvsig.gui.WMSDataSourceAdapter
All Implemented Interfaces:
WizardDataSource

public class WMSDataSourceAdapter
extends java.lang.Object
implements WizardDataSource

Adapta las capa wms de Fmap a los datasource del WMSWizard

Author:
Fernando González Cortés

Constructor Summary
WMSDataSourceAdapter()
           
 
Method Summary
 WizardData detalles(java.net.URL host)
           
 java.awt.geom.Rectangle2D getBoundingBox(java.lang.String[] layerName, java.lang.String srs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSDataSourceAdapter

public WMSDataSourceAdapter()
Method Detail

detalles

public WizardData detalles(java.net.URL host)
                    throws java.lang.IllegalStateException,
                           ValidationException,
                           UnsupportedVersionException,
                           java.io.IOException
Specified by:
detalles in interface WizardDataSource
Throws:
java.lang.IllegalStateException
ValidationException
UnsupportedVersionException
java.io.IOException
See Also:
com.iver.cit.gvsig.gui.wms.WizardDataSource#detalles()

getBoundingBox

public java.awt.geom.Rectangle2D getBoundingBox(java.lang.String[] layerName,
                                                java.lang.String srs)
Specified by:
getBoundingBox in interface WizardDataSource
See Also:
com.iver.cit.gvsig.gui.wms.WizardDataSource#getBoundingBox(java.lang.String, java.lang.String)