~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to ogr/ogrsf_frmts/mem/ogr_mem.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: ogr_mem.h 17807 2009-10-13 18:18:09Z rouault $
 
2
 * $Id: ogr_mem.h 22369 2011-05-13 18:00:27Z rouault $
3
3
 *
4
4
 * Project:  OpenGIS Simple Features Reference Implementation
5
5
 * Purpose:  Private definitions within the OGR Memory driver.
71
71
 
72
72
    virtual OGRErr      CreateField( OGRFieldDefn *poField,
73
73
                                     int bApproxOK = TRUE );
 
74
    virtual OGRErr      DeleteField( int iField );
 
75
    virtual OGRErr      ReorderFields( int* panMap );
 
76
    virtual OGRErr      AlterFieldDefn( int iField, OGRFieldDefn* poNewFieldDefn, int nFlags );
74
77
 
75
78
    virtual OGRSpatialReference *GetSpatialRef();
76
79