Class DimapHistoricalDecoder
- java.lang.Object
-
- org.esa.snap.core.dataio.dimap.spi.DimapHistoricalDecoder
-
- All Implemented Interfaces:
HistoricalDecoder
,PersistenceDecoder<Item>
public abstract class DimapHistoricalDecoder extends Object implements HistoricalDecoder
-
-
Field Summary
-
Fields inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
KEY_PERSISTENCE_ID
-
-
Constructor Summary
Constructors Constructor Description DimapHistoricalDecoder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
canDecode(Item item)
String
getID()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.esa.snap.core.dataio.persistence.HistoricalDecoder
getHistoricalDecoders
-
Methods inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
decode, isCurrentVersion
-
-
-
-
Method Detail
-
getID
public final String getID()
- Specified by:
getID
in interfacePersistenceDecoder<Item>
-
canDecode
public abstract boolean canDecode(Item item)
- Specified by:
canDecode
in interfacePersistenceDecoder<Item>
-
-