Uses of Interface
org.esa.snap.core.dataio.ProductWriterPlugIn
-
Packages that use ProductWriterPlugIn 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. -
-
Uses of ProductWriterPlugIn in org.esa.snap.core.dataio
Methods in org.esa.snap.core.dataio that return ProductWriterPlugIn Modifier and Type Method Description ProductWriterPlugInAbstractProductWriter. getWriterPlugIn()Returns the plug-in which created this product writer.ProductWriterPlugInProductWriter. getWriterPlugIn()Returns the plug-in which created this product writer.Methods in org.esa.snap.core.dataio that return types with arguments of type ProductWriterPlugIn Modifier and Type Method Description Iterator<ProductWriterPlugIn>ProductIOPlugInManager. getAllWriterPlugIns()Gets all registered writer plug-ins.Iterator<ProductWriterPlugIn>ProductIOPlugInManager. getWriterPlugIns(String formatName)Gets all writer plug-ins which support the given format name.Methods in org.esa.snap.core.dataio with parameters of type ProductWriterPlugIn Modifier and Type Method Description voidProductIOPlugInManager. addWriterPlugIn(ProductWriterPlugIn writerPlugIn)Registers the specified writer plug-in by adding it to this manager.booleanProductIOPlugInManager. removeWriterPlugIn(ProductWriterPlugIn writerPlugIn)Removes the first occurrence of the specified writer plug-in.Constructors in org.esa.snap.core.dataio with parameters of type ProductWriterPlugIn Constructor Description AbstractProductWriter(ProductWriterPlugIn writerPlugIn)Constructs aProductWriter. -
Uses of ProductWriterPlugIn in org.esa.snap.core.dataio.dimap
Classes in org.esa.snap.core.dataio.dimap that implement ProductWriterPlugIn Modifier and Type Class Description classDimapProductWriterPlugInTheDimapProductWriterPlugInclass is the plug-in entry-point for the BEAM-DIMAP product writer.Constructors in org.esa.snap.core.dataio.dimap with parameters of type ProductWriterPlugIn Constructor Description DimapProductWriter(ProductWriterPlugIn writerPlugIn)Construct a new instance of a product writer for the given BEAM-DIMAP product writer plug-in.
-