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

« back to all changes in this revision

Viewing changes to swig/csharp/ogr/FeatureDefn.cs

  • 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
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 1.3.39
 
3
 * Version 1.3.40
4
4
 *
5
5
 * Do not make changes to this file unless you know what you are doing--modify
6
6
 * the SWIG interface file instead.
119
119
    return ret;
120
120
  }
121
121
 
 
122
  public int IsGeometryIgnored() {
 
123
    int ret = OgrPINVOKE.FeatureDefn_IsGeometryIgnored(swigCPtr);
 
124
    if (OgrPINVOKE.SWIGPendingException.Pending) throw OgrPINVOKE.SWIGPendingException.Retrieve();
 
125
    return ret;
 
126
  }
 
127
 
 
128
  public void SetGeometryIgnored(int bIgnored) {
 
129
    OgrPINVOKE.FeatureDefn_SetGeometryIgnored(swigCPtr, bIgnored);
 
130
    if (OgrPINVOKE.SWIGPendingException.Pending) throw OgrPINVOKE.SWIGPendingException.Retrieve();
 
131
  }
 
132
 
 
133
  public int IsStyleIgnored() {
 
134
    int ret = OgrPINVOKE.FeatureDefn_IsStyleIgnored(swigCPtr);
 
135
    if (OgrPINVOKE.SWIGPendingException.Pending) throw OgrPINVOKE.SWIGPendingException.Retrieve();
 
136
    return ret;
 
137
  }
 
138
 
 
139
  public void SetStyleIgnored(int bIgnored) {
 
140
    OgrPINVOKE.FeatureDefn_SetStyleIgnored(swigCPtr, bIgnored);
 
141
    if (OgrPINVOKE.SWIGPendingException.Pending) throw OgrPINVOKE.SWIGPendingException.Retrieve();
 
142
  }
 
143
 
122
144
}
123
145
 
124
146
}