Display SQL Server GEOMETRY column on Geosoft Map

Options
ThomasStanleyJones
edited February 2023 in GeoStudio
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!

Comments

  • JosephCaluag1
    Options
    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.
This discussion has been closed.