Changeset 13584
- Timestamp:
- 01/23/08 21:20:53 (4 months ago)
- Files:
-
- trunk/gdal/frmts/hfa/frmt_hfa.html (modified) (1 diff)
- trunk/gdal/frmts/hfa/hfadataset.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/frmts/hfa/frmt_hfa.html
r11844 r13584 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 trunk/gdal/frmts/hfa/hfadataset.cpp
r13500 r13584 3377 3377 " <Option name='USE_SPILL' type='boolean' description='Force use of spill file'/>" 3378 3378 " <Option name='COMPRESSED' type='boolean' description='compress blocks, default NO'/>" 3379 " <Option name='PIXELTYPE' type='string' description='By setting this to SIGNEDBYTE, a new Byte file can be forced to be written as signed byte'/>" 3380 " <Option name='AUX' type='boolean' description='Create an .aux file'/>" 3381 " <Option name='IGNOREUTM' type='boolean' description='Ignore UTM when selecting coordinate system - will use Transverse Mercator, default NO'/>" 3382 " <Option name='NBITS' type='integer' description='Create file with special sub-byte data type (1/2/4)'/>" 3379 3383 "</CreationOptionList>" ); 3380 3384
