Class GridFloat
java.lang.Object
org.openjump.core.rasterimage.GridFloat
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongdoublefloat[]doubledoubledoubleintgetnCols()doubleintgetnRows()booleandoubledoubledoublebooleanbooleanisSpatiallyEqualTo(GridFloat gridFloat2) doublereadCellVal(Integer col, Integer row) voidvoidsetByteOrder(ByteOrder byteOrder) voidsetCellSize(double cellSize) voidsetFltFullFileName(String fltFullFileName) voidsetnCols(int nCols) voidsetNoData(double noData) voidsetnRows(int nRows) voidsetOrigCorner(boolean origCorner) voidvoidsetXllCorner(double xllCorner) voidsetYllCorner(double yllCorner) voidvoidwriteHdr()
-
Field Details
-
LSBFIRST
- See Also:
-
MSBFIRST
- See Also:
-
-
Constructor Details
-
GridFloat
- Throws:
IOException
-
GridFloat
-
GridFloat
-
-
Method Details
-
writeHdr
- Throws:
IOException
-
readGrid
- Throws:
FileNotFoundExceptionIOException
-
writeGrid
- Throws:
IOException
-
setFltFullFileName
-
isSpatiallyEqualTo
-
getBufferedImage
-
readCellVal
- Throws:
FileNotFoundExceptionIOException
-
getnCols
public int getnCols() -
setnCols
public void setnCols(int nCols) -
getnRows
public int getnRows() -
setnRows
public void setnRows(int nRows) -
getXllCorner
public double getXllCorner() -
setXllCorner
public void setXllCorner(double xllCorner) -
getYllCorner
public double getYllCorner() -
setYllCorner
public void setYllCorner(double yllCorner) -
getOrigCorner
public boolean getOrigCorner() -
setOrigCorner
public void setOrigCorner(boolean origCorner) -
getCellSize
public double getCellSize() -
setCellSize
public void setCellSize(double cellSize) -
getNoData
public double getNoData() -
setNoData
public void setNoData(double noData) -
getByteOrder
-
setByteOrder
-
getRaster
-
setRas
-
getMinVal
public double getMinVal() -
getMaxVal
public double getMaxVal() -
getMeanVal
public double getMeanVal() -
getStDevVal
public double getStDevVal() -
getCellCount
public long getCellCount() -
isInteger
public boolean isInteger() -
getFloatArray
public float[] getFloatArray()
-