|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProductWriter | |
|---|---|
| org.esa.beam.framework.dataio | This package is defines the MERIS/(A)ATSR Toolbox product I/O framework. |
| org.esa.beam.framework.datamodel | This package contains classes and interfaces used for an in-memory presentation of remote sensing data products. |
| org.esa.beam.framework.processor | This package containes the MERIS/(A)ATSR Toolbox processing framework classes. |
| Uses of ProductWriter in org.esa.beam.framework.dataio |
|---|
| Classes in org.esa.beam.framework.dataio that implement ProductWriter | |
|---|---|
class |
AbstractProductWriter
The AbstractProductWriter class can be used as a base class for new product writer implementations. |
| Methods in org.esa.beam.framework.dataio that return ProductWriter | |
|---|---|
ProductWriter |
ProductWriterPlugIn.createWriterInstance()
Creates an instance of the actual product writer class. |
static ProductWriter |
ProductIO.getProductWriter(String formatName)
Gets a product writer for the given format name. |
| Uses of ProductWriter in org.esa.beam.framework.datamodel |
|---|
| Methods in org.esa.beam.framework.datamodel that return ProductWriter | |
|---|---|
ProductWriter |
ProductNode.getProductWriter()
Returns the product writer for the product to which this node belongs to. |
ProductWriter |
Product.getProductWriter()
Returns the writer which will be used to write modifications of this product's in-memory represention to an external destination. |
protected ProductWriter |
ProductNode.getProductWriterSafe()
Returns the product writer for the product to which this node belongs to. |
| Methods in org.esa.beam.framework.datamodel with parameters of type ProductWriter | |
|---|---|
void |
ProductNode.removeFromFile(ProductWriter productWriter)
Physically remove this node from the file associated with the given product writer. |
void |
Band.removeFromFile(ProductWriter productWriter)
|
void |
Product.setProductWriter(ProductWriter writer)
Sets the writer which will be used to write modifications of this product's in-memory represention to an external destination. |
| Uses of ProductWriter in org.esa.beam.framework.processor |
|---|
| Methods in org.esa.beam.framework.processor that return ProductWriter | |
|---|---|
static ProductWriter |
ProcessorUtils.createProductWriter(ProductRef prodRef)
Deprecated. Creates a product writer based on the information stored in the product reference passed in |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||