|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProductReader | |
|---|---|
| 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.gpf.internal | |
| Uses of ProductReader in org.esa.beam.framework.dataio |
|---|
| Classes in org.esa.beam.framework.dataio that implement ProductReader | |
|---|---|
class |
AbstractProductBuilder
|
class |
AbstractProductReader
The AbstractProductReader class can be used as a base class for new product reader implementations. |
class |
ProductFlipper
|
class |
ProductSubsetBuilder
A special-purpose product reader used to build subsets of data products. |
| Methods in org.esa.beam.framework.dataio that return ProductReader | |
|---|---|
ProductReader |
ProductReaderPlugIn.createReaderInstance()
Creates an instance of the actual product reader class. |
static ProductReader |
ProductIO.getProductReader(String formatName)
Gets a product reader for the given format name. |
static ProductReader |
ProductIO.getProductReaderForFile(File file)
Deprecated. Since BEAM 4.10. Use ProductIO.getProductReaderForInput(Object) instead. |
static ProductReader |
ProductIO.getProductReaderForInput(Object input)
Tries to find a product reader instance suitable for the given input. |
| Uses of ProductReader in org.esa.beam.framework.datamodel |
|---|
| Methods in org.esa.beam.framework.datamodel that return ProductReader | |
|---|---|
ProductReader |
ProductNode.getProductReader()
Returns the product reader for the product to which this node belongs to. |
ProductReader |
Product.getProductReader()
Returns the reader which was used to create this product in-memory represention from an external source and which will be used to (re-)load band rasters. |
protected ProductReader |
ProductNode.getProductReaderSafe()
Returns the product reader for the product to which this node belongs to. |
| Methods in org.esa.beam.framework.datamodel with parameters of type ProductReader | |
|---|---|
void |
Product.setProductReader(ProductReader reader)
Sets the product reader which will be used to create this product in-memory represention from an external source and which will be used to (re-)load band rasters. |
| Constructors in org.esa.beam.framework.datamodel with parameters of type ProductReader | |
|---|---|
Product(String name,
String type,
int sceneRasterWidth,
int sceneRasterHeight,
ProductReader reader)
Constructs a new product with the given name and the given reader. |
|
| Uses of ProductReader in org.esa.beam.framework.gpf.internal |
|---|
| Classes in org.esa.beam.framework.gpf.internal that implement ProductReader | |
|---|---|
class |
OperatorProductReader
The OperatorProductReader is an adapter class that wraps
Operators to BEAM ProductReaders. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||