Interface DimapPersistableSpi

All Known Implementing Classes:
BandMathsMaskPersistableSpi, ComponentGeoCodingPersistableSpi, ConvolutionFilterBandPersistableSpi, GeneralFilterBandPersistableSpi, RangeTypeMaskPersistableSpi, VectorDataMaskPersistableSpi

@Deprecated public interface DimapPersistableSpi
Deprecated.
implement PersistenceSpi instead
The service provider interface (SPI) for DimapPersistables.

Note that this class is not yet public API. Interface may chhange in future releases.

Version:
$Revision$ $Date$
  • Method Details

    • canDecode

      boolean canDecode(org.jdom2.Element element)
      Deprecated.
    • canPersist

      boolean canPersist(Object object)
      Deprecated.
    • createPersistable

      DimapPersistable createPersistable()
      Deprecated.