Interface DimapPersistable

All Known Implementing Classes:
ComponentGeoCodingPersistable, MaskPersistable, RangeTypeMaskPersistable, RasterDataNodePersistable

@Deprecated public interface DimapPersistable
Deprecated.
extend PersistenceConverter instead
Interface to implemented by clients who know how to read objects from and write object to BEAM-DIMAP XML.

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

  • Method Summary

    Modifier and Type
    Method
    Description
    createObjectFromXml(org.jdom2.Element element, Product product)
    Deprecated.
    Creates an object for the provided Product based on the data provided by the element.
    org.jdom2.Element
    Deprecated.
    Converts the object into an XML element.
  • Method Details

    • createObjectFromXml

      Object createObjectFromXml(org.jdom2.Element element, Product product)
      Deprecated.
      Creates an object for the provided Product based on the data provided by the element.
      Parameters:
      element - The XML element containing the information to create the object
      product - The product the created object is intended for
      Returns:
      the created object
    • createXmlFromObject

      org.jdom2.Element createXmlFromObject(Object object)
      Deprecated.
      Converts the object into an XML element.
      Parameters:
      object - The object to convert
      Returns:
      The converted XML element