Changeset 13584

Show
Ignore:
Timestamp:
01/23/08 21:20:53 (4 months ago)
Author:
warmerdam
Message:

add missing creation options, fix doc to refer to COMPRESSED instead of COMPRESS (#2167)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/hfa/frmt_hfa.html

    r11844 r13584  
    4040<li> <b>SPILL_FILE=YES</b>: Force the generation of a spill file 
    4141(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> 
    4343<li> <b>NBITS=1/2/4</b>: Create file with special sub-byte data types.<p> 
    4444<li> <b>PIXELTYPE=[DEFAULT/SIGNEDBYTE]</b>: By setting this to SIGNEDBYTE, a  
  • trunk/gdal/frmts/hfa/hfadataset.cpp

    r13500 r13584  
    33773377"   <Option name='USE_SPILL' type='boolean' description='Force use of spill file'/>" 
    33783378"   <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)'/>" 
    33793383"</CreationOptionList>" ); 
    33803384