After Importing Spatial database to QGIS,How to analyze the data on Google Maps?

498 views Asked by At

I have imported Database (Point Feature) to QGIS,able to see the points on Google Earth.

How can I get each point details with any programming language?

Is there any chance to use C#?

1

There are 1 answers

0
RusArt On BEST ANSWER

There is no way to work with QGIS using C#. QGIS is written on C++, so you can interact with it using C++. Also QGIS supports Python scripts. See this link for getting started.