This is a migrated thread and some comments may be shown as answers.

SQLite and SqlGeospatialDataReader

1 Answer 79 Views
Map
This is a migrated thread and some comments may be shown as answers.
Alan
Top achievements
Rank 1
Alan asked on 26 Oct 2011, 07:47 PM
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

Sort by
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 >>

Tags
Map
Asked by
Alan
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or