|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_Operation", specification=OGC_01004) public interface Operation
This interface provides descriptive information for a grid coverage processing operation. The descriptive information includes such information as the name of the operation, operation description, number of source grid coverages required for the operation etc.
Method Summary | |
---|---|
String |
getDescription()
Description of the processing operation. |
String |
getDocURL()
URL for documentation on the processing operation. |
String |
getName()
Name of the processing operation. |
int |
getNumSources()
Number of source grid coverages required for the operation. |
ParameterValueGroup |
getParameters()
Retrieve the parameters information. |
String |
getVendor()
Vendor of the processing operation implementation. |
String |
getVersion()
Version number for the implementation. |
Method Detail |
---|
@UML(identifier="name", obligation=MANDATORY, specification=OGC_01004) String getName()
doOperation
method to instantiate
a new grid coverage on which the processing operation is performed.
@UML(identifier="description", obligation=OPTIONAL, specification=OGC_01004) String getDescription()
null
.
null
.@UML(identifier="vendor", obligation=OPTIONAL, specification=OGC_01004) String getVendor()
null
.
null
.@UML(identifier="docURL", obligation=OPTIONAL, specification=OGC_01004) String getDocURL()
null
.
null
.@UML(identifier="version", obligation=OPTIONAL, specification=OGC_01004) String getVersion()
null
.@UML(identifier="numSources", obligation=OPTIONAL, specification=OGC_01004) int getNumSources()
@UML(identifier="getParameterInfo, numParameters", obligation=MANDATORY, specification=OGC_01004) ParameterValueGroup getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |