2

I'm looking for suggestions for a GIS SDK on windows mobile. It needs to be able to display ESRI Shapefiles efficiently.

TSM-ATT
  • 21
  • 1
  • 1
    If 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
  • 1
    Ideally 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 Answers2

2

Have you looked at the Esri one? Or are you talking older Windows mobile?

http://www.esri.com/software/arcgis/smartphones/index.html

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