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() |
org.gvsig.fmap.geom.primitive.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,
org.gvsig.fmap.geom.primitive.Envelope envelope) |
void |
setNBands(int nbands) |
getFile, getFile, read, write, writeQuietlystatic 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
int getBandgapbytes()
int getBandrowbytes()
int getBandSize()
java.nio.ByteOrder getByteorder()
int getCellsize()
java.lang.String getComments()
int getDataType()
org.gvsig.fmap.geom.primitive.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)
comments - the comments to setvoid setDataType(int dataType)
void setDimensions(int nrows,
int ncols,
org.gvsig.fmap.geom.primitive.Envelope envelope)
void setNBands(int nbands)
Copyright © 2025 gvSIG Association. All rights reserved.