Details
Description
The ProductReader (ProductWriter) API should be extended to include a method for reading (writing) a tile stack:
readBandRasterData(Map<Band, ProductData> rasterDataMap, ...)
writeBandRasterData(Map<Band, ProductData> rasterDataMap, ...)
Changes must be propagated to the OperatorProductReader and OperatorProductWriter. In addition, the ReadOp and WriteOp operators should implement the computeTileStack method.
readBandRasterData(Map<Band, ProductData> rasterDataMap, ...)
writeBandRasterData(Map<Band, ProductData> rasterDataMap, ...)
Changes must be propagated to the OperatorProductReader and OperatorProductWriter. In addition, the ReadOp and WriteOp operators should implement the computeTileStack method.