|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.gp.GP_Operation_Impl
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.
Constructor Summary | |
(package private) |
GP_Operation_Impl()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
GP_Operation_Impl()
Method Detail |
public java.lang.String getDescription() throws java.rmi.RemoteException
getDescription
in interface GP_Operation
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getDocURL() throws java.rmi.RemoteException
getDocURL
in interface GP_Operation
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getName() throws java.rmi.RemoteException
getName
in interface GP_Operation
java.rmi.RemoteException
- if a remote method call failed.public int getNumParameters() throws java.rmi.RemoteException
getNumParameters
in interface GP_Operation
java.rmi.RemoteException
- if a remote method call failed.public int getNumSources() throws java.rmi.RemoteException
getNumSources
in interface GP_Operation
java.rmi.RemoteException
- if a remote method call failed.public GC_ParameterInfo getParameterInfo(int index) throws java.rmi.RemoteException
getParameterInfo
in interface GP_Operation
index
- Parameter information index to retrieve. Index starts at 0.
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getVendor() throws java.rmi.RemoteException
getVendor
in interface GP_Operation
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getVersion() throws java.rmi.RemoteException
getVersion
in interface GP_Operation
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 |