Does this work? It is not listed as a supported on the documentation, but a SQLiteDataReader is an IEnumerable, it seems. I guess I'll try it regardless. I'm attempting to create my own SpatiaLite dynamic source and I need to create RadMap compatible objects from the WKB returned.
Thanks,
Cody
1 Answer, 1 is accepted
0
Andrey
Telerik team
answered on 31 Oct 2011, 09:34 AM
Hello Alan,
The SqlGeospatialDataReader supports reading the geometry data using WKB (well known binary) or WKT (well known text) formats. For example the following online sample uses IEnumerable data source with geometry in WKT format without using any SQL servers: http://demos.telerik.com/silverlight/#Map/WktReader
So, I think it will not be a problem with using SQLite if it's able to provide geometry data in WKB or WKT formats.
Kind regards,
Andrey Murzov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>