Package org.esa.snap.core.datamodel
Class GcpGeoCodingPersistenceConverter
java.lang.Object
org.esa.snap.core.dataio.persistence.PersistenceConverter<GcpGeoCoding>
org.esa.snap.core.datamodel.GcpGeoCodingPersistenceConverter
- All Implemented Interfaces:
PersistenceDecoder<GcpGeoCoding>,PersistenceEncoder<GcpGeoCoding>
-
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) encode(GcpGeoCoding geoCoding) Override if necessary.getID()Methods inherited from class org.esa.snap.core.dataio.persistence.PersistenceConverter
convertToCurrentVersion, createRootContainer, decodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.esa.snap.core.dataio.persistence.PersistenceDecoder
canDecode, isCurrentVersion
-
Field Details
-
ID_VERSION_1
- See Also:
-
-
Constructor Details
-
GcpGeoCodingPersistenceConverter
public GcpGeoCodingPersistenceConverter()
-
-
Method Details
-
getID
-
encode
-
decodeImpl
- Specified by:
decodeImplin classPersistenceConverter<GcpGeoCoding>
-
getHistoricalDecoders
Description copied from class:PersistenceConverterOverride if necessary.- Specified by:
getHistoricalDecodersin interfacePersistenceDecoder<GcpGeoCoding>- Overrides:
getHistoricalDecodersin classPersistenceConverter<GcpGeoCoding>
-