Skip to content

Commit 558df97

Browse files
SWIG port of eml23__AxisOrder2d
1 parent 310ffe2 commit 558df97

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

swig/swigEml2Include.i

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ under the License.
3939
%module(directors="1") fesapi
4040
%feature("director") EML2_NS::AbstractHdfProxy;
4141

42+
namespace gsoap_eml2_3 {
43+
enum class eml23__AxisOrder2d {
44+
easting_x0020northing = 0,
45+
easting_x0020southing = 1,
46+
southing_x0020easting = 2,
47+
northing_x0020easting = 3,
48+
westing_x0020southing = 4,
49+
southing_x0020westing = 5,
50+
northing_x0020westing = 6,
51+
westing_x0020northing = 7
52+
};
53+
}
54+
4255
namespace EML2_NS
4356
{
4457
%nodefaultctor; // Disable creation of default constructors

0 commit comments

Comments
 (0)