es.uji.lsi.wcs.client
Class Operation

java.lang.Object
  extended byes.uji.lsi.wcs.client.Operation
Direct Known Subclasses:
OperationDescribeCoverage, OperationGetCapabilities, OperationGetCoverage

public class Operation
extends java.lang.Object

Author:
jaume

Field Summary
static int DESCRIBE_COVERAGE
           
static int GET_CAPABILITIES
           
static int GET_COVERAGE
           
 
Constructor Summary
Operation()
          Creates a new instance of Operation
 
Method Summary
static void cleanParams(int op_code, java.util.Hashtable parameters)
           
static java.lang.String getParamsString(java.util.Hashtable parameters)
           
static void setParam(int op_code, java.lang.String param_name, java.lang.String value, java.util.Hashtable parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_CAPABILITIES

public static final int GET_CAPABILITIES
See Also:
Constant Field Values

DESCRIBE_COVERAGE

public static final int DESCRIBE_COVERAGE
See Also:
Constant Field Values

GET_COVERAGE

public static final int GET_COVERAGE
See Also:
Constant Field Values
Constructor Detail

Operation

public Operation()
Creates a new instance of Operation

Method Detail

setParam

public static void setParam(int op_code,
                            java.lang.String param_name,
                            java.lang.String value,
                            java.util.Hashtable parameters)
                     throws java.lang.Exception
Throws:
java.lang.Exception

getParamsString

public static java.lang.String getParamsString(java.util.Hashtable parameters)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

cleanParams

public static void cleanParams(int op_code,
                               java.util.Hashtable parameters)