public interface HDRFile extends FormatFile
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILE_EXTENSION |
static java.lang.String |
LAYOUT_BIL |
static java.lang.String |
LAYOUT_BIP |
static java.lang.String |
LAYOUT_BSQ |
static int |
NONE |
Modifier and Type | Method and Description |
---|---|
int |
getBandgapbytes() |
int |
getBandrowbytes() |
int |
getBandSize() |
java.nio.ByteOrder |
getByteorder() |
int |
getCellsize() |
java.lang.String |
getComments() |
int |
getDataType() |
Envelope |
getEnvelope() |
java.lang.String |
getLayout() |
int |
getNbands() |
int |
getNbits() |
int |
getNcols() |
double |
getNodata_value() |
int |
getNrows() |
int |
getSkipbytes() |
int |
getTotalrowbytes() |
double |
getUlxmax() |
double |
getUlymax() |
double |
getXdim() |
double |
getXllcorner() |
double |
getYdim() |
double |
getYllcorner() |
boolean |
isValid() |
void |
setByteOrder(java.nio.ByteOrder order) |
void |
setComments(java.lang.String comments) |
void |
setDataType(int dataType) |
void |
setDimensions(int nrows,
int ncols,
Envelope envelope) |
void |
setNBands(int nbands) |
getFile, getFile, read, write, writeQuietly
static final java.lang.String FILE_EXTENSION
static final java.lang.String LAYOUT_BIL
static final java.lang.String LAYOUT_BIP
static final java.lang.String LAYOUT_BSQ
static final int NONE
Envelope getEnvelope()
int getDataType()
int getBandgapbytes()
int getBandrowbytes()
java.nio.ByteOrder getByteorder()
java.lang.String getComments()
java.lang.String getLayout()
int getNbands()
int getNbits()
int getNcols()
int getNrows()
int getSkipbytes()
int getTotalrowbytes()
double getUlxmax()
double getUlymax()
double getXdim()
double getYdim()
boolean isValid()
void setComments(java.lang.String comments)
comments
- the comments to setint getBandSize()
int getCellsize()
double getNodata_value()
double getXllcorner()
double getYllcorner()
void setDataType(int dataType)
void setDimensions(int nrows, int ncols, Envelope envelope)
void setNBands(int nbands)
void setByteOrder(java.nio.ByteOrder order)