Class RangeTypeMaskPersistableSpi
- java.lang.Object
-
- org.esa.snap.core.dataio.dimap.spi.RangeTypeMaskPersistableSpi
-
- All Implemented Interfaces:
DimapPersistableSpi
public class RangeTypeMaskPersistableSpi extends Object implements DimapPersistableSpi
- Since:
- BEAM 4.7
-
-
Constructor Summary
Constructors Constructor Description RangeTypeMaskPersistableSpi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canDecode(org.jdom2.Element element)
boolean
canPersist(Object object)
DimapPersistable
createPersistable()
-
-
-
Method Detail
-
canDecode
public boolean canDecode(org.jdom2.Element element)
- Specified by:
canDecode
in interfaceDimapPersistableSpi
-
canPersist
public boolean canPersist(Object object)
- Specified by:
canPersist
in interfaceDimapPersistableSpi
-
createPersistable
public DimapPersistable createPersistable()
- Specified by:
createPersistable
in interfaceDimapPersistableSpi
-
-