|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.leeds.ccg.andyt.grids.exchange.ESRIAsciiGridExporter
public class ESRIAsciiGridExporter
Class for exporting ESRI Asciigrid.
| Constructor Summary | |
|---|---|
ESRIAsciiGridExporter()
Creates a new instance of ESRIAsciiGridExporter |
|
| Method Summary | |
|---|---|
protected java.io.File |
toAsciiFile(AbstractGrid2DSquareCell grid2DSquareCell)
Writes grid2DSquareCell out to file in ESRI Asciigrid format and returns a the File to which it was written. |
java.io.File |
toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
boolean _HandleOutOfMemoryError)
Writes _Grid2DSquareCell out to file in ESRI Asciigrid format and returns a the File to which it was written. |
protected java.io.File |
toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file)
Writes _Grid2DSquareCell out to file in ESRI Asciigrid format and returns file. |
protected java.io.File |
toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file,
java.math.BigDecimal noDataValueBigDecimal)
Writes _Grid2DSquareCell out to file in ESRI Asciigrid format and returns file. |
java.io.File |
toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file,
java.math.BigDecimal noDataValueBigDecimal,
boolean _HandleOutOfMemoryError)
Writes _Grid2DSquareCell out to file in ESRI Asciigrid format and returns file. |
java.io.File |
toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file,
boolean _HandleOutOfMemoryError)
Writes _Grid2DSquareCell out to file in ESRI Asciigrid format and returns file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ESRIAsciiGridExporter()
| Method Detail |
|---|
public java.io.File toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
boolean _HandleOutOfMemoryError)
_Grid2DSquareCell - TheAbstractGrid2DSquareCelll for export._HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are initiated,
then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.protected java.io.File toAsciiFile(AbstractGrid2DSquareCell grid2DSquareCell)
grid2DSquareCell - TheAbstractGrid2DSquareCelll for export.
public java.io.File toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file,
boolean _HandleOutOfMemoryError)
_Grid2DSquareCell - TheAbstractGrid2DSquareCelll for export.file - The File to export to._HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are initiated,
then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.
protected java.io.File toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file)
_Grid2DSquareCell - TheAbstractGrid2DSquareCelll for export.file - The File to export to.
public java.io.File toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file,
java.math.BigDecimal noDataValueBigDecimal,
boolean _HandleOutOfMemoryError)
_Grid2DSquareCell - TheAbstractGrid2DSquareCelll for export.file - The File to export to.noDataValueBigDecimal - The value to be used or substituted as a
noDataValue for _Grid2DSquareCell._HandleOutOfMemoryError - If true then OutOfMemoryErrors are caught, swap operations are initiated,
then the method is re-called.
If false then OutOfMemoryErrors are caught and thrown.
protected java.io.File toAsciiFile(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file,
java.math.BigDecimal noDataValueBigDecimal)
_Grid2DSquareCell - TheAbstractGrid2DSquareCelll for export.file - The File to export to.noDataValueBigDecimal - The value to be used or substituted as a
noDataValue for _Grid2DSquareCell.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||