Interface DimapPersistableSpi
-
- All Known Implementing Classes:
BandMathsMaskPersistableSpi
,ComponentGeoCodingPersistableSpi
,ConvolutionFilterBandPersistableSpi
,GeneralFilterBandPersistableSpi
,RangeTypeMaskPersistableSpi
,VectorDataMaskPersistableSpi
@Deprecated public interface DimapPersistableSpi
Deprecated.implementPersistenceSpi
insteadThe service provider interface (SPI) forDimapPersistable
s.Note that this class is not yet public API. Interface may chhange in future releases.
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
canDecode(org.jdom2.Element element)
Deprecated.boolean
canPersist(Object object)
Deprecated.DimapPersistable
createPersistable()
Deprecated.
-
-
-
Method Detail
-
canDecode
boolean canDecode(org.jdom2.Element element)
Deprecated.
-
canPersist
boolean canPersist(Object object)
Deprecated.
-
createPersistable
DimapPersistable createPersistable()
Deprecated.
-
-