@UML(identifier="CV_Operation", specification=OGC_01004) public interface Operation
Modifier and Type | Method and Description |
---|---|
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.
|
@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()
Copyright © 1996–2019 Geotools. All rights reserved.