|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides information for the parameters required for grid coverage processing operations and grid exchange. This information includes such information as the name of the parameter, parameter description, parameter type etc.
Method Summary | |
java.lang.Object |
getDefaultValue()
Default value for parameter. |
java.lang.String |
getDescription()
Parameter description. |
double |
getMaximumValue()
Maximum parameter value. |
double |
getMinimumValue()
Minimum parameter value. |
java.lang.String |
getName()
Parameter name. |
GC_ParameterType |
getType()
Parameter type. |
Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public GC_ParameterType getType()
public java.lang.Object getDefaultValue()
Object
can be any type including a Number
or a
String
. For example, a filtering operation could have a default
kernel size of 3. If there is no default value, defaultValue will be null.
public double getMinimumValue()
public double getMaximumValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |