Changes between Version 3 and Version 4 of rfc18_ogr_styles_c_api

Show
Ignore:
Timestamp:
12/04/07 09:13:13 (5 years ago)
Author:
dmorissette
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc18_ogr_styles_c_api

    v3 v4  
    2222    OGRSTSymbolParam; 
    2323    OGRSTLabelParam; 
    24     OGRSTVectorParam; 
    2524}}} 
    2625 
     
    6160}}} 
    6261 
    63  * Note that *NO* wrappers will be needed for the following C++ classes which are handled internally by the OGR_ST_* wrappers above: 
     62 * NO wrappers will be needed for the following C++ classes which are handled internally by the OGR_ST_* wrappers above: 
    6463 
    6564{{{ 
     
    6867    class OGRStyleSymbol : public OGRStyleTool 
    6968    class OGRStyleLabel : public OGRStyleTool 
    70     class OGRStyleVector : public OGRStyleTool 
    7169}}} 
     70 
     71 * Note that ogr_featurestyle.h also contains a OGRSTVectorParam enum and corresponding OGRStyleVector classes but this class is currently unused and may eventually be removed, so we will not implement support for it in the C API (and the OGRSTVectorParam enum will NOT be moved to ogr_core.h). 
     72 
     73 
     74 
    7275 
    7376== Python and other language bindings ==