Package org.esa.snap.core.datamodel
Class TiePointGeoCodingPersistenceConverter
- java.lang.Object
-
- org.esa.snap.core.dataio.persistence.PersistenceConverter<TiePointGeoCoding>
-
- org.esa.snap.core.datamodel.TiePointGeoCodingPersistenceConverter
-
- All Implemented Interfaces:
PersistenceDecoder<TiePointGeoCoding>,PersistenceEncoder<TiePointGeoCoding>
public class TiePointGeoCodingPersistenceConverter extends PersistenceConverter<TiePointGeoCoding>
-
-
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 TiePointGeoCodingPersistenceConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TiePointGeoCodingdecodeImpl(Item item, Product product)Itemencode(TiePointGeoCoding gc)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(TiePointGeoCoding gc)
-
decodeImpl
public TiePointGeoCoding decodeImpl(Item item, Product product)
- Specified by:
decodeImplin classPersistenceConverter<TiePointGeoCoding>
-
getHistoricalDecoders
public HistoricalDecoder[] getHistoricalDecoders()
Description copied from class:PersistenceConverterOverride if necessary.- Specified by:
getHistoricalDecodersin interfacePersistenceDecoder<TiePointGeoCoding>- Overrides:
getHistoricalDecodersin classPersistenceConverter<TiePointGeoCoding>
-
-