Ticket #2061 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Add support for OGR Styles in C API

Reported by: dmorissette Assigned to: dmorissette
Priority: normal Milestone: 1.5.0
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords:
Cc: warmerdam

Description

This ticket is to track the implementation of support for OGR Styles in the C API in GDAL 1.5.0.

See also GDAL RFC-18 for the implementation details.

Change History

12/10/07 22:21:31 changed by dmorissette

  • status changed from new to closed.
  • cc set to warmerdam.
  • resolution set to fixed.

Done in r13311 (in 1.5.0-beta2). New C API functions not fully tested yet. The real test will be the conversion of MapServer?'s mapogr.cpp to use the new C API.

Note: at implementation time, the OGR_ST_GetParamIsNull() which was planned in the RFC has been removed and replaced by an 'int *bValueIsNull' argument on all the OGR_ST_GetParam...() functions in order to map more closely to the C++ methods. A note to this effect has been included in the RFC document as well.