I'm looking for suggestions for a GIS SDK on windows mobile. It needs to be able to display ESRI Shapefiles efficiently.
Asked
Active
Viewed 607 times
2
-
1If your only requirement is loading and displaying a shapefile then shapelib and a small custom drawing routine are everything you need. – Vitor Py Feb 23 '11 at 20:55
-
1Ideally we'd like one that we can perform spatial queries on , etc. As much as a full GIS as possible. – TSM-ATT Feb 23 '11 at 22:39
2 Answers
2
Have you looked at the Esri one? Or are you talking older Windows mobile?

Jonathan
- 5,953
- 1
- 26
- 35
-
I'm sorry I should have mentioned that it needs to be Windows Mobile 6 compatible (otherwise a good suggestion). – TSM-ATT Feb 23 '11 at 22:37
1
Esri also has the ArcGIS Mobile SDK for Windows Mobile 5 and 6: http://www.esri.com/software/arcgis/arcgismobile/index.html

pilsna
- 145
- 3