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>
-
Field Summary
FieldsFields inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
KEY_PERSISTENCE_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeImpl
(Item item, Product product) Override if necessary.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 Details
-
ID_VERSION_1
- See Also:
-
-
Constructor Details
-
TiePointGeoCodingPersistenceConverter
public TiePointGeoCodingPersistenceConverter()
-
-
Method Details
-
getID
-
encode
-
decodeImpl
- Specified by:
decodeImpl
in classPersistenceConverter<TiePointGeoCoding>
-
getHistoricalDecoders
Description copied from class:PersistenceConverter
Override if necessary.- Specified by:
getHistoricalDecoders
in interfacePersistenceDecoder<TiePointGeoCoding>
- Overrides:
getHistoricalDecoders
in classPersistenceConverter<TiePointGeoCoding>
-