Opened 16 years ago

Closed 16 years ago

#2061 closed defect (fixed)

Add support for OGR Styles in C API

Reported by: Daniel Morissette Owned by: Daniel Morissette
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 (1)

comment:1 by Daniel Morissette, 16 years ago

Cc: warmerdam added
Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.