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