binaryRasterFormat

binaryRasterFormat(rowColumnOrientation = NULL, multiBand = NULL,
  nbits = NULL, byteorder = NULL, skipbytes = NULL,
  bandrowbytes = NULL, totalrowbytes = NULL, bandgapbytes = NULL)

Arguments

rowColumnOrientation

Orientation for reading rows and columns. See rowColumnOrientation()

multiBand

Multiple band image information. See multiBand()

nbits

The number of bits per pixel per band. See nbits()

byteorder

The byte order in which values are stored. See byteorder()

skipbytes

The number of bytes of data in the image file to skip in order to reach the start of the image data. See skipbytes()

bandrowbytes

The number of bytes per band per row. See bandrowbytes()

totalrowbytes

The total number of bytes of data per row. See totalrowbytes()

bandgapbytes

The number of bytes between bands in a BSQ format image. See bandgapbytes()

Value

a binaryRasterFormat list object