We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
如果他们提供 C 库,您可以使用 ctypes 与其交互。
If they are providing a C library, you can use ctypes to interact with it.
为了完整起见,可以将ironpython (http://ironpython.net/) 与来自genesys 的.net 库一起使用。
FWIW,我将 java 库与 jython 一起使用。
我有点期待脚本可以互换(即在 jython 之间)
和ironpython),但不幸的是,API 有部分不同。
IE。 某些函数的参数不同或顺序不同。
Just for completeness, one could use ironpython (http://ironpython.net/) with the .net libraries from genesys.
FWIW, I use the java libs with jython.
I was kind of expecting the scripts to be interchangeable (ie. between jython
and ironpython) but unfortunately, the API differs in parts.
ie. the parameters to some of the functions are different or in a different order.
您到底需要与什么进行交互? GIS 为许多功能提供了soap 调用。
What do you need to interact with exacly? The GIS provides soap calls for a lot of functions.
既没有原生 C 库,也没有 Python 库。 最好的办法是按照建议使用 GIS。
There is neither a native C nor a Python library. Best bet is to use GIS as suggested.