| 
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.model.coverage.grid.Format
public class Format
This interface is a discovery mechanism to determine the formats supported by a
 "org.opengis.coverage.grid.GridCoverageExchange" implementation. A
 GC_GridCoverageExchange implementation can support a number of file format or
 resources.
| Constructor Summary | |
|---|---|
Format(Code code)
Initializes a format with a Code containing a code that will be used as format name and a code space (optional) that will be interpreted as format vendor.  | 
|
Format(String name,
             String description,
             String docURL,
             String vendor,
             String version)
 | 
|
Format(String name,
             String description,
             String docURL,
             String vendor,
             String version,
             GeneralOperationParameterIm[] readParameters,
             GeneralOperationParameterIm[] writeParameters)
 | 
|
| Method Summary | |
|---|---|
 void | 
addReadParameter(GeneralOperationParameterIm readParameter)
 | 
 void | 
addWriteParameter(GeneralOperationParameterIm writeParameter)
 | 
 boolean | 
equals(Object obj)
performs a test if the passed Object is equal to this Format.  | 
 String | 
getDescription()
Description of the file format.  | 
 String | 
getDocURL()
Documentation URL for the format.  | 
 String | 
getName()
Name of the file format.  | 
 GeneralOperationParameterIm[] | 
getReadParameters()
Retrieve the parameter information for a "org.opengis.coverage.grid.GridCoverageReader#read" read operation.  | 
 String | 
getVendor()
Vendor or agency for the format.  | 
 String | 
getVersion()
Version number of the format.  | 
 GeneralOperationParameterIm[] | 
getWriteParameters()
Retrieve the parameter information for a org.opengis.coverage.grid.GridCoverageWriter#write operation.  | 
 void | 
setDescription(String description)
 | 
 void | 
setDocURL(String docURL)
 | 
 void | 
setName(String name)
 | 
 void | 
setReadParameters(GeneralOperationParameterIm[] readParameters)
 | 
 void | 
setVendor(String vendor)
 | 
 void | 
setVersion(String version)
 | 
 void | 
setWriteParameters(GeneralOperationParameterIm[] writeParameters)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Format(Code code)
code - 
public Format(String name,
              String description,
              String docURL,
              String vendor,
              String version)
description - docURL - name - vendor - version - 
public Format(String name,
              String description,
              String docURL,
              String vendor,
              String version,
              GeneralOperationParameterIm[] readParameters,
              GeneralOperationParameterIm[] writeParameters)
description - docURL - name - vendor - version - readParameters - writeParameters - | Method Detail | 
|---|
public void setDescription(String description)
description - The description to set.public void setDocURL(String docURL)
docURL - The docURL to set.public void setName(String name)
name - The name to set.public void setReadParameters(GeneralOperationParameterIm[] readParameters)
readParameters - The readParameters to set.public void addReadParameter(GeneralOperationParameterIm readParameter)
readParameter - public void setVendor(String vendor)
vendor - The vendor to set.public void setVersion(String version)
version - The version to set.public void setWriteParameters(GeneralOperationParameterIm[] writeParameters)
writeParameters - The writeParameters to set.public void addWriteParameter(GeneralOperationParameterIm writeParameter)
writeParameter - public String getName()
public String getDescription()
null.
public String getVendor()
public String getDocURL()
public String getVersion()
public GeneralOperationParameterIm[] getReadParameters()
public GeneralOperationParameterIm[] getWriteParameters()
public boolean equals(Object obj)
equals in class Objectobj - object to compareObject.equals(java.lang.Object)
  | 
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net