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 String
ID_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 FXYGeoCoding
decodeImpl(Item item, Product product)
Item
encode(FXYGeoCoding geoCoding)
HistoricalDecoder[]
getHistoricalDecoders()
Override if necessary.String
getID()
-
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:
decodeImpl
in classPersistenceConverter<FXYGeoCoding>
-
getHistoricalDecoders
public HistoricalDecoder[] getHistoricalDecoders()
Description copied from class:PersistenceConverter
Override if necessary.- Specified by:
getHistoricalDecoders
in interfacePersistenceDecoder<FXYGeoCoding>
- Overrides:
getHistoricalDecoders
in classPersistenceConverter<FXYGeoCoding>
-
-