|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A discovery mechanism to determine the formats supported by a GridCoverageExchange
implementation. A GridCoverageExchange
implementation can support a number of
file format or resources.
Method Summary | |
boolean |
accepts(java.lang.Object input)
Deprecated. |
boolean |
equals(Format f)
Deprecated. |
java.lang.String |
getDescription()
Deprecated. Description of the file format. |
java.lang.String |
getDocURL()
Deprecated. Documentation URL for the format. |
java.lang.String |
getName()
Deprecated. Name of the file format. |
GridCoverageReader |
getReader(java.lang.Object source)
Deprecated. |
org.opengis.parameter.ParameterDescriptorGroup |
getReadParameters()
Deprecated. Retrieve the parameter information for a read operation.
|
java.lang.String |
getVendor()
Deprecated. Vendor or agency for the format. |
java.lang.String |
getVersion()
Deprecated. Version number of the format. |
org.opengis.parameter.ParameterDescriptorGroup |
getWriteParameters()
Deprecated. Retrieve the parameter information for a write operation.
|
GridCoverageWriter |
getWriter(java.lang.Object destination)
Deprecated. |
Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
null
.
public java.lang.String getVendor()
public java.lang.String getDocURL()
public java.lang.String getVersion()
public org.opengis.parameter.ParameterDescriptorGroup getReadParameters()
read
operation.
To use:
ParameterDescriptorGroup paramDescriptor = f.getReadParameters();
ParameterValueGroup params = (ParameterValueGroup) paramDescriptor.createValue();
public org.opengis.parameter.ParameterDescriptorGroup getWriteParameters()
write
operation.
To use:
ParameterDescriptorGroup paramDescriptor = f.getWriteParameters();
ParameterValueGroup params = (ParameterValueGroup) paramDescriptor.createValue();
public GridCoverageReader getReader(java.lang.Object source)
public GridCoverageWriter getWriter(java.lang.Object destination)
public boolean accepts(java.lang.Object input)
public boolean equals(Format f)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |