Package noaa.coastwatch.util.chunk
Class ChunkPosition
java.lang.Object
noaa.coastwatch.util.chunk.ChunkPosition
The
ChunkPosition
class marks a position within a
ChunkingScheme
. The position is specified by its starting
location and length along each dimension.- Since:
- 3.4.0
- Author:
- Peter Hollemans
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChunkPosition
(int rank) Creates a new position with start and length initialized to zero along each dimension. -
Method Summary
-
Field Details
-
start
public int[] startThe start coordinates of the chunk within the chunk space. -
length
public int[] lengthThe length of the chunk along each dimension.
-
-
Constructor Details
-
ChunkPosition
public ChunkPosition(int rank) Creates a new position with start and length initialized to zero along each dimension.- Parameters:
rank
- the number of dimensions of the chunk space.
-
-
Method Details