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 classAbstractProductWriterTheAbstractProductWriterclass 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 ProductWriterProductWriterPlugIn. createWriterInstance()Creates an instance of the actual product writer class.static ProductWriterProductIO. 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 classDimapProductWriterThe product writer for the BEAM-DIMAP format.Methods in org.esa.snap.core.dataio.dimap that return ProductWriter Modifier and Type Method Description ProductWriterDimapProductWriterPlugIn. 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 ProductWriterProduct. getProductWriter()Returns the writer which will be used to write modifications of this product's in-memory represention to an external destination.ProductWriterProductNode. getProductWriter()Returns the product writer for the product to which this node belongs to.protected ProductWriterProductNode. 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 voidBand. removeFromFile(ProductWriter productWriter)voidProductNode. removeFromFile(ProductWriter productWriter)Physically remove this node from the file associated with the given product writer.voidProduct. setProductWriter(ProductWriter writer)Sets the writer which will be used to write modifications of this product's in-memory represention to an external destination.
-