Display SQL Server GEOMETRY column on Geosoft Map
ThomasStanleyJones
Posts: 3
Hello,
I am wondering what the best approach would be to display SQL Server GEOMETRY (point, line, area) data in a Geosoft Map. I expect this to be a custom GX that I would need to write, but please give me some direction on the best way to tackle this. Does Geosoft parse JSON strings easily? Would the new Python API be the best way to approach this? Any suggestions?
Thanks!
I am wondering what the best approach would be to display SQL Server GEOMETRY (point, line, area) data in a Geosoft Map. I expect this to be a custom GX that I would need to write, but please give me some direction on the best way to tackle this. Does Geosoft parse JSON strings easily? Would the new Python API be the best way to approach this? Any suggestions?
Thanks!
0
Comments
-
Hello,
A custom GX would be a good approach. Within your GX you can use the MVIEW class to display data on the map. For example you can use Point3D_MVIEW, PolyLine3D_MVIEW, ComplexPolygon_MVIEW and Line_MVIEW.0
This discussion has been closed.