GPSLayer ProjectionService

494
1
05-22-2013 03:53 AM
Labels (1)
JohanWennberg1
New Contributor
Hi

Is it possible to define a datum transformation in my projectionService? I want to convert WGS_1984 to RT90. And if i do it like this
GPSLayer.ProjectionService = myGeometryService it will only project the spatial reference of the mappoint not the datum.

/Johan
0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor
Hi,

Unfortunately the ProjectionService property does not currently take a datum transformation - it's a great enhancement request. The GeometryService.ProjectAsync has an overload which takes a datum transformation. You can download the source code for the GPSLayer from http://esrisilverlight.codeplex.com/.



Cheers

Mike
0 Kudos