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

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkAbstractFactory
      extended by uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkRAFFactory

public class Grid2DSquareCellIntChunkRAFFactory
extends Grid2DSquareCellIntChunkAbstractFactory

TODO: docs


Constructor Summary
Grid2DSquareCellIntChunkRAFFactory()
          Creates a new Grid2DSquareCellIntChunkMapFactory.
 
Method Summary
 Grid2DSquareCellIntChunkAbstract createGrid2DSquareCellIntChunk()
          For creating a new default Grid2DSquareCellIntChunkAbstract.
 Grid2DSquareCellIntChunkAbstract createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunkAbstract with values taken from grid2DSquareCellIntChunk.
 Grid2DSquareCellIntChunkAbstract createGrid2DSquareCellIntChunk(Grid2DSquareCellInt grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID chunkID)
          Creates a new Grid2DSquareCellIntChunkAbstract 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

Grid2DSquareCellIntChunkRAFFactory

public Grid2DSquareCellIntChunkRAFFactory()
Creates a new Grid2DSquareCellIntChunkMapFactory.

Method Detail

createGrid2DSquareCellIntChunk

public Grid2DSquareCellIntChunkAbstract createGrid2DSquareCellIntChunk()
Description copied from class: Grid2DSquareCellIntChunkAbstractFactory
For creating a new default Grid2DSquareCellIntChunkAbstract.

Specified by:
createGrid2DSquareCellIntChunk in class Grid2DSquareCellIntChunkAbstractFactory
See Also:
Grid2DSquareCellIntChunkAbstract

createGrid2DSquareCellIntChunk

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

Specified by:
createGrid2DSquareCellIntChunk in class Grid2DSquareCellIntChunkAbstractFactory
See Also:
Grid2DSquareCellIntChunkAbstract

createGrid2DSquareCellIntChunk

public Grid2DSquareCellIntChunkAbstract createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract grid2DSquareCellIntChunk,
                                                                       Grid2DSquareCellAbstract.ChunkID chunkID)
Description copied from class: Grid2DSquareCellIntChunkAbstractFactory
Creates a new Grid2DSquareCellIntChunkAbstract with values taken from grid2DSquareCellIntChunk.

Specified by:
createGrid2DSquareCellIntChunk in class Grid2DSquareCellIntChunkAbstractFactory
See Also:
Grid2DSquareCellIntChunkAbstract