Package noaa.coastwatch.util.chunk
Interface ChunkOperation
- All Known Implementing Classes:
ChunkComputation
,ResamplingOperation
public interface ChunkOperation
The
ChunkOperation
interface is implemented by any class that
performs some unit of work on the chunk or chunks at a given position.- Since:
- 3.4.0
- Author:
- Peter Hollemans
-
Method Summary
Modifier and TypeMethodDescriptionvoid
perform
(ChunkPosition pos) Performs an operation on the chunks at the specified position.
-
Method Details
-
perform
Performs an operation on the chunks at the specified position.- Parameters:
pos
- the chunk position to act on.
-