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 Summary
Fields Modifier and Type Field Description static StringID_VERSION_1-
Fields inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
KEY_PERSISTENCE_ID
-
-
Constructor Summary
Constructors Constructor Description FXYGeoCodingPersistenceConverter()
-
Method Summary
All 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.PersistenceConverter
convertToCurrentVersion, createRootContainer, decode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
canDecode, isCurrentVersion
-
-
-
-
Field Detail
-
ID_VERSION_1
public static final String ID_VERSION_1
- See Also:
- Constant Field Values
-
-
Method Detail
-
getID
public String getID()
-
encode
public Item encode(FXYGeoCoding geoCoding)
-
decodeImpl
public FXYGeoCoding decodeImpl(Item item, Product product)
- Specified by:
decodeImplin classPersistenceConverter<FXYGeoCoding>
-
getHistoricalDecoders
public HistoricalDecoder[] getHistoricalDecoders()
Description copied from class:PersistenceConverterOverride if necessary.- Specified by:
getHistoricalDecodersin interfacePersistenceDecoder<FXYGeoCoding>- Overrides:
getHistoricalDecodersin classPersistenceConverter<FXYGeoCoding>
-
-