Hello Adnan,
You can use the SqlGeospatialDataReader to show geospatial data from SQL Server. For more information please take a look at the following documentation topic:
http://www.telerik.com/help/wpf/radmap-features-sql-geospatial-data.html
The RadMap must always use a map provider (at least Empty Map Provider). The Empty Map Provider supports to use the following projections:
- The Mercator projection EPSG:4326 (default) that refers to WGS84 as (latitude, longitude) pair coordinates in degrees
- The OSGB-1936 projection which also known as EPSG:27700
- The EPSG:900913 projection which is also known as EPSG:3857 and Pseudo-Mercator projection that refers to WGS84 as (latitude, longitude) pair coordinates in meters.
Also the Empty Map Provider allows that you use your own custom projections. You should implement the ISpatialReference interface to create a projection.
For more information about Empty Map Provider please take a look at the following documentation topic:
http://www.telerik.com/help/wpf/radmap-features-empty-provider.html
The EPSG:900913 projection is proportional projection. I think you can use it to show geospatial data which contains coordinates like arbitrary X, Y.
The sample code for using projection for Empty Map Provider is below.
All the best,
Andrey Murzov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>