Package noaa.coastwatch.util.chunk
Class CompositeMapApplicationCollector
java.lang.Object
noaa.coastwatch.util.chunk.ChunkCollector
noaa.coastwatch.util.chunk.CompositeMapApplicationCollector
- All Implemented Interfaces:
Iterable<ChunkProducer>
The
CompositeMapApplicationCollector
class is a special type
of ChunkCollector
optimized for use with a
CompositeMapApplicationFunction
object.- Since:
- 3.8.1
- Author:
- Peter Hollemans
-
Field Summary
Fields inherited from class noaa.coastwatch.util.chunk.ChunkCollector
producerList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChunks
(ChunkPosition pos) Assembles a set of chunks from the producers.Methods inherited from class noaa.coastwatch.util.chunk.ChunkCollector
addProducer, iterator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CompositeMapApplicationCollector
public CompositeMapApplicationCollector()
-
-
Method Details
-
getChunks
Description copied from class:ChunkCollector
Assembles a set of chunks from the producers.- Overrides:
getChunks
in classChunkCollector
- Parameters:
pos
- the chunk position to get.- Returns:
- the list of chunks assembled.
-