Class ComponentGeoCodingPersistenceConverter
java.lang.Object
org.esa.snap.core.dataio.persistence.PersistenceConverter<ComponentGeoCoding>
org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistenceConverter
- All Implemented Interfaces:
PersistenceDecoder<ComponentGeoCoding>,PersistenceEncoder<ComponentGeoCoding>
public class ComponentGeoCodingPersistenceConverter
extends PersistenceConverter<ComponentGeoCoding>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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(ComponentGeoCoding 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
-
NAME_COMPONENT_GEO_CODING
- See Also:
-
NAME_FORWARD_CODING_KEY
- See Also:
-
NAME_INVERSE_CODING_KEY
- See Also:
-
NAME_GEO_CHECKS
- See Also:
-
NAME_GEO_CRS
- See Also:
-
NAME_LON_VARIABLE_NAME
- See Also:
-
NAME_LAT_VARIABLE_NAME
- See Also:
-
NAME_RASTER_RESOLUTION_KM
- See Also:
-
NAME_OFFSET_X
- See Also:
-
NAME_OFFSET_Y
- See Also:
-
NAME_SUBSAMPLING_X
- See Also:
-
NAME_SUBSAMPLING_Y
- See Also:
-
ID_VERSION_1
- See Also:
-
-
Constructor Details
-
ComponentGeoCodingPersistenceConverter
public ComponentGeoCodingPersistenceConverter()
-
-
Method Details
-
getID
-
decodeImpl
- Specified by:
decodeImplin classPersistenceConverter<ComponentGeoCoding>
-
encode
-
getHistoricalDecoders
Description copied from class:PersistenceConverterOverride if necessary.- Specified by:
getHistoricalDecodersin interfacePersistenceDecoder<ComponentGeoCoding>- Overrides:
getHistoricalDecodersin classPersistenceConverter<ComponentGeoCoding>
-