|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductWriterPlugIn
The ProductWriterPlugIn interface is implemented by data product writer plug-ins.
XMLCoder plug-ins are used to provide meta-information about a particular data format and to create instances of the actual writer objects.
A plug-in can register itself in the ProductIO plug-in registry or it is automatically found during
a classpath scan.
ProductReaderPlugIn| Method Summary | |
|---|---|
ProductWriter |
createWriterInstance()
Creates an instance of the actual product writer class. |
Class[] |
getOutputTypes()
Returns an array containing the classes that represent valid output types for this writer. |
| Methods inherited from interface org.esa.beam.framework.dataio.ProductIOPlugIn |
|---|
getDefaultFileExtensions, getDescription, getFormatNames, getProductFileFilter |
| Method Detail |
|---|
Class[] getOutputTypes()
Intances of the classes returned in this array are valid objects for the setOutput method of the
ProductWriter interface (the method will not throw an InvalidArgumentException in this
case).
nullProductWriter.writeProductNodes(org.esa.beam.framework.datamodel.Product, java.lang.Object)ProductWriter createWriterInstance()
null.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||