Class DataHolder
java.lang.Object
org.esa.snap.core.dataio.geocoding.DataHolder
The lazy instantiating DataHolder class supports ProductReader implementers in not having to create large double
arrays multiple times if they are needed multiple times for the instantiation of a GeoRaster.
For an example of its use, see:
For an example of its use, see:
decode
of ComponentGeoCodingPersistenceConverter.-
Method Summary
Modifier and TypeMethodDescriptionHashMap<RasterDataNode, double[]> getDataMap(Product product) static DataHolderStatic factory method for lazy instantiating
-
Method Details
-
getInstance
Static factory method for lazy instantiating -
getDataMap
-