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
Constructors -
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, iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CompositeMapApplicationCollector
public CompositeMapApplicationCollector()
-
-
Method Details
-
getChunks
Description copied from class:ChunkCollectorAssembles a set of chunks from the producers.- Overrides:
getChunksin classChunkCollector- Parameters:
pos- the chunk position to get.- Returns:
- the list of chunks assembled.
-