Interface DimapPersistable
- All Known Implementing Classes:
ComponentGeoCodingPersistable,MaskPersistable,RangeTypeMaskPersistable,RasterDataNodePersistable
Deprecated.
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 TypeMethodDescriptioncreateObjectFromXml(org.jdom2.Element element, Product product) Deprecated.Creates an object for the providedProductbased on the data provided by theelement.org.jdom2.ElementcreateXmlFromObject(Object object) Deprecated.Converts the object into an XML element.
-
Method Details
-
createObjectFromXml
Deprecated.Creates an object for the providedProductbased on the data provided by theelement.- Parameters:
element- The XML element containing the information to create the objectproduct- The product the created object is intended for- Returns:
- the created object
-
createXmlFromObject
Deprecated.Converts the object into an XML element.- Parameters:
object- The object to convert- Returns:
- The converted XML element
-
PersistenceConverterinstead