|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.gc.GC_Format_Impl
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.
| Field Summary | |
private java.lang.String |
description
|
private java.lang.String |
docURL
|
private java.lang.String |
name
|
private int |
numParameters
|
private GC_ParameterInfo |
parameterInfo
|
private java.lang.String |
vendor
|
private java.lang.String |
version
|
| Constructor Summary | |
(package private) |
GC_Format_Impl(java.lang.String description,
java.lang.String docURL,
java.lang.String name,
int numParameters,
GC_ParameterInfo parameterInfo,
java.lang.String vendor,
java.lang.String version)
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String description
private java.lang.String docURL
private java.lang.String name
private int numParameters
private GC_ParameterInfo parameterInfo
private java.lang.String vendor
private java.lang.String version
| Constructor Detail |
GC_Format_Impl(java.lang.String description,
java.lang.String docURL,
java.lang.String name,
int numParameters,
GC_ParameterInfo parameterInfo,
java.lang.String vendor,
java.lang.String version)
| Method Detail |
public java.lang.String getDescription()
throws java.rmi.RemoteException
getDescription in interface GC_Formatjava.rmi.RemoteException - if a remote method call failed.
public java.lang.String getDocURL()
throws java.rmi.RemoteException
getDocURL in interface GC_Formatjava.rmi.RemoteException - if a remote method call failed.
public java.lang.String getName()
throws java.rmi.RemoteException
exportTo operation.
getName in interface GC_Formatjava.rmi.RemoteException - if a remote method call failed.
public int getNumParameters()
throws java.rmi.RemoteException
exportTo operation.
getNumParameters in interface GC_Formatjava.rmi.RemoteException - if a remote method call failed.
public GC_ParameterInfo getParameterInfo(int index)
throws java.rmi.RemoteException
getParameterInfo in interface GC_Formatindex - Index to the parameter.
java.rmi.RemoteException - if a remote method call failed.
public java.lang.String getVendor()
throws java.rmi.RemoteException
getVendor in interface GC_Formatjava.rmi.RemoteException - if a remote method call failed.
public java.lang.String getVersion()
throws java.rmi.RemoteException
getVersion in interface GC_Formatjava.rmi.RemoteException - if a remote method call failed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||