com.iver.cit.gvsig.fmap.layers
Class WCSParameterModel

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.layers.WCSParameterModel

public class WCSParameterModel
extends java.lang.Object

Class that holds the info about the parameters that a coverage may have. It only support the single value type parameters. TODO Write the support for interval value parameters Clase que contiene la información de los parámetros que puede contener una cobertura.

Author:
jaume - jaume.dominguez@iver.es

Constructor Summary
WCSParameterModel()
           
 
Method Summary
 java.util.ArrayList getLista_valores_simples()
          Returns an ArrayList containing a list of single value list.
 double getMax()
          returns the max value allowed for this parameter
 double getMin()
          returns the min value allowed for this parameter
 java.lang.String getName()
          Returns the parameter's name.
 double getRes()
          returns the resolution value supported by this parameter
 java.lang.String getType()
          Returns the parameter's type (currently only "singleValue" is supported)
 void setLista_valores_simples(java.util.ArrayList lista_valores_simples)
          Sets the SINGLE value list of the parameter.
 void setMax(double max)
          sets the max value allowed for this parameter
 void setMin(double min)
          sets the min value allowed for this parameter
 void setName(java.lang.String name)
          Sets the parameter's name
 void setRes(double res)
          sets the resolution supported by this parameter
 void setType(java.lang.String type)
          Sets the parameter's type (curretly only "singleValue" is supported)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCSParameterModel

public WCSParameterModel()
Method Detail

getLista_valores_simples

public java.util.ArrayList getLista_valores_simples()
Returns an ArrayList containing a list of single value list.

Returns:
Returns the lista_valores_simples.

setLista_valores_simples

public void setLista_valores_simples(java.util.ArrayList lista_valores_simples)
Sets the SINGLE value list of the parameter. Establece la lista de valores SIMPLES del parámetro en cuestión

Parameters:
lista_valores_simples - The lista_valores_simples to set.

getName

public java.lang.String getName()
Returns the parameter's name.

Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Sets the parameter's name

Parameters:
name - The name to set.

getType

public java.lang.String getType()
Returns the parameter's type (currently only "singleValue" is supported)

Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Sets the parameter's type (curretly only "singleValue" is supported)

Parameters:
type - The type to set.

getMax

public double getMax()
returns the max value allowed for this parameter

Returns:
double

setMax

public void setMax(double max)
sets the max value allowed for this parameter


getMin

public double getMin()
returns the min value allowed for this parameter

Returns:
double

setMin

public void setMin(double min)
sets the min value allowed for this parameter

Parameters:
min -

getRes

public double getRes()
returns the resolution value supported by this parameter

Returns:

setRes

public void setRes(double res)
sets the resolution supported by this parameter

Parameters:
res -