Uses of Interface
org.esa.snap.core.dataio.ProductWriter
-
Packages that use ProductWriter Package Description org.esa.snap.core.dataio Contains the SNAP product I/O framework.org.esa.snap.core.dataio.dimap This module provides a product reader and writer plug-in for the BEAM-DIMAP product format.org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products. -
-
Uses of ProductWriter in org.esa.snap.core.dataio
Classes in org.esa.snap.core.dataio that implement ProductWriter Modifier and Type Class Description class
AbstractProductWriter
TheAbstractProductWriter
class can be used as a base class for new product writer implementations.Methods in org.esa.snap.core.dataio that return ProductWriter Modifier and Type Method Description 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.snap.core.dataio.dimap
Classes in org.esa.snap.core.dataio.dimap that implement ProductWriter Modifier and Type Class Description class
DimapProductWriter
The product writer for the BEAM-DIMAP format.Methods in org.esa.snap.core.dataio.dimap that return ProductWriter Modifier and Type Method Description ProductWriter
DimapProductWriterPlugIn. createWriterInstance()
Creates an instance of the actual BEAM-DIMAP product writer class. -
Uses of ProductWriter in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return ProductWriter Modifier and Type Method Description ProductWriter
Product. getProductWriter()
Returns the writer which will be used to write modifications of this product's in-memory represention to an external destination.ProductWriter
ProductNode. getProductWriter()
Returns the product writer for the product to which this node belongs to.protected ProductWriter
ProductNode. getProductWriterSafe()
Returns the product writer for the product to which this node belongs to.Methods in org.esa.snap.core.datamodel with parameters of type ProductWriter Modifier and Type Method Description void
Band. removeFromFile(ProductWriter productWriter)
void
ProductNode. removeFromFile(ProductWriter productWriter)
Physically remove this node from the file associated with the given product writer.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.
-