Interface HDRFile

All Superinterfaces:
FormatFile
All Known Implementing Classes:
DefaultHDRFile

public interface HDRFile extends FormatFile
  • Field Details

  • 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

      void setComments(String comments)
      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

      void setByteOrder(ByteOrder order)