Function | arg_byref |
Return the pointer argument's by-reference value. |
Function | check_arg_errcode |
The error code is returned in the last argument, by reference. Check its value with check_err before returning the result. |
Function | check_const_string |
Similar functionality to check_string , but does not free the pointer. |
Function | check_envelope |
Check a function that returns an OGR Envelope by reference. |
Function | check_errcode |
Check the error code returned (c_int). |
Function | check_geom |
Check a function that returns a geometry. |
Function | check_geom_offset |
Check the geometry at the given offset in the C parameter list. |
Function | check_pointer |
Make sure the result pointer is valid. |
Function | check_srs |
Undocumented |
Function | check_str_arg |
This is for the OSRGet[Angular|Linear]Units functions, which require that the returned string pointer not be freed. This returns both the double and string values. |
Function | check_string |
No summary |
Function | ptr_byref |
Return the pointer argument passed in by-reference. |
check_err
before returning the result.check_string
, but does not free the pointer.str_result
keyword
may be used when the result is the string pointer, otherwise
the OGR error code is assumed. The offset
keyword may be used
to extract the string pointer passed in by-reference at the given
slice offset in the function arguments.