|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is a discovery mechanism to determine the formats supported by a
GC_GridCoverageExchange
implementation.
A GC_GridCoverageExchange
implementation can support a number of
file format or resources.
Method Summary | |
java.lang.String |
getDescription()
Description of the file format. |
java.lang.String |
getDocURL()
Documentation URL for the format. |
java.lang.String |
getName()
Name of the file format. |
int |
getNumParameters()
Number of optional parameters for the exportTo operation. |
GC_ParameterInfo |
getParameterInfo(int index)
Retrieve the parameter information for a given index. |
java.lang.String |
getVendor()
Vendor or agency for the format. |
java.lang.String |
getVersion()
Version number of the format. |
Method Detail |
public java.lang.String getName() throws java.rmi.RemoteException
exportTo
operation.
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 getNumParameters() throws java.rmi.RemoteException
exportTo
operation.
java.rmi.RemoteException
- if a remote method call failed.public GC_ParameterInfo getParameterInfo(int index) throws java.rmi.RemoteException
index
- Index to the parameter.
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 |