com.iver.cit.gvsig.gui
Class WCSDataSourceAdapter

java.lang.Object
  extended bycom.iver.cit.gvsig.gui.WCSDataSourceAdapter
All Implemented Interfaces:
WCSWizardDataSource

public class WCSDataSourceAdapter
extends java.lang.Object
implements WCSWizardDataSource

Adapts the FMap's WMS layer to the WCSWizard's data source. It is a very good idea to have the OGC's WCS's documentation to understand what is it cooking here. Adapta las capa wms de Fmap a los datasource del WCSWizard Es muy recomendable disponer de la documentación WCS de OGC para entender el juego de objetos utilizado.

Author:
Jaume Domínguez Faus - jaume.dominguez@iver.es

Constructor Summary
WCSDataSourceAdapter()
           
 
Method Summary
 WCSWizardData detalles(java.net.URL host)
          Establishes and loads the initial data to keep a regular session with the WCS server.
 java.awt.geom.Rectangle2D getBoundingBox(java.lang.String coverageName, java.lang.String srs)
          Searches the max estent bounding box given for an specific SRS of an specified coverage.
 Driver getDriver()
          Get the driver that controls the communication between gvSIG and WCSClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCSDataSourceAdapter

public WCSDataSourceAdapter()
Method Detail

detalles

public WCSWizardData detalles(java.net.URL host)
                       throws DriverException,
                              java.io.IOException
Establishes and loads the initial data to keep a regular session with the WCS server.

Specified by:
detalles in interface WCSWizardDataSource
Throws:
DriverException
java.io.IOException

getBoundingBox

public java.awt.geom.Rectangle2D getBoundingBox(java.lang.String coverageName,
                                                java.lang.String srs)
Searches the max estent bounding box given for an specific SRS of an specified coverage. Busca la boundingbox de extensión máxima dada para el SRS especificado.

Specified by:
getBoundingBox in interface WCSWizardDataSource
Returns:
Rectangle2D

getDriver

public Driver getDriver()
Get the driver that controls the communication between gvSIG and WCSClient

Returns:
Driver