A C D E F G H I K L M N P R S T U W X

C

cache(boolean, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
A method to cache this instance by writing it out to an ObjectOutputStream File called Cache to be located in the File (directory) returned by getDirectory().
cacheAndClearChunks(boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches a seriailsed version of all grid2DSquareCellChunks and clears them.
cacheChunk(boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Attempts to cache a seriailized version of a Chunk.
cacheChunk(int, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Attempts to cache a seriailized version of Chunk given by; chunk row index chunkRowIndex, chunk column index chunkColIndex.
cacheChunk(Grid2DSquareCellAbstract.ChunkID, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches a seriailsed version of Chunk with given chunkID.
cacheChunkExcept(Grid2DSquareCellAbstract.ChunkID, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches a Grid2DSquareCellChunk of grid2DSquareCellChunks (other that with ChunkID chunkID) then returns its ChunkID.
cacheChunkExcept(int, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches a Grid2DSquareCellChunk of grid2DSquareCellChunks (other that with; chunk row index chunkRowIndex, chunk column index chunkColIndex) then returns its ChunkID.
cacheChunkExceptReverseOrder(int, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches a Grid2DSquareCellChunk of grid2DSquareCellChunks (other that with ChunkID chunkID) then returns its ChunkID.
cacheChunkExceptReverseOrder(Grid2DSquareCellAbstract.ChunkID, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches a Grid2DSquareCellChunk of grid2DSquareCellChunks (other that with ChunkID chunkID) then returns its ChunkID.
cacheChunks(boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches a seriailsed version of all grid2DSquareCellChunks.
cacheChunks(HashSet, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches a seriailsed version of all grid2DSquareCellChunks in grid2DSquareCellChunkIDs.
cacheChunksExcept(Grid2DSquareCellAbstract.ChunkID, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches all grid2DSquareCellChunks other that with ChunkID chunkID.
cacheChunksExcept(HashSet, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Caches all grid2DSquareCellChunks other than those with ChunkIDs in chunkIDs.
cellColIndex - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.CellID
For storing the column in which the cell is positioned
cellRowIndex - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.CellID
For storing the row in which the cell is positioned
chunkCellColIndex - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellChunkAbstract.ChunkCellID
For storing the column in which the cell is positioned
chunkCellRowIndex - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellChunkAbstract.ChunkCellID
For storing the row in which the cell is positioned
chunkColIndex - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.ChunkID
For storing the chunk column index
chunkID - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellChunkAbstract
For storing the ChunkID of this.
chunkNcols - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
For storing the (usual) number of cells in a chunk column.
chunkNrows - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
For storing the (usual) number of cells in a chunk row.
chunkRowIndex - Variable in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.ChunkID
For storing the chunk row index
clear() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble
TODO: Clears all resources to do with this.
clear() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellInt
TODO: Clears all resources to do with this.
clearChunk(int, int, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
For releasing a grid2DSquareCellChunk stored in memory.
clearChunk(Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
For releasing a grid2DSquareCellChunk stored in memory.
clearChunkExcept(Grid2DSquareCellAbstract.ChunkID, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
For releasing a grid2DSquareCellChunk stored in memory except that with ChunkID given by chunkID.
clearChunks(boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
For releasing all grid2DSquareCellChunk stored in memory.
clearChunks(HashSet, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
Clears Grid2DSquareCellChunkAbstracts with ChunkIDs in chunkIDs.
clearChunksExcept(Grid2DSquareCellAbstract.ChunkID, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
For releasing all grid2DSquareCellChunk stored in memory except that with ChunkID given by chunkID.
clearChunksExcept(HashSet, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract
For releasing all grid2DSquareCellChunk stored in memory except those with ChunkIDs in chunkIDs.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellChunkAbstract
For clearing the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunk64CellMap
Clears the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkAbstract
For clearing the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkArray
Clears the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkJAI
Clears the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkMap
Clears the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkRAF
Clears the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunk64CellMap
Clears the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkAbstract
For clearing the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkArray
Clears the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkJAI
Clears the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkMap
Clears the data associated with this.
clearData() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkRAF
Clears the data associated with this.
clearMemoryReserve() - Method in class uk.ac.leeds.ccg.andyt.grids.utilities.ErrorHandler
Clears memoryReserve by setting it to null and calling the garbage collector.
close() - Method in class uk.ac.leeds.ccg.andyt.grids.exchange.ESRIAsciiGridImporter
For closing this.bufferedReader.
compareTo(Object) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.CellID
Method required by Comparable
compareTo(Object) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellAbstract.ChunkID
Method required by Comparable
compareTo(Object) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellChunkAbstract.ChunkCellID
Method required by Comparable
constructGrid2DSquareCellDouble(GridStatisticsAbstract, File, Grid2DSquareCellDoubleChunkAbstractFactory, int, int) - Method in class uk.ac.leeds.ccg.andyt.grids.exchange.ESRIAsciiGridImporter
Returns a Grid2DSquareCellDouble loaded from this.file
constructGrid2DSquareCellInt(GridStatisticsAbstract, File, Grid2DSquareCellIntChunkAbstractFactory, int, int) - Method in class uk.ac.leeds.ccg.andyt.grids.exchange.ESRIAsciiGridImporter
Returns a Grid2DSquareCellInt loaded from this.file
copyAndSetUpNewLog(File, boolean) - Method in class uk.ac.leeds.ccg.andyt.grids.process.Grid2DSquareCellProcessor
Copies the log
copyFile(File, File) - Static method in class uk.ac.leeds.ccg.andyt.grids.utilities.FileCreator
Attempts to makes a copy of file in copy.
count(Grid2DSquareCellInt, long, long, long, long, int) - Static method in class uk.ac.leeds.ccg.andyt.grids.core.GridStatisticsAbstract
Counts the remaining number of values in grid2DSquareCellInt equal to value from cell given by row p and column q counting in row major order.
count(Grid2DSquareCellDouble, long, long, long, long, double) - Static method in class uk.ac.leeds.ccg.andyt.grids.core.GridStatisticsAbstract
Counts the remaining number of values in grid2DSquareCellDouble equal to value from cell given by row p and column q counting in row major order.
createGrid2DSquareCellDouble(long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns an Grid2DSquareCellDouble with all values as noDataValues.
createGrid2DSquareCellDouble(int, int, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns an Grid2DSquareCellDouble with all values as noDataValues.
createGrid2DSquareCellDouble(int, int, long, long, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns an Grid2DSquareCellDouble with all values as noDataValues.
createGrid2DSquareCellDouble(long, long, BigDecimal[]) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns an Grid2DSquareCellDouble with all cell vallue equal to noDataValue.
createGrid2DSquareCellDouble(long, long, BigDecimal[], double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns an Grid2DSquareCellDouble with all cell vallue equal to noDataValue.
createGrid2DSquareCellDouble(int, int, long, long, BigDecimal[]) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns an Grid2DSquareCellDouble with all values as noDataValues.
createGrid2DSquareCellDouble(int, int, long, long, BigDecimal[], double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns an Grid2DSquareCellDouble with all values as noDataValues.
createGrid2DSquareCellDouble(File, int, int, long, long, BigDecimal[], double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble grid with all values as noDataValues.
createGrid2DSquareCellDouble(File, Grid2DSquareCellDoubleChunkAbstractFactory, int, int, long, long, BigDecimal[], double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble grid with all values as noDataValues.
createGrid2DSquareCellDouble(GridStatisticsAbstract, File, Grid2DSquareCellDoubleChunkAbstractFactory, int, int, long, long, BigDecimal[], double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble grid with all values as noDataValues.
createGrid2DSquareCellDouble(Grid2DSquareCellAbstract) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
createGrid2DSquareCellDouble(Grid2DSquareCellAbstract, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
createGrid2DSquareCellDouble(File, Grid2DSquareCellAbstract, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
createGrid2DSquareCellDouble(File, Grid2DSquareCellAbstract, Grid2DSquareCellDoubleChunkAbstractFactory, int, int, long, long, long, long, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
createGrid2DSquareCellDouble(GridStatisticsAbstract, File, Grid2DSquareCellAbstract, Grid2DSquareCellDoubleChunkAbstractFactory, int, int, long, long, long, long, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with all values taken from grid2DSquareCell.
createGrid2DSquareCellDouble(File) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
createGrid2DSquareCellDouble(File, File, long, long, long, long, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
createGrid2DSquareCellDouble(File, File, Grid2DSquareCellDoubleChunkAbstractFactory, long, long, long, long, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
createGrid2DSquareCellDouble(File, File, Grid2DSquareCellDoubleChunkAbstractFactory, int, int, long, long, long, long, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
createGrid2DSquareCellDouble(GridStatisticsAbstract, File, File, Grid2DSquareCellDoubleChunkAbstractFactory, int, int, long, long, long, long, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
Returns a new Grid2DSquareCellDouble with values obtained from gridFile.
createGrid2DSquareCellDouble(File, File, ObjectInputStream) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory
 
createGrid2DSquareCellDoubleChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunk64CellMapFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunk64CellMapFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunk64CellMapFactory
 
createGrid2DSquareCellDoubleChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkAbstractFactory
For creating a new default Grid2DSquareCellDoubleChunkAbstract.
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkAbstractFactory
For creating a new Grid2DSquareCellDoubleChunkAbstract containing all noDataValues that is linked to grid2DSquareCellDouble via chunkID.
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkAbstractFactory
Creates a new Grid2DSquareCellDoubleChunkAbstract with values taken from grid2DSquareCellDoubleChunkAbstract.
createGrid2DSquareCellDoubleChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkArrayFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkArrayFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkArrayFactory
 
createGrid2DSquareCellDoubleChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkJAIFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkJAIFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkJAIFactory
 
createGrid2DSquareCellDoubleChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkMapFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkMapFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkMapFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract, Grid2DSquareCellAbstract.ChunkID, double) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkMapFactory
 
createGrid2DSquareCellDoubleChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkRAFFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDouble, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkRAFFactory
 
createGrid2DSquareCellDoubleChunk(Grid2DSquareCellDoubleChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleChunkRAFFactory
 
createGrid2DSquareCellInt(long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns an Grid2DSquareCellInt with all values as noDataValues.
createGrid2DSquareCellInt(int, int, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns an Grid2DSquareCellInt with all values as noDataValues.
createGrid2DSquareCellInt(long, long, BigDecimal[]) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns an Grid2DSquareCellInt with all values as noDataValues.
createGrid2DSquareCellInt(int, int, long, long, BigDecimal[]) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns an Grid2DSquareCellInt with all values as noDataValues.
createGrid2DSquareCellInt(File, int, int, long, long, BigDecimal[]) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt grid with all values as noDataValues.
createGrid2DSquareCellInt(File, Grid2DSquareCellIntChunkAbstractFactory, int, int, long, long, BigDecimal[]) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt grid with all values as noDataValues.
createGrid2DSquareCellInt(GridStatisticsAbstract, File, Grid2DSquareCellIntChunkAbstractFactory, int, int, long, long, BigDecimal[]) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt grid with all values as noDataValues.
createGrid2DSquareCellInt(Grid2DSquareCellAbstract) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with all values as int values from grid2DSquareCell.
createGrid2DSquareCellInt(Grid2DSquareCellAbstract, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
createGrid2DSquareCellInt(File, Grid2DSquareCellAbstract, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
createGrid2DSquareCellInt(File, Grid2DSquareCellAbstract, Grid2DSquareCellIntChunkAbstractFactory, int, int, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
createGrid2DSquareCellInt(GridStatisticsAbstract, File, Grid2DSquareCellAbstract, Grid2DSquareCellIntChunkAbstractFactory, int, int, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with values obtained from grid2DSquareCell.
createGrid2DSquareCellInt(File) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with values obtained from gridFile.
createGrid2DSquareCellInt(File, File, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with values obtained from gridFile.
createGrid2DSquareCellInt(File, File, Grid2DSquareCellIntChunkAbstractFactory, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with values obtained from gridFile.
createGrid2DSquareCellInt(File, File, Grid2DSquareCellIntChunkAbstractFactory, int, int, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with values obtained from gridFile.
createGrid2DSquareCellInt(GridStatisticsAbstract, File, File, Grid2DSquareCellIntChunkAbstractFactory, int, int, long, long, long, long) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
Returns a new Grid2DSquareCellInt with values obtained from gridFile.
createGrid2DSquareCellInt(File, File, ObjectInputStream) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntFactory
 
createGrid2DSquareCellIntChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunk64CellMapFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunk64CellMapFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunk64CellMapFactory
 
createGrid2DSquareCellIntChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkAbstractFactory
For creating a new default Grid2DSquareCellIntChunkAbstract.
createGrid2DSquareCellIntChunk(Grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkAbstractFactory
Creates a new Grid2DSquareCellIntChunkAbstract containing all noDataValues that is linked to grid2DSquareCellInt via chunkID.
createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkAbstractFactory
Creates a new Grid2DSquareCellIntChunkAbstract with values taken from grid2DSquareCellIntChunk.
createGrid2DSquareCellIntChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkArrayFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkArrayFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkArrayFactory
 
createGrid2DSquareCellIntChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkJAIFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkJAIFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkJAIFactory
 
createGrid2DSquareCellIntChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkMapFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkMapFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkMapFactory
 
createGrid2DSquareCellIntChunk() - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkRAFFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellInt, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkRAFFactory
 
createGrid2DSquareCellIntChunk(Grid2DSquareCellIntChunkAbstract, Grid2DSquareCellAbstract.ChunkID) - Method in class uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellIntChunkRAFFactory
 
createNewFile() - Static method in class uk.ac.leeds.ccg.andyt.grids.utilities.FileCreator
Returns a newly created file.
createNewFile(File) - Static method in class uk.ac.leeds.ccg.andyt.grids.utilities.FileCreator
Returns a newly created File.
createNewFile(File, String, String) - Static method in class uk.ac.leeds.ccg.andyt.grids.utilities.FileCreator
Returns a newly created File.
createNewFile(File, String) - Static method in class uk.ac.leeds.ccg.andyt.grids.utilities.FileCreator
Returns a newly created File which is a file if the filename.
createTempFile() - Static method in class uk.ac.leeds.ccg.andyt.grids.utilities.FileCreator
Returns a newly created temporary file.
createTempFile(File) - Static method in class uk.ac.leeds.ccg.andyt.grids.utilities.FileCreator
Returns a newly created temporary file.
createTempFile(File, String, String) - Static method in class uk.ac.leeds.ccg.andyt.grids.utilities.FileCreator
Returns a newly created temporary file.

A C D E F G H I K L M N P R S T U W X