Changeset 13585
- Timestamp:
- 01/23/08 21:25:47 (4 months ago)
- Files:
-
- branches/1.5/gdal/frmts/hfa/frmt_hfa.html (modified) (1 diff)
- branches/1.5/gdal/frmts/hfa/hfadataset.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/gdal/frmts/hfa/frmt_hfa.html
r11844 r13585 40 40 <li> <b>SPILL_FILE=YES</b>: Force the generation of a spill file 41 41 (by default spill file created for images larger 2GiB only).<p> 42 <li> <b>COMPRESS =YES</b>: Create file as compressed. Use of spill file disables compression.<p>42 <li> <b>COMPRESSED=YES</b>: Create file as compressed. Use of spill file disables compression.<p> 43 43 <li> <b>NBITS=1/2/4</b>: Create file with special sub-byte data types.<p> 44 44 <li> <b>PIXELTYPE=[DEFAULT/SIGNEDBYTE]</b>: By setting this to SIGNEDBYTE, a branches/1.5/gdal/frmts/hfa/hfadataset.cpp
r13343 r13585 3375 3375 " <Option name='USE_SPILL' type='boolean' description='Force use of spill file'/>" 3376 3376 " <Option name='COMPRESSED' type='boolean' description='compress blocks, default NO'/>" 3377 " <Option name='PIXELTYPE' type='string' description='By setting this to SIGNEDBYTE, a new Byte file can be forced to be written as signed byte'/>" 3378 " <Option name='AUX' type='boolean' description='Create an .aux file'/>" 3379 " <Option name='IGNOREUTM' type='boolean' description='Ignore UTM when selecting coordinate system - will use Transverse Mercator, default NO'/>" 3380 " <Option name='NBITS' type='integer' description='Create file with special sub-byte data type (1/2/4)'/>" 3377 3381 "</CreationOptionList>" ); 3378 3382
