uk.ac.leeds.ccg.andyt.grids.core
Class Grid2DSquareCellIntChunk64CellMapFactory

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellChunkFactory
      extended by uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCellIntChunkFactory
          extended by uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunk64CellMapFactory
All Implemented Interfaces:
java.io.Serializable

public class Grid2DSquareCellIntChunk64CellMapFactory
extends AbstractGrid2DSquareCellIntChunkFactory

A factory for constructing Grid2DSquareCellIntChunk64CellMap instances.

See Also:
Serialized Form

Constructor Summary
Grid2DSquareCellIntChunk64CellMapFactory()
          Creates a new Grid2DSquareCellIntChunk64CellMapFactory.
 
Method Summary
 AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk()
          For creating a new default AbstractGrid2DSquareCellIntChunk.
 AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk(AbstractGrid2DSquareCellIntChunk grid2DSquareCellIntChunk, AbstractGrid2DSquareCell.ChunkID chunkID)
          Creates a new AbstractGrid2DSquareCellIntChunk with values taken from grid2DSquareCellIntChunk.
 AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk(Grid2DSquareCellInt grid2DSquareCellInt, AbstractGrid2DSquareCell.ChunkID chunkID)
          Creates a new AbstractGrid2DSquareCellIntChunk containing all noDataValues that is linked to grid2DSquareCellInt via chunkID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid2DSquareCellIntChunk64CellMapFactory

public Grid2DSquareCellIntChunk64CellMapFactory()
Creates a new Grid2DSquareCellIntChunk64CellMapFactory.

Method Detail

createGrid2DSquareCellIntChunk

public AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk()
Description copied from class: AbstractGrid2DSquareCellIntChunkFactory
For creating a new default AbstractGrid2DSquareCellIntChunk.

Specified by:
createGrid2DSquareCellIntChunk in class AbstractGrid2DSquareCellIntChunkFactory

createGrid2DSquareCellIntChunk

public AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk(Grid2DSquareCellInt grid2DSquareCellInt,
                                                                       AbstractGrid2DSquareCell.ChunkID chunkID)
Description copied from class: AbstractGrid2DSquareCellIntChunkFactory
Creates a new AbstractGrid2DSquareCellIntChunk containing all noDataValues that is linked to grid2DSquareCellInt via chunkID.

Specified by:
createGrid2DSquareCellIntChunk in class AbstractGrid2DSquareCellIntChunkFactory

createGrid2DSquareCellIntChunk

public AbstractGrid2DSquareCellIntChunk createGrid2DSquareCellIntChunk(AbstractGrid2DSquareCellIntChunk grid2DSquareCellIntChunk,
                                                                       AbstractGrid2DSquareCell.ChunkID chunkID)
Description copied from class: AbstractGrid2DSquareCellIntChunkFactory
Creates a new AbstractGrid2DSquareCellIntChunk with values taken from grid2DSquareCellIntChunk.

Specified by:
createGrid2DSquareCellIntChunk in class AbstractGrid2DSquareCellIntChunkFactory