Ticket #2167: hfadataset_option_patch.cpp

File hfadataset_option_patch.cpp, 0.9 kB (added by gillins, 4 months ago)

Patch to hfadataset.cpp to add missing creation option to metadata

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