I have been trying to reproject the geometry from wgs84 (102100) to RD New(28992). Its working fine but there is an offset of 200 meters from the original location. I am using geometryService.ProjectAsync method for the re-projection. I tried using both WKID and WKT. Also there is 'TOWGS84' parameter missing in the projection definition.But unfortunately I could not find the right parameters for 'TOWGS84' in WKT String.
Any suggestions/Help would be great. Thanks.
WKT string:
PROJCS["RD_New",GEOGCS["GCS_Amersfoort",DATUM["D_Amersfoort",SPHEROID["Bessel_1841",6377397.155,299.1528128]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Double_Stereographic"],PARAMETER["False_Easting",155000.0],PARAMETER["False_Northing",463000.0],PARAMETER["Central_Meridian",5.38763888888889],PARAMETER["Scale_Factor",0.9999079],PARAMETER["Latitude_Of_Origin",52.15616055555555],UNIT["Meter",1.0]]