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.util.io |
Provides utility classes for I/O operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductReaderPlugIn
The
ProductReaderPlugIn interface is implemented by data product reader plug-ins. |
interface |
ProductWriterPlugIn
The
ProductWriterPlugIn interface is implemented by data product writer plug-ins. |
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. |
class |
DimapProductWriterPlugIn
The
DimapProductWriterPlugIn class is the plug-in entry-point for the BEAM-DIMAP product writer. |
Modifier and Type | Class and Description |
---|---|
class |
ImageProductReaderPlugIn |
Modifier and Type | Method and Description |
---|---|
static <T extends ProductIOPlugIn> |
SnapFileFilter.getSortedFileFilters(Iterator<T> pluginIterator)
Return a alphabetically sorted list of file filters originating from a productIO plugin iterator.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.