Package org.esa.snap.core.datamodel
Class FXYGeoCodingPersistenceConverter
- java.lang.Object
- 
- org.esa.snap.core.dataio.persistence.PersistenceConverter<FXYGeoCoding>
- 
- org.esa.snap.core.datamodel.FXYGeoCodingPersistenceConverter
 
 
- 
- All Implemented Interfaces:
- PersistenceDecoder<FXYGeoCoding>,- PersistenceEncoder<FXYGeoCoding>
 
 public class FXYGeoCodingPersistenceConverter extends PersistenceConverter<FXYGeoCoding> 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringID_VERSION_1- 
Fields inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecoderKEY_PERSISTENCE_ID
 
- 
 - 
Constructor SummaryConstructors Constructor Description FXYGeoCodingPersistenceConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FXYGeoCodingdecodeImpl(Item item, Product product)Itemencode(FXYGeoCoding geoCoding)HistoricalDecoder[]getHistoricalDecoders()Override if necessary.StringgetID()- 
Methods inherited from class org.esa.snap.core.dataio.persistence.PersistenceConverterconvertToCurrentVersion, createRootContainer, decode
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecodercanDecode, isCurrentVersion
 
- 
 
- 
- 
- 
Field Detail- 
ID_VERSION_1public static final String ID_VERSION_1 - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getIDpublic String getID() 
 - 
encodepublic Item encode(FXYGeoCoding geoCoding) 
 - 
decodeImplpublic FXYGeoCoding decodeImpl(Item item, Product product) - Specified by:
- decodeImplin class- PersistenceConverter<FXYGeoCoding>
 
 - 
getHistoricalDecoderspublic HistoricalDecoder[] getHistoricalDecoders() Description copied from class:PersistenceConverterOverride if necessary.- Specified by:
- getHistoricalDecodersin interface- PersistenceDecoder<FXYGeoCoding>
- Overrides:
- getHistoricalDecodersin class- PersistenceConverter<FXYGeoCoding>
 
 
- 
 
-