|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractGrid2DSquareCellDoubleChunkFactory | |
---|---|
uk.ac.leeds.ccg.andyt.grids.core | |
uk.ac.leeds.ccg.andyt.grids.exchange | |
uk.ac.leeds.ccg.andyt.grids.process |
Uses of AbstractGrid2DSquareCellDoubleChunkFactory in uk.ac.leeds.ccg.andyt.grids.core |
---|
Subclasses of AbstractGrid2DSquareCellDoubleChunkFactory in uk.ac.leeds.ccg.andyt.grids.core | |
---|---|
class |
Grid2DSquareCellDoubleChunk64CellMapFactory
A factory for constructing Grid2DSquareCellDoubleChunk64CellMap instances. |
class |
Grid2DSquareCellDoubleChunkArrayFactory
A factory for constructing Grid2DSquareCellDoubleChunkArray instances. |
class |
Grid2DSquareCellDoubleChunkJAIFactory
A factory for constructing Grid2DSquareCellDoubleChunkJAI instances. |
class |
Grid2DSquareCellDoubleChunkMapFactory
A factory for constructing Grid2DSquareCellDoubleChunkMap instances. |
class |
Grid2DSquareCellDoubleChunkRAFFactory
A factory for constructing Grid2DSquareCellDoubleChunkRAF instances. |
Fields in uk.ac.leeds.ccg.andyt.grids.core declared as AbstractGrid2DSquareCellDoubleChunkFactory | |
---|---|
protected AbstractGrid2DSquareCellDoubleChunkFactory |
Grid2DSquareCellDoubleFactory._Grid2DSquareCellDoubleChunkFactory
The Grid2DSquareCellChunkAbstractFactory for creating chunks. |
Methods in uk.ac.leeds.ccg.andyt.grids.core that return AbstractGrid2DSquareCellDoubleChunkFactory | |
---|---|
AbstractGrid2DSquareCellDoubleChunkFactory |
Grid2DSquareCellDoubleFactory.getGrid2DSquareCellDoubleChunkFactory()
Returns a reference to this._Grid2DSquareCellDoubleChunkFactory. |
Methods in uk.ac.leeds.ccg.andyt.grids.core with parameters of type AbstractGrid2DSquareCellDoubleChunkFactory | |
---|---|
Grid2DSquareCellDouble |
Grid2DSquareCellDoubleFactory.create(AbstractGridStatistics _GridStatistics,
java.io.File _Directory,
AbstractGrid2DSquareCell _Grid2DSquareCell,
AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
java.util.HashSet _Grid2DSquareCells,
boolean _HandleOutOfMemoryError)
Returns a new Grid2DSquareCellDouble with all values taken from _Grid2DSquareCell. |
Grid2DSquareCellDouble |
Grid2DSquareCellDoubleFactory.create(AbstractGridStatistics _GridStatistics,
java.io.File _Directory,
AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory,
long _NRows,
long _NCols,
java.math.BigDecimal[] _Dimensions,
java.util.HashSet _Grid2DSquareCells,
boolean _HandleOutOfMemoryError)
Returns a new Grid2DSquareCellDouble grid with all values as NoDataValues. |
Grid2DSquareCellDouble |
Grid2DSquareCellDoubleFactory.create(AbstractGridStatistics _GridStatistics,
java.io.File _Directory,
java.io.File gridFile,
AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
java.util.HashSet _Grid2DSquareCells,
boolean _HandleOutOfMemoryError)
Returns a new Grid2DSquareCellDouble with values obtained from gridFile. |
void |
Grid2DSquareCellDoubleFactory.setGrid2DSquareCellDoubleChunkFactory(AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory)
Sets this._Grid2DSquareCellDoubleChunkFactory to _Grid2DSquareCellDoubleChunkFactory. |
Constructors in uk.ac.leeds.ccg.andyt.grids.core with parameters of type AbstractGrid2DSquareCellDoubleChunkFactory | |
---|---|
Grid2DSquareCellDouble(AbstractGridStatistics _GridStatistics,
java.io.File _Directory,
AbstractGrid2DSquareCell _Grid2DSquareCell,
AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory,
int _ChunkNRows,
int _ChunkNCols,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
double _NoDataValue,
java.util.HashSet _Grid2DSquareCells,
boolean _HandleOutOfMemoryError)
Creates a new Grid2DSquareCellDouble based on values in _Grid2DSquareCell. |
|
Grid2DSquareCellDouble(AbstractGridStatistics _GridStatistics,
java.io.File _Directory,
AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory,
int _ChunkNRows,
int _ChunkNCols,
long _NRows,
long _NCols,
java.math.BigDecimal[] _Dimensions,
double _NoDataValue,
java.util.HashSet _Grid2DSquareCells,
boolean _HandleOutOfMemoryError)
Creates a new Grid2DSquareCellDouble with each cell value equal to _NoDataValue and all chunks of the same type. |
|
Grid2DSquareCellDouble(AbstractGridStatistics _GridStatistics,
java.io.File _Directory,
java.io.File gridFile,
AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory,
int _ChunkNRows,
int _ChunkNCols,
long startRowIndex,
long startColIndex,
long endRowIndex,
long endColIndex,
double _NoDataValue,
java.util.HashSet _Grid2DSquareCells,
boolean _HandleOutOfMemoryError)
Creates a new Grid2DSquareCellDouble with values obtained from gridFile. |
|
Grid2DSquareCellDoubleFactory(java.io.File _Directory,
int _ChunkNRows,
int _ChunkNCols,
AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory,
double _NoDataValue,
java.util.HashSet _Grid2DSquareCells,
boolean _HandleOutOfMemoryError)
Creates a new Grid2DSquareCellDoubleFactory. |
|
Grid2DSquareCellDoubleFactory(java.io.File _Directory,
int _ChunkNRows,
int _ChunkNCols,
AbstractGrid2DSquareCellDoubleChunkFactory _Grid2DSquareCellDoubleChunkFactory,
java.util.HashSet _Grid2DSquareCells,
boolean _HandleOutOfMemoryError)
Creates a new Grid2DSquareCellDoubleFactory. |
Uses of AbstractGrid2DSquareCellDoubleChunkFactory in uk.ac.leeds.ccg.andyt.grids.exchange |
---|
Methods in uk.ac.leeds.ccg.andyt.grids.exchange with parameters of type AbstractGrid2DSquareCellDoubleChunkFactory | |
---|---|
protected Grid2DSquareCellDouble |
ESRIAsciiGridImporter._ConstructGrid2DSquareCellDouble_Protected(AbstractGridStatistics gridStatistics,
java.io.File outputDirectory,
AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory,
int chunkNrows,
int chunkNcols,
boolean _HandleOutOfMemoryError)
Returns a Grid2DSquareCellDouble loaded from this.file |
Grid2DSquareCellDouble |
ESRIAsciiGridImporter._ConstructGrid2DSquareCellDouble(AbstractGridStatistics gridStatistics,
java.io.File outputDirectory,
AbstractGrid2DSquareCellDoubleChunkFactory grid2DSquareCellDoubleChunkFactory,
int chunkNrows,
int chunkNcols,
boolean _HandleOutOfMemoryError)
|
Uses of AbstractGrid2DSquareCellDoubleChunkFactory in uk.ac.leeds.ccg.andyt.grids.process |
---|
Fields in uk.ac.leeds.ccg.andyt.grids.process declared as AbstractGrid2DSquareCellDoubleChunkFactory | |
---|---|
AbstractGrid2DSquareCellDoubleChunkFactory |
Grid2DSquareCellProcessor._Grid2DSquareCellDoubleChunkFactory
Default AbstractGrid2DSquareCellDoubleChunkFactory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |