Datum Transformation in Silverlight API 2.4

741
2
09-23-2013 12:30 AM
prashantk
New Contributor III
Hi All,

I am trying to re project geometries using geoemtry service(4326 to 102100).Datum transformation is missing in ProjectAsync().
How to add transformation in service parameters?
Is there any alternative to re project geometry using silverlight API 2.4 and ArcServer 10.1?

Any help would be appreciated,
Prashant
0 Kudos
2 Replies
SubaKrishnan
Esri Contributor
Hi Prashant,

Here is a helper method you can user
http://help.arcgis.com/en/webapi/silverlight/apiref/api_start.htm

If you'd like to use geom service, please take a look at the sample
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Project

Thanks,
0 Kudos
prashantk
New Contributor III
Thanks Suba,

Example is useful to project only wgs_84(4326) to wgs84 web mercator (auxiliary sphere 3857).If source projection is different than 4326 then it won't re project properly.

geometryService.ProjectCompleted() doesn't provide datum transformation option.

Is there any alternative for datum transformation?

Regards,
Prashant
0 Kudos