1
2
3
4
5
6
7
8
9
10
11 from sys import version_info
12 if version_info >= (2, 6, 0):
14 from os.path import dirname
15 import imp
16 fp = None
17 try:
18 fp, pathname, description = imp.find_module('_gdalconst', [dirname(__file__)])
19 except ImportError:
20 import _gdalconst
21 return _gdalconst
22 if fp is not None:
23 try:
24 _mod = imp.load_module('_gdalconst', fp, pathname, description)
25 finally:
26 fp.close()
27 return _mod
28 _gdalconst = swig_import_helper()
29 del swig_import_helper
30 else:
31 import _gdalconst
32 del version_info
33 try:
34 _swig_property = property
35 except NameError:
36 pass
37
38
40 if (name == "thisown"):
41 return self.this.own(value)
42 if (name == "this"):
43 if type(value).__name__ == 'SwigPyObject':
44 self.__dict__[name] = value
45 return
46 method = class_type.__swig_setmethods__.get(name, None)
47 if method:
48 return method(self, value)
49 if (not static):
50 if _newclass:
51 object.__setattr__(self, name, value)
52 else:
53 self.__dict__[name] = value
54 else:
55 raise AttributeError("You cannot add attributes to %s" % self)
56
57
60
61
63 if (name == "thisown"):
64 return self.this.own()
65 method = class_type.__swig_getmethods__.get(name, None)
66 if method:
67 return method(self)
68 if (not static):
69 return object.__getattr__(self, name)
70 else:
71 raise AttributeError(name)
72
75
76
78 try:
79 strthis = "proxy of " + self.this.__repr__()
80 except Exception:
81 strthis = ""
82 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
83
84 try:
85 _object = object
86 _newclass = 1
87 except AttributeError:
90 _newclass = 0
91
92
93
94 _gdalconst.GDT_Unknown_swigconstant(_gdalconst)
95 GDT_Unknown = _gdalconst.GDT_Unknown
96
97 _gdalconst.GDT_Byte_swigconstant(_gdalconst)
98 GDT_Byte = _gdalconst.GDT_Byte
99
100 _gdalconst.GDT_UInt16_swigconstant(_gdalconst)
101 GDT_UInt16 = _gdalconst.GDT_UInt16
102
103 _gdalconst.GDT_Int16_swigconstant(_gdalconst)
104 GDT_Int16 = _gdalconst.GDT_Int16
105
106 _gdalconst.GDT_UInt32_swigconstant(_gdalconst)
107 GDT_UInt32 = _gdalconst.GDT_UInt32
108
109 _gdalconst.GDT_Int32_swigconstant(_gdalconst)
110 GDT_Int32 = _gdalconst.GDT_Int32
111
112 _gdalconst.GDT_Float32_swigconstant(_gdalconst)
113 GDT_Float32 = _gdalconst.GDT_Float32
114
115 _gdalconst.GDT_Float64_swigconstant(_gdalconst)
116 GDT_Float64 = _gdalconst.GDT_Float64
117
118 _gdalconst.GDT_CInt16_swigconstant(_gdalconst)
119 GDT_CInt16 = _gdalconst.GDT_CInt16
120
121 _gdalconst.GDT_CInt32_swigconstant(_gdalconst)
122 GDT_CInt32 = _gdalconst.GDT_CInt32
123
124 _gdalconst.GDT_CFloat32_swigconstant(_gdalconst)
125 GDT_CFloat32 = _gdalconst.GDT_CFloat32
126
127 _gdalconst.GDT_CFloat64_swigconstant(_gdalconst)
128 GDT_CFloat64 = _gdalconst.GDT_CFloat64
129
130 _gdalconst.GDT_TypeCount_swigconstant(_gdalconst)
131 GDT_TypeCount = _gdalconst.GDT_TypeCount
132
133 _gdalconst.GA_ReadOnly_swigconstant(_gdalconst)
134 GA_ReadOnly = _gdalconst.GA_ReadOnly
135
136 _gdalconst.GA_Update_swigconstant(_gdalconst)
137 GA_Update = _gdalconst.GA_Update
138
139 _gdalconst.GF_Read_swigconstant(_gdalconst)
140 GF_Read = _gdalconst.GF_Read
141
142 _gdalconst.GF_Write_swigconstant(_gdalconst)
143 GF_Write = _gdalconst.GF_Write
144
145 _gdalconst.GRIORA_NearestNeighbour_swigconstant(_gdalconst)
146 GRIORA_NearestNeighbour = _gdalconst.GRIORA_NearestNeighbour
147
148 _gdalconst.GRIORA_Bilinear_swigconstant(_gdalconst)
149 GRIORA_Bilinear = _gdalconst.GRIORA_Bilinear
150
151 _gdalconst.GRIORA_Cubic_swigconstant(_gdalconst)
152 GRIORA_Cubic = _gdalconst.GRIORA_Cubic
153
154 _gdalconst.GRIORA_CubicSpline_swigconstant(_gdalconst)
155 GRIORA_CubicSpline = _gdalconst.GRIORA_CubicSpline
156
157 _gdalconst.GRIORA_Lanczos_swigconstant(_gdalconst)
158 GRIORA_Lanczos = _gdalconst.GRIORA_Lanczos
159
160 _gdalconst.GRIORA_Average_swigconstant(_gdalconst)
161 GRIORA_Average = _gdalconst.GRIORA_Average
162
163 _gdalconst.GRIORA_Mode_swigconstant(_gdalconst)
164 GRIORA_Mode = _gdalconst.GRIORA_Mode
165
166 _gdalconst.GRIORA_Gauss_swigconstant(_gdalconst)
167 GRIORA_Gauss = _gdalconst.GRIORA_Gauss
168
169 _gdalconst.GCI_Undefined_swigconstant(_gdalconst)
170 GCI_Undefined = _gdalconst.GCI_Undefined
171
172 _gdalconst.GCI_GrayIndex_swigconstant(_gdalconst)
173 GCI_GrayIndex = _gdalconst.GCI_GrayIndex
174
175 _gdalconst.GCI_PaletteIndex_swigconstant(_gdalconst)
176 GCI_PaletteIndex = _gdalconst.GCI_PaletteIndex
177
178 _gdalconst.GCI_RedBand_swigconstant(_gdalconst)
179 GCI_RedBand = _gdalconst.GCI_RedBand
180
181 _gdalconst.GCI_GreenBand_swigconstant(_gdalconst)
182 GCI_GreenBand = _gdalconst.GCI_GreenBand
183
184 _gdalconst.GCI_BlueBand_swigconstant(_gdalconst)
185 GCI_BlueBand = _gdalconst.GCI_BlueBand
186
187 _gdalconst.GCI_AlphaBand_swigconstant(_gdalconst)
188 GCI_AlphaBand = _gdalconst.GCI_AlphaBand
189
190 _gdalconst.GCI_HueBand_swigconstant(_gdalconst)
191 GCI_HueBand = _gdalconst.GCI_HueBand
192
193 _gdalconst.GCI_SaturationBand_swigconstant(_gdalconst)
194 GCI_SaturationBand = _gdalconst.GCI_SaturationBand
195
196 _gdalconst.GCI_LightnessBand_swigconstant(_gdalconst)
197 GCI_LightnessBand = _gdalconst.GCI_LightnessBand
198
199 _gdalconst.GCI_CyanBand_swigconstant(_gdalconst)
200 GCI_CyanBand = _gdalconst.GCI_CyanBand
201
202 _gdalconst.GCI_MagentaBand_swigconstant(_gdalconst)
203 GCI_MagentaBand = _gdalconst.GCI_MagentaBand
204
205 _gdalconst.GCI_YellowBand_swigconstant(_gdalconst)
206 GCI_YellowBand = _gdalconst.GCI_YellowBand
207
208 _gdalconst.GCI_BlackBand_swigconstant(_gdalconst)
209 GCI_BlackBand = _gdalconst.GCI_BlackBand
210
211 _gdalconst.GCI_YCbCr_YBand_swigconstant(_gdalconst)
212 GCI_YCbCr_YBand = _gdalconst.GCI_YCbCr_YBand
213
214 _gdalconst.GCI_YCbCr_CrBand_swigconstant(_gdalconst)
215 GCI_YCbCr_CrBand = _gdalconst.GCI_YCbCr_CrBand
216
217 _gdalconst.GCI_YCbCr_CbBand_swigconstant(_gdalconst)
218 GCI_YCbCr_CbBand = _gdalconst.GCI_YCbCr_CbBand
219
220 _gdalconst.GRA_NearestNeighbour_swigconstant(_gdalconst)
221 GRA_NearestNeighbour = _gdalconst.GRA_NearestNeighbour
222
223 _gdalconst.GRA_Bilinear_swigconstant(_gdalconst)
224 GRA_Bilinear = _gdalconst.GRA_Bilinear
225
226 _gdalconst.GRA_Cubic_swigconstant(_gdalconst)
227 GRA_Cubic = _gdalconst.GRA_Cubic
228
229 _gdalconst.GRA_CubicSpline_swigconstant(_gdalconst)
230 GRA_CubicSpline = _gdalconst.GRA_CubicSpline
231
232 _gdalconst.GRA_Lanczos_swigconstant(_gdalconst)
233 GRA_Lanczos = _gdalconst.GRA_Lanczos
234
235 _gdalconst.GRA_Average_swigconstant(_gdalconst)
236 GRA_Average = _gdalconst.GRA_Average
237
238 _gdalconst.GRA_Mode_swigconstant(_gdalconst)
239 GRA_Mode = _gdalconst.GRA_Mode
240
241 _gdalconst.GRA_Max_swigconstant(_gdalconst)
242 GRA_Max = _gdalconst.GRA_Max
243
244 _gdalconst.GRA_Min_swigconstant(_gdalconst)
245 GRA_Min = _gdalconst.GRA_Min
246
247 _gdalconst.GRA_Med_swigconstant(_gdalconst)
248 GRA_Med = _gdalconst.GRA_Med
249
250 _gdalconst.GRA_Q1_swigconstant(_gdalconst)
251 GRA_Q1 = _gdalconst.GRA_Q1
252
253 _gdalconst.GRA_Q3_swigconstant(_gdalconst)
254 GRA_Q3 = _gdalconst.GRA_Q3
255
256 _gdalconst.GPI_Gray_swigconstant(_gdalconst)
257 GPI_Gray = _gdalconst.GPI_Gray
258
259 _gdalconst.GPI_RGB_swigconstant(_gdalconst)
260 GPI_RGB = _gdalconst.GPI_RGB
261
262 _gdalconst.GPI_CMYK_swigconstant(_gdalconst)
263 GPI_CMYK = _gdalconst.GPI_CMYK
264
265 _gdalconst.GPI_HLS_swigconstant(_gdalconst)
266 GPI_HLS = _gdalconst.GPI_HLS
267
268 _gdalconst.CXT_Element_swigconstant(_gdalconst)
269 CXT_Element = _gdalconst.CXT_Element
270
271 _gdalconst.CXT_Text_swigconstant(_gdalconst)
272 CXT_Text = _gdalconst.CXT_Text
273
274 _gdalconst.CXT_Attribute_swigconstant(_gdalconst)
275 CXT_Attribute = _gdalconst.CXT_Attribute
276
277 _gdalconst.CXT_Comment_swigconstant(_gdalconst)
278 CXT_Comment = _gdalconst.CXT_Comment
279
280 _gdalconst.CXT_Literal_swigconstant(_gdalconst)
281 CXT_Literal = _gdalconst.CXT_Literal
282
283 _gdalconst.CE_None_swigconstant(_gdalconst)
284 CE_None = _gdalconst.CE_None
285
286 _gdalconst.CE_Debug_swigconstant(_gdalconst)
287 CE_Debug = _gdalconst.CE_Debug
288
289 _gdalconst.CE_Warning_swigconstant(_gdalconst)
290 CE_Warning = _gdalconst.CE_Warning
291
292 _gdalconst.CE_Failure_swigconstant(_gdalconst)
293 CE_Failure = _gdalconst.CE_Failure
294
295 _gdalconst.CE_Fatal_swigconstant(_gdalconst)
296 CE_Fatal = _gdalconst.CE_Fatal
297
298 _gdalconst.CPLE_None_swigconstant(_gdalconst)
299 CPLE_None = _gdalconst.CPLE_None
300
301 _gdalconst.CPLE_AppDefined_swigconstant(_gdalconst)
302 CPLE_AppDefined = _gdalconst.CPLE_AppDefined
303
304 _gdalconst.CPLE_OutOfMemory_swigconstant(_gdalconst)
305 CPLE_OutOfMemory = _gdalconst.CPLE_OutOfMemory
306
307 _gdalconst.CPLE_FileIO_swigconstant(_gdalconst)
308 CPLE_FileIO = _gdalconst.CPLE_FileIO
309
310 _gdalconst.CPLE_OpenFailed_swigconstant(_gdalconst)
311 CPLE_OpenFailed = _gdalconst.CPLE_OpenFailed
312
313 _gdalconst.CPLE_IllegalArg_swigconstant(_gdalconst)
314 CPLE_IllegalArg = _gdalconst.CPLE_IllegalArg
315
316 _gdalconst.CPLE_NotSupported_swigconstant(_gdalconst)
317 CPLE_NotSupported = _gdalconst.CPLE_NotSupported
318
319 _gdalconst.CPLE_AssertionFailed_swigconstant(_gdalconst)
320 CPLE_AssertionFailed = _gdalconst.CPLE_AssertionFailed
321
322 _gdalconst.CPLE_NoWriteAccess_swigconstant(_gdalconst)
323 CPLE_NoWriteAccess = _gdalconst.CPLE_NoWriteAccess
324
325 _gdalconst.CPLE_UserInterrupt_swigconstant(_gdalconst)
326 CPLE_UserInterrupt = _gdalconst.CPLE_UserInterrupt
327
328 _gdalconst.OF_ALL_swigconstant(_gdalconst)
329 OF_ALL = _gdalconst.OF_ALL
330
331 _gdalconst.OF_RASTER_swigconstant(_gdalconst)
332 OF_RASTER = _gdalconst.OF_RASTER
333
334 _gdalconst.OF_VECTOR_swigconstant(_gdalconst)
335 OF_VECTOR = _gdalconst.OF_VECTOR
336
337 _gdalconst.OF_GNM_swigconstant(_gdalconst)
338 OF_GNM = _gdalconst.OF_GNM
339
340 _gdalconst.OF_READONLY_swigconstant(_gdalconst)
341 OF_READONLY = _gdalconst.OF_READONLY
342
343 _gdalconst.OF_UPDATE_swigconstant(_gdalconst)
344 OF_UPDATE = _gdalconst.OF_UPDATE
345
346 _gdalconst.OF_SHARED_swigconstant(_gdalconst)
347 OF_SHARED = _gdalconst.OF_SHARED
348
349 _gdalconst.OF_VERBOSE_ERROR_swigconstant(_gdalconst)
350 OF_VERBOSE_ERROR = _gdalconst.OF_VERBOSE_ERROR
351
352 _gdalconst.DMD_LONGNAME_swigconstant(_gdalconst)
353 DMD_LONGNAME = _gdalconst.DMD_LONGNAME
354
355 _gdalconst.DMD_HELPTOPIC_swigconstant(_gdalconst)
356 DMD_HELPTOPIC = _gdalconst.DMD_HELPTOPIC
357
358 _gdalconst.DMD_MIMETYPE_swigconstant(_gdalconst)
359 DMD_MIMETYPE = _gdalconst.DMD_MIMETYPE
360
361 _gdalconst.DMD_EXTENSION_swigconstant(_gdalconst)
362 DMD_EXTENSION = _gdalconst.DMD_EXTENSION
363
364 _gdalconst.DMD_EXTENSIONS_swigconstant(_gdalconst)
365 DMD_EXTENSIONS = _gdalconst.DMD_EXTENSIONS
366
367 _gdalconst.DMD_CONNECTION_PREFIX_swigconstant(_gdalconst)
368 DMD_CONNECTION_PREFIX = _gdalconst.DMD_CONNECTION_PREFIX
369
370 _gdalconst.DMD_CREATIONOPTIONLIST_swigconstant(_gdalconst)
371 DMD_CREATIONOPTIONLIST = _gdalconst.DMD_CREATIONOPTIONLIST
372
373 _gdalconst.DMD_CREATIONDATATYPES_swigconstant(_gdalconst)
374 DMD_CREATIONDATATYPES = _gdalconst.DMD_CREATIONDATATYPES
375
376 _gdalconst.DMD_CREATIONFIELDDATATYPES_swigconstant(_gdalconst)
377 DMD_CREATIONFIELDDATATYPES = _gdalconst.DMD_CREATIONFIELDDATATYPES
378
379 _gdalconst.DMD_SUBDATASETS_swigconstant(_gdalconst)
380 DMD_SUBDATASETS = _gdalconst.DMD_SUBDATASETS
381
382 _gdalconst.DCAP_OPEN_swigconstant(_gdalconst)
383 DCAP_OPEN = _gdalconst.DCAP_OPEN
384
385 _gdalconst.DCAP_CREATE_swigconstant(_gdalconst)
386 DCAP_CREATE = _gdalconst.DCAP_CREATE
387
388 _gdalconst.DCAP_CREATECOPY_swigconstant(_gdalconst)
389 DCAP_CREATECOPY = _gdalconst.DCAP_CREATECOPY
390
391 _gdalconst.DCAP_VIRTUALIO_swigconstant(_gdalconst)
392 DCAP_VIRTUALIO = _gdalconst.DCAP_VIRTUALIO
393
394 _gdalconst.DCAP_RASTER_swigconstant(_gdalconst)
395 DCAP_RASTER = _gdalconst.DCAP_RASTER
396
397 _gdalconst.DCAP_VECTOR_swigconstant(_gdalconst)
398 DCAP_VECTOR = _gdalconst.DCAP_VECTOR
399
400 _gdalconst.DCAP_NOTNULL_FIELDS_swigconstant(_gdalconst)
401 DCAP_NOTNULL_FIELDS = _gdalconst.DCAP_NOTNULL_FIELDS
402
403 _gdalconst.DCAP_DEFAULT_FIELDS_swigconstant(_gdalconst)
404 DCAP_DEFAULT_FIELDS = _gdalconst.DCAP_DEFAULT_FIELDS
405
406 _gdalconst.DCAP_NOTNULL_GEOMFIELDS_swigconstant(_gdalconst)
407 DCAP_NOTNULL_GEOMFIELDS = _gdalconst.DCAP_NOTNULL_GEOMFIELDS
408
409 _gdalconst.CPLES_BackslashQuotable_swigconstant(_gdalconst)
410 CPLES_BackslashQuotable = _gdalconst.CPLES_BackslashQuotable
411
412 _gdalconst.CPLES_XML_swigconstant(_gdalconst)
413 CPLES_XML = _gdalconst.CPLES_XML
414
415 _gdalconst.CPLES_URL_swigconstant(_gdalconst)
416 CPLES_URL = _gdalconst.CPLES_URL
417
418 _gdalconst.CPLES_SQL_swigconstant(_gdalconst)
419 CPLES_SQL = _gdalconst.CPLES_SQL
420
421 _gdalconst.CPLES_CSV_swigconstant(_gdalconst)
422 CPLES_CSV = _gdalconst.CPLES_CSV
423
424 _gdalconst.GFT_Integer_swigconstant(_gdalconst)
425 GFT_Integer = _gdalconst.GFT_Integer
426
427 _gdalconst.GFT_Real_swigconstant(_gdalconst)
428 GFT_Real = _gdalconst.GFT_Real
429
430 _gdalconst.GFT_String_swigconstant(_gdalconst)
431 GFT_String = _gdalconst.GFT_String
432
433 _gdalconst.GFU_Generic_swigconstant(_gdalconst)
434 GFU_Generic = _gdalconst.GFU_Generic
435
436 _gdalconst.GFU_PixelCount_swigconstant(_gdalconst)
437 GFU_PixelCount = _gdalconst.GFU_PixelCount
438
439 _gdalconst.GFU_Name_swigconstant(_gdalconst)
440 GFU_Name = _gdalconst.GFU_Name
441
442 _gdalconst.GFU_Min_swigconstant(_gdalconst)
443 GFU_Min = _gdalconst.GFU_Min
444
445 _gdalconst.GFU_Max_swigconstant(_gdalconst)
446 GFU_Max = _gdalconst.GFU_Max
447
448 _gdalconst.GFU_MinMax_swigconstant(_gdalconst)
449 GFU_MinMax = _gdalconst.GFU_MinMax
450
451 _gdalconst.GFU_Red_swigconstant(_gdalconst)
452 GFU_Red = _gdalconst.GFU_Red
453
454 _gdalconst.GFU_Green_swigconstant(_gdalconst)
455 GFU_Green = _gdalconst.GFU_Green
456
457 _gdalconst.GFU_Blue_swigconstant(_gdalconst)
458 GFU_Blue = _gdalconst.GFU_Blue
459
460 _gdalconst.GFU_Alpha_swigconstant(_gdalconst)
461 GFU_Alpha = _gdalconst.GFU_Alpha
462
463 _gdalconst.GFU_RedMin_swigconstant(_gdalconst)
464 GFU_RedMin = _gdalconst.GFU_RedMin
465
466 _gdalconst.GFU_GreenMin_swigconstant(_gdalconst)
467 GFU_GreenMin = _gdalconst.GFU_GreenMin
468
469 _gdalconst.GFU_BlueMin_swigconstant(_gdalconst)
470 GFU_BlueMin = _gdalconst.GFU_BlueMin
471
472 _gdalconst.GFU_AlphaMin_swigconstant(_gdalconst)
473 GFU_AlphaMin = _gdalconst.GFU_AlphaMin
474
475 _gdalconst.GFU_RedMax_swigconstant(_gdalconst)
476 GFU_RedMax = _gdalconst.GFU_RedMax
477
478 _gdalconst.GFU_GreenMax_swigconstant(_gdalconst)
479 GFU_GreenMax = _gdalconst.GFU_GreenMax
480
481 _gdalconst.GFU_BlueMax_swigconstant(_gdalconst)
482 GFU_BlueMax = _gdalconst.GFU_BlueMax
483
484 _gdalconst.GFU_AlphaMax_swigconstant(_gdalconst)
485 GFU_AlphaMax = _gdalconst.GFU_AlphaMax
486
487 _gdalconst.GFU_MaxCount_swigconstant(_gdalconst)
488 GFU_MaxCount = _gdalconst.GFU_MaxCount
489
490 _gdalconst.GMF_ALL_VALID_swigconstant(_gdalconst)
491 GMF_ALL_VALID = _gdalconst.GMF_ALL_VALID
492
493 _gdalconst.GMF_PER_DATASET_swigconstant(_gdalconst)
494 GMF_PER_DATASET = _gdalconst.GMF_PER_DATASET
495
496 _gdalconst.GMF_ALPHA_swigconstant(_gdalconst)
497 GMF_ALPHA = _gdalconst.GMF_ALPHA
498
499 _gdalconst.GMF_NODATA_swigconstant(_gdalconst)
500 GMF_NODATA = _gdalconst.GMF_NODATA
501
502 _gdalconst.GDAL_DATA_COVERAGE_STATUS_UNIMPLEMENTED_swigconstant(_gdalconst)
503 GDAL_DATA_COVERAGE_STATUS_UNIMPLEMENTED = _gdalconst.GDAL_DATA_COVERAGE_STATUS_UNIMPLEMENTED
504
505 _gdalconst.GDAL_DATA_COVERAGE_STATUS_DATA_swigconstant(_gdalconst)
506 GDAL_DATA_COVERAGE_STATUS_DATA = _gdalconst.GDAL_DATA_COVERAGE_STATUS_DATA
507
508 _gdalconst.GDAL_DATA_COVERAGE_STATUS_EMPTY_swigconstant(_gdalconst)
509 GDAL_DATA_COVERAGE_STATUS_EMPTY = _gdalconst.GDAL_DATA_COVERAGE_STATUS_EMPTY
510
511 _gdalconst.GARIO_PENDING_swigconstant(_gdalconst)
512 GARIO_PENDING = _gdalconst.GARIO_PENDING
513
514 _gdalconst.GARIO_UPDATE_swigconstant(_gdalconst)
515 GARIO_UPDATE = _gdalconst.GARIO_UPDATE
516
517 _gdalconst.GARIO_ERROR_swigconstant(_gdalconst)
518 GARIO_ERROR = _gdalconst.GARIO_ERROR
519
520 _gdalconst.GARIO_COMPLETE_swigconstant(_gdalconst)
521 GARIO_COMPLETE = _gdalconst.GARIO_COMPLETE
522
523 _gdalconst.GTO_TIP_swigconstant(_gdalconst)
524 GTO_TIP = _gdalconst.GTO_TIP
525
526 _gdalconst.GTO_BIT_swigconstant(_gdalconst)
527 GTO_BIT = _gdalconst.GTO_BIT
528
529 _gdalconst.GTO_BSQ_swigconstant(_gdalconst)
530 GTO_BSQ = _gdalconst.GTO_BSQ
531
532