Changeset 13585

Show
Ignore:
Timestamp:
01/23/08 21:25:47 (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
  • branches/1.5/gdal/frmts/hfa/frmt_hfa.html

    r11844 r13585  
    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  
  • branches/1.5/gdal/frmts/hfa/hfadataset.cpp

    r13343 r13585  
    33753375"   <Option name='USE_SPILL' type='boolean' description='Force use of spill file'/>" 
    33763376"   <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)'/>" 
    33773381"</CreationOptionList>" ); 
    33783382