|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
java.lang.String |
getDescription()
Description of the processing operation. |
java.lang.String |
getDocURL()
URL for documentation on the processing operation. |
java.lang.String |
getName()
Name of the processing operation. |
int |
getNumParameters()
Number of parameters for the operation. |
int |
getNumSources()
Number of source grid coverages required for the operation. |
GC_ParameterInfo |
getParameterInfo(int index)
Retrieve the parameter information for a given index. |
java.lang.String |
getVendor()
Implementation vendor name. |
java.lang.String |
getVersion()
Version number for the implementation. |
Method Detail |
public java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getDescription() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getVendor() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getDocURL() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getVersion() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public int getNumSources() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public int getNumParameters() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public GC_ParameterInfo getParameterInfo(int index) throws java.rmi.RemoteException
index
- Parameter information index to retrieve. Index starts at 0.
java.rmi.RemoteException
- if a remote method call failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |