Class ComponentGeoCodingPersistable
java.lang.Object
org.esa.snap.core.dataio.geocoding.ComponentGeoCodingPersistable
- All Implemented Interfaces:
DimapPersistable
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateObjectFromXml(org.jdom2.Element element, Product product) Deprecated.Creates an object for the providedProductbased on the data provided by theelement.org.jdom2.ElementcreateXmlFromObject(Object object) Deprecated.Converts the object into an XML element.String[]getGeoVariableNames(org.jdom2.Element element) Deprecated.
-
Field Details
-
TAG_COMPONENT_GEO_CODING
Deprecated.- See Also:
-
TAG_FORWARD_CODING_KEY
Deprecated.- See Also:
-
TAG_INVERSE_CODING_KEY
Deprecated.- See Also:
-
TAG_GEO_CHECKS
Deprecated.- See Also:
-
TAG_GEO_CRS
Deprecated.- See Also:
-
TAG_LON_VARIABLE_NAME
Deprecated.- See Also:
-
TAG_LAT_VARIABLE_NAME
Deprecated.- See Also:
-
TAG_RASTER_RESOLUTION_KM
Deprecated.- See Also:
-
TAG_OFFSET_X
Deprecated.- See Also:
-
TAG_OFFSET_Y
Deprecated.- See Also:
-
TAG_SUBSAMPLING_X
Deprecated.- See Also:
-
TAG_SUBSAMPLING_Y
Deprecated.- See Also:
-
-
Constructor Details
-
ComponentGeoCodingPersistable
public ComponentGeoCodingPersistable()Deprecated.
-
-
Method Details
-
createObjectFromXml
Deprecated.Description copied from interface:DimapPersistableCreates an object for the providedProductbased on the data provided by theelement.- Specified by:
createObjectFromXmlin interfaceDimapPersistable- Parameters:
element- The XML element containing the information to create the objectproduct- The product the created object is intended for- Returns:
- the created object
-
createXmlFromObject
Deprecated.Description copied from interface:DimapPersistableConverts the object into an XML element.- Specified by:
createXmlFromObjectin interfaceDimapPersistable- Parameters:
object- The object to convert- Returns:
- The converted XML element
-
getGeoVariableNames
Deprecated.
-
ComponentGeoCodingPersistenceConverter