|
||||||||||
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.
WARNING: THIS CLASS WILL CHANGE. Current API is derived from OGC Grid Coverages Implementation specification 1.0. We plan to replace it by new interfaces derived from ISO 19123 (Schema for coverage geometry and functions). Current interfaces should be considered as legacy and are included in this distribution only because they were part of GeoAPI 1.0 release. We will try to preserve as much compatibility as possible, but no migration plan has been determined yet. |
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 |