ursaConnection
is a list. The most of names have a relation to specification of ENVI Header Files. Items:
driverCharacter. Keyword of supported image formats. Allowed "ENVI" or "GDAL".
samplesInteger. Number of image columns (samples)
linesInteger. Number of image rows (lines)
bandsInteger. Number of image bands (channels, layers)
datatypeInteger. Keyword for data type (4 - 32-bit floating point, 2 - 16-bit signed integer, etc)
interleaveCharacter "bsq"
, "bil"
, "bip"
. Data interleave - streams of bytes in storage.
byteorderInteger, 0 or 1. The order of bytes. byteorder=0
less significant byte first, byteorder=1
most significant byte first
endianCharacter. See \dQuote{endian}
argument in readBin
and writeBin
swapInteger 0 or 1. Passed to C-funcions fread
and fwrite
signedLogical. Derived from $datatype
offsetInteger. Header offset in binary file. Default is 0.
wktLogical. In ENVI Header files wkt=TRUE
forced to use “coordinate system string” field instead of “projection info” field
nodataNumeric. Replacement NA
values in the storage.
modeCharacter. storage.mode
of data
sizeofInteger, positive. Size in bytes for stored values. Extracted from $datatype
indexCInteger vector. Sample indices in spatial cropping.
indexRInteger vector. Line indices in spatial cropping.
indexZInteger vector. Band indices
posCInteger vector. Sample indices in partial reading.
posRInteger vector. Line indices in partial reading.
posZInteger vector. Band indices in spatial crottping or partial reading.
fnameCharacter. File name. If driver=ENVI
, then full path for ENVI binary file.
connectionCharacter. See connections
compressSigned integer. 0L
no compressing, -1L
comressed file plus decompressed file,-2L
decompressed file, 1L
- file will be compressed.
seekLogical. Does connection support seek
?
handleconnections
in fact