Interface HistoricalDecoder
-
- All Superinterfaces:
PersistenceDecoder<Item>
- All Known Implementing Classes:
DimapHistoricalDecoder
public interface HistoricalDecoder extends PersistenceDecoder<Item>
-
-
Field Summary
-
Fields inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
KEY_PERSISTENCE_ID
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default HistoricalDecoder[]
getHistoricalDecoders()
-
Methods inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
canDecode, decode, getID, isCurrentVersion
-
-
-
-
Method Detail
-
getHistoricalDecoders
default HistoricalDecoder[] getHistoricalDecoders()
- Specified by:
getHistoricalDecoders
in interfacePersistenceDecoder<Item>
-
-