org.opengis.gc
Interface GC_Parameter

All Known Implementing Classes:
GC_Parameter_Impl

public interface GC_Parameter

The parameter required for a grid coverage processing operation. This structure contains the parameter name (as defined from the GC_ParameterInfo structure) and it s value.

Since:
1.00
Version:
1.00

Method Summary
 java.lang.String getName()
          Parameter name.
 java.lang.Object getValue()
          The value for parameter.
 

Method Detail

getName

public java.lang.String getName()
Parameter name.


getValue

public java.lang.Object getValue()
The value for parameter. The type Object can be any type including a Number, a String or an instance of an interface. For example, a grid processor operation will typically require a parameter for the input grid coverage. This parameter may have "Source" as the parameter name and the instance of the grid coverage as the value.