com.iver.cit.gvsig.gui.wcs
Interface WCSWizardDataSource

All Known Implementing Classes:
WCSDataSourceAdapter

public interface WCSWizardDataSource

Interface to the Wizard data source

Author:
jaume - jaume.dominguez@iver.es Interface WCSWizardDataSource

Method Summary
 WCSWizardData detalles(java.net.URL host)
           
 java.awt.geom.Rectangle2D getBoundingBox(java.lang.String coverageName, java.lang.String srs)
           
 

Method Detail

detalles

public WCSWizardData detalles(java.net.URL host)
                       throws java.lang.IllegalStateException,
                              ValidationException,
                              UnsupportedVersionException,
                              java.io.IOException,
                              DriverException
Throws:
java.lang.IllegalStateException
ValidationException
UnsupportedVersionException
java.io.IOException
DriverException

getBoundingBox

public java.awt.geom.Rectangle2D getBoundingBox(java.lang.String coverageName,
                                                java.lang.String srs)