com.iver.cit.gvsig.gui.wcs
Class WCSWizardData

java.lang.Object
  extended byWizardData
      extended bycom.iver.cit.gvsig.gui.wcs.WCSWizardData

public class WCSWizardData
extends WizardData

This class holds the WCSWizard's info Contiene la información del asistente WCS

Author:
jaume - jaume.dominguez@iver.es
See Also:
Serialized Form

Constructor Summary
WCSWizardData()
           
 
Method Summary
 java.lang.String getAbstract()
          The server description.
 java.util.ArrayList getCoverageFormatos(java.lang.String nomCobertura)
          An ArrayList with the coverage formats.
 CoverageInfo getCoverageInfo(java.lang.String name)
          Finds the coverage within the coverage list Busca la cobertura en la lista de coberturas
 java.lang.String getCoverageLabel(java.lang.String name)
          Gets the coverage label.
 java.lang.String[] getCoverageNames()
          Returns an String[] containing the coverage names.
 java.util.ArrayList getCoverageParameters(java.lang.String name)
          Returns an ArrayList containing a list of Parametro with the parameters list and its possible values of a coverage specified by its name.
 java.util.ArrayList getCoverageSRSs(java.lang.String name)
          Returns an ArrayList containing the supported SRS of the coverage specified by name.
 java.util.ArrayList getCoverageTimes(java.lang.String name)
          Returns an ArrayList containing the positions for the TIME Devuelve las posiciones del tiempo
 java.lang.String getDescription()
          Returns the server's descrition Recupera la descripción del servidor
 java.lang.String getTitle()
          Server's title (not used in gvSIG) Título del servidor (no se usa en gvSIG)
 void setAbstract(java.lang.String string)
          Equivalent to the setDescription method Equivalente a setDescription
 void setCoverage(CoverageInfo info)
          Adds a coverage to the coverages list Añande una cobertura a la lista de coberturas
 void setCoverageNames(java.lang.String[] coverageNames)
          Sets the coverage names
 void setCoveragesList(java.util.ArrayList coverages)
          Sets the coverages list from an ArrayList
 void setDescription(java.lang.String s)
          Sets the server's description.
 void setTitle(java.lang.String string)
          Sets the server's title (not used in gvSIG) Establece el título del servidor (no se usa en gvSIG)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCSWizardData

public WCSWizardData()
Method Detail

getAbstract

public java.lang.String getAbstract()
The server description. La descripción del servidor

Returns:
String

getCoverageFormatos

public java.util.ArrayList getCoverageFormatos(java.lang.String nomCobertura)
An ArrayList with the coverage formats. Los formatos de la cobertura

Returns:

getCoverageInfo

public CoverageInfo getCoverageInfo(java.lang.String name)
Finds the coverage within the coverage list Busca la cobertura en la lista de coberturas

Returns:
CoverageInfo

getCoverageSRSs

public java.util.ArrayList getCoverageSRSs(java.lang.String name)
Returns an ArrayList containing the supported SRS of the coverage specified by name. Devuelve una lista de SRSs soportados por la cobertura "name".

Parameters:
name -
Returns:
ArrayList

getTitle

public java.lang.String getTitle()
Server's title (not used in gvSIG) Título del servidor (no se usa en gvSIG)

Returns:

setAbstract

public void setAbstract(java.lang.String string)
Equivalent to the setDescription method Equivalente a setDescription

Parameters:
string -

setCoverage

public void setCoverage(CoverageInfo info)
Adds a coverage to the coverages list Añande una cobertura a la lista de coberturas


setTitle

public void setTitle(java.lang.String string)
Sets the server's title (not used in gvSIG) Establece el título del servidor (no se usa en gvSIG)

Parameters:
string -

setDescription

public void setDescription(java.lang.String s)
Sets the server's description. Establece la descripción del servidor.


getDescription

public java.lang.String getDescription()
Returns the server's descrition Recupera la descripción del servidor

Returns:
"None" if the server doesn't specify any description

setCoverageNames

public void setCoverageNames(java.lang.String[] coverageNames)
Sets the coverage names


getCoverageNames

public java.lang.String[] getCoverageNames()
Returns an String[] containing the coverage names.

Returns:
String

setCoveragesList

public void setCoveragesList(java.util.ArrayList coverages)
Sets the coverages list from an ArrayList

Parameters:
coverages -

getCoverageTimes

public java.util.ArrayList getCoverageTimes(java.lang.String name)
Returns an ArrayList containing the positions for the TIME Devuelve las posiciones del tiempo

Returns:

getCoverageParameters

public java.util.ArrayList getCoverageParameters(java.lang.String name)
Returns an ArrayList containing a list of Parametro with the parameters list and its possible values of a coverage specified by its name. Devuelve la lista de parámetros (y sus posibles valores) de la cobertura y sus posibles valores de una cobertura especificada por su nombre

Returns:
ArrayList

getCoverageLabel

public java.lang.String getCoverageLabel(java.lang.String name)
Gets the coverage label.