Package org.gvsig.basicformats
Interface HDRFile
- All Superinterfaces:
FormatFile
- All Known Implementing Classes:
DefaultHDRFile
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintintintintintorg.gvsig.fmap.geom.primitive.EnvelopeintintgetNbits()intgetNcols()doubleintgetNrows()intintdoubledoubledoublegetXdim()doubledoublegetYdim()doublebooleanisValid()voidsetByteOrder(ByteOrder order) voidsetComments(String comments) voidsetDataType(int dataType) voidsetDimensions(int nrows, int ncols, org.gvsig.fmap.geom.primitive.Envelope envelope) voidsetNBands(int nbands) Methods inherited from interface org.gvsig.basicformats.FormatFile
getFile, getFile, read, write, writeQuietly
-
Field Details
-
FILE_EXTENSION
- See Also:
-
LAYOUT_BIL
- See Also:
-
LAYOUT_BIP
- See Also:
-
LAYOUT_BSQ
- See Also:
-
NONE
static final int NONE- See Also:
-
-
Method Details
-
getEnvelope
org.gvsig.fmap.geom.primitive.Envelope getEnvelope() -
getDataType
int getDataType() -
getBandgapbytes
int getBandgapbytes()- Returns:
- the bandgapbytes
-
getBandrowbytes
int getBandrowbytes()- Returns:
- the bandrowbytes
-
getByteorder
ByteOrder getByteorder()- Returns:
- the byteorder
-
getComments
String getComments()- Returns:
- the comments
-
getLayout
String getLayout()- Returns:
- the layout
-
getNbands
int getNbands()- Returns:
- the nbands
-
getNbits
int getNbits()- Returns:
- the nbits
-
getNcols
int getNcols()- Returns:
- the ncols
-
getNrows
int getNrows()- Returns:
- the nrows
-
getSkipbytes
int getSkipbytes()- Returns:
- the skipbytes
-
getTotalrowbytes
int getTotalrowbytes()- Returns:
- the totalrowbytes
-
getUlxmax
double getUlxmax()- Returns:
- the ulxmax
-
getUlymax
double getUlymax()- Returns:
- the ulymax
-
getXdim
double getXdim()- Returns:
- the xdim
-
getYdim
double getYdim()- Returns:
- the ydim
-
isValid
boolean isValid()- Returns:
- the isValid
-
setComments
- Parameters:
comments- the comments to set
-
getBandSize
int getBandSize() -
getCellsize
int getCellsize()- Returns:
- the cellsize
-
getNodata_value
double getNodata_value()- Returns:
- the nodata_value
-
getXllcorner
double getXllcorner()- Returns:
- the xllcorner
-
getYllcorner
double getYllcorner()- Returns:
- the yllcorner
-
setDataType
void setDataType(int dataType) -
setDimensions
void setDimensions(int nrows, int ncols, org.gvsig.fmap.geom.primitive.Envelope envelope) -
setNBands
void setNBands(int nbands) -
setByteOrder
-