*** hfadataset_old.cpp	Sat Dec 15 15:11:11 2007
--- hfadataset_options.cpp	Thu Jan 24 09:03:12 2008
***************
*** 3375,3378 ****
--- 3375,3383 ----
  "   <Option name='USE_SPILL' type='boolean' description='Force use of spill file'/>"
  "   <Option name='COMPRESSED' type='boolean' description='compress blocks, default NO'/>"
+ "   <Option name='COMPRESS' type='boolean' description='compress blocks, default NO'/>"
+ "   <Option name='IGNOREUTM' type='boolean' description='Ignore UTM when selecting coordinate system - will use Transverse Mercator, default NO'/>"
+ "   <Option name='NBITS' type='integer' description='Create file with special sub-byte data type (1/2/4)'/>"
+ "   <Option name='PIXELTYPE' type='string' description='By setting this to SIGNEDBYTE, a new Byte file can be forced to be written as signed byte'/>"
+ "   <Option name='AUX' type='boolean' description='Create an .aux file'/>"
  "</CreationOptionList>" );
  

