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.dataio.rgb | |
org.esa.snap.core.dataop.dem |
Modifier and Type | Method and Description |
---|---|
ProductReaderPlugIn |
ProductReader.getReaderPlugIn()
Returns the plug-in which created this product reader.
|
ProductReaderPlugIn |
AbstractProductReader.getReaderPlugIn()
Returns the plug-in which created this product reader.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ProductReaderPlugIn> |
ProductIOPlugInManager.getAllReaderPlugIns()
Gets all registered reader plug-ins.
|
Iterator<ProductReaderPlugIn> |
ProductIOPlugInManager.getReaderPlugIns(String formatName)
Gets all reader plug-ins which support the given format name.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductIOPlugInManager.addReaderPlugIn(ProductReaderPlugIn readerPlugIn)
Registers the specified reader plug-in by adding it to this manager.
|
boolean |
ProductIOPlugInManager.removeReaderPlugIn(ProductReaderPlugIn readerPlugIn)
Removes the first occurrence of the specified reader plug-in.
|
Constructor and Description |
---|
AbstractProductReader(ProductReaderPlugIn readerPlugIn)
Constructs a new abstract product reader.
|
Modifier and Type | Class and Description |
---|---|
class |
DimapProductReaderPlugIn
The
DimapProductReaderPlugIn class is an implementation of the ProductReaderPlugIn
interface exclusively for data products having the BEAM-DIMAP product format. |
Constructor and Description |
---|
DimapProductReader(ProductReaderPlugIn readerPlugIn)
Construct a new instance of a product reader for the given BEAM-DIMAP product reader plug-in.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageProductReaderPlugIn |
Modifier and Type | Method and Description |
---|---|
protected static ProductReaderPlugIn |
BaseElevationModel.getReaderPlugIn(String formatName) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.