Class | gdal_char_p |
Undocumented |
Function | bool_output |
Generate a ctypes function that returns a boolean value. |
Function | chararray_output |
For functions that return a c_char_p array. |
Function | const_string_output |
Undocumented |
Function | double_output |
Generate a ctypes function that returns a double value. |
Function | geom_output |
Generate a function that returns a Geometry either by reference or directly (if the return_geom keyword is set to True). |
Function | int64_output |
Generate a ctypes function that returns a 64-bit integer value. |
Function | int_output |
Generate a ctypes function that returns an integer value. |
Function | srs_output |
Generate a ctypes prototype for the given function with the given C arguments that returns a pointer to an OGR Spatial Reference System. |
Function | string_output |
No summary |
Function | void_output |
For functions that don't only return an error code that needs to be examined. |
Function | voidptr_output |
For functions that return c_void_p. |
const
flag indicates whether the allocated pointer should
be freed via the GDAL library routine VSIFree -- but only applies
only when str_result
is True.