Class DataHolder

java.lang.Object
org.esa.snap.core.dataio.geocoding.DataHolder

public class DataHolder extends Object
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: decode of ComponentGeoCodingPersistenceConverter.
  • Method Details