Class SyntheticIntChunkProducer

java.lang.Object
noaa.coastwatch.util.chunk.SyntheticIntChunkProducer
All Implemented Interfaces:
ChunkProducer

public class SyntheticIntChunkProducer extends Object implements ChunkProducer
A SyntheticIntChunkProducer object creates 2D integer data chunks whose values are specified by a functional interface method that returns an integer value for each row and column in the chunk.
Since:
3.5.0
Author:
Peter Hollemans