|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
java.lang.String |
getName()
Parameter name. |
java.lang.Object |
getValue()
The value for parameter. |
Method Detail |
public java.lang.String getName()
public java.lang.Object getValue()
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |