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

java.lang.Object
  extended byLayerInfo
      extended bycom.iver.cit.gvsig.gui.wcs.CoverageInfo

public class CoverageInfo
extends LayerInfo

Class that holds the coverage info. Most of the content in this file is here for compatibility with LayerInfo and it is not necessary. Clase que mantiene la información de la cobertura La mayoría de su contenido es por compatibilidad con LayerInfo y no se necesita.

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

Field Summary
 java.lang.String[] keywords
           
 java.lang.String label
           
 java.lang.String metadataLink
           
 java.lang.String name
           
 java.lang.String text
           
 
Constructor Summary
CoverageInfo()
           
 
Method Summary
 void addSRS(java.lang.String srs)
          Adds an SRS to the SRSs list
 boolean equals(java.lang.Object obj)
          Compares two CoverageInfo objects Compara dos objetos CoverageInfo
 java.util.ArrayList getFormats()
          Returns an ArrayList containing strings with the coverage supported formats Devuelve la lista de formatos de la cobertura
 java.lang.String getLabel()
          Gets the coverage label.
 java.awt.geom.Point2D getMaxRes()
          Gets the coverage's max resolution.
 WCSParameterModel getParametro(java.lang.String nombreParametro)
          Searches and returns the parameter indicated by its name Busca y devuelve el parámetro indicado por nombre.
 java.util.ArrayList getParametros()
          Returns an ArrayList containing a list of Parametro with the parameters list and its possible values.
 java.util.ArrayList getSRSs()
          Returns an ArrayList containing the strings with the SRSs
 java.util.ArrayList getTimes()
          Returns an ArrayList containing strings with the coverage time positions.
 boolean hasParameter()
           
 void setFormats(java.util.ArrayList formats)
          Sets the coverage formats list.
 void setLabel(java.lang.String label)
          Sets the coverage label Establece la etiqueta de la cobertura
 void setMaxRes(java.awt.geom.Point2D maxRes)
          Sets the coverage's max resolution.
 void setName(java.lang.String name)
          Sets the coverage name Establece el nombre de la cobertura
 void setParametros(java.util.ArrayList parametros)
          Sets the coverage's parameter list (and its possible values) Establece la lista de parametros (y sus posibles valores) de la cobertura
 void setSRSList(java.util.ArrayList srs)
           
 void setText(java.lang.String coverageDescription)
          Gets the coverage description (not used in gvSIG) Obtiene la descripción de la cobertura (no se usa en gvSIG)
 void setTiempos(java.util.ArrayList tiempos)
          Sets the coverage time positions list Establece la lista de posiciones para el tiempo de la cobertura
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public java.lang.String text

name

public java.lang.String name

metadataLink

public java.lang.String metadataLink

label

public java.lang.String label

keywords

public java.lang.String[] keywords
Constructor Detail

CoverageInfo

public CoverageInfo()
Method Detail

addSRS

public void addSRS(java.lang.String srs)
Adds an SRS to the SRSs list

Parameters:
srs -

setSRSList

public void setSRSList(java.util.ArrayList srs)

getSRSs

public java.util.ArrayList getSRSs()
Returns an ArrayList containing the strings with the SRSs

Returns:
ArrayList

equals

public boolean equals(java.lang.Object obj)
Compares two CoverageInfo objects Compara dos objetos CoverageInfo


getFormats

public java.util.ArrayList getFormats()
Returns an ArrayList containing strings with the coverage supported formats Devuelve la lista de formatos de la cobertura

Returns:
ArrayList

setFormats

public void setFormats(java.util.ArrayList formats)
Sets the coverage formats list. Establece la lista de formatos para la cobertura

Parameters:
formats -

getTimes

public java.util.ArrayList getTimes()
Returns an ArrayList containing strings with the coverage time positions. Devuelve la lista de posiciones para el tiempo de la cobertura

Returns:
ArrayList

setName

public void setName(java.lang.String name)
Sets the coverage name Establece el nombre de la cobertura

Parameters:
name -

setLabel

public void setLabel(java.lang.String label)
Sets the coverage label Establece la etiqueta de la cobertura

Parameters:
label -

setTiempos

public void setTiempos(java.util.ArrayList tiempos)
Sets the coverage time positions list Establece la lista de posiciones para el tiempo de la cobertura

Returns:

setParametros

public void setParametros(java.util.ArrayList parametros)
Sets the coverage's parameter list (and its possible values) Establece la lista de parametros (y sus posibles valores) de la cobertura

Parameters:
parametros -

getParametros

public java.util.ArrayList getParametros()
Returns an ArrayList containing a list of Parametro with the parameters list and its possible values. Devuelve la lista de parámetros (y sus posibles valores) de la cobertura

Returns:

getParametro

public WCSParameterModel getParametro(java.lang.String nombreParametro)
Searches and returns the parameter indicated by its name Busca y devuelve el parámetro indicado por nombre.

Parameters:
nombreParametro -
Returns:
Parametro

hasParameter

public boolean hasParameter()
Returns:
true if the coverage has parameter, false else.

getLabel

public java.lang.String getLabel()
Gets the coverage label. Obtiene la etiqueta de la cobertura

Returns:

setMaxRes

public void setMaxRes(java.awt.geom.Point2D maxRes)
Sets the coverage's max resolution. Establece la resolución máxima de la cobertura

Parameters:
maxRes -

getMaxRes

public java.awt.geom.Point2D getMaxRes()
Gets the coverage's max resolution. Obtiene la resolución máxima de la cobertura


setText

public void setText(java.lang.String coverageDescription)
Gets the coverage description (not used in gvSIG) Obtiene la descripción de la cobertura (no se usa en gvSIG)

Parameters:
coverageDescription -