Class ComponentGeoCodingPersistable

java.lang.Object
org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistable
All Implemented Interfaces:
DimapPersistable

@Deprecated public class ComponentGeoCodingPersistable extends Object implements DimapPersistable
Deprecated.
dont further use this class. Now it is wrapped by ComponentGeoCodingPersistenceConverter
  • Field Details

  • Constructor Details

    • ComponentGeoCodingPersistable

      public ComponentGeoCodingPersistable()
      Deprecated.
  • Method Details

    • createObjectFromXml

      public Object createObjectFromXml(org.jdom2.Element element, Product product)
      Deprecated.
      Description copied from interface: DimapPersistable
      Creates an object for the provided Product based on the data provided by the element.
      Specified by:
      createObjectFromXml in interface DimapPersistable
      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

      public org.jdom2.Element createXmlFromObject(Object object)
      Deprecated.
      Description copied from interface: DimapPersistable
      Converts the object into an XML element.
      Specified by:
      createXmlFromObject in interface DimapPersistable
      Parameters:
      object - The object to convert
      Returns:
      The converted XML element
    • getGeoVariableNames

      public String[] getGeoVariableNames(org.jdom2.Element element)
      Deprecated.