Can't specify GeoTransformation to the project geometry service function as with SOAP

2788
2
07-13-2012 08:13 AM
NickDodd
New Contributor
We currently have a java client which performs coordinates transformations via the Geometry Services SOAP client, but a client has requested we use the REST api instead.

With the SOAP interface we have used JAX libraries to generate java stubs and this lets us specify the following parameters:



  1. InSpatialReference

  2. OutSpatialReference

  3. TransformForward

  4. Transformation

  5. Extent

  6. InGeometryArray


Where Transformation is a GeoTransformation WKID or WKT object.

However - the following REST api documentation makes no mention of this: http://sampleserver1.arcgisonline.com/ArcGIS/SDK/REST/project.html

You can only specify the input/output spatial references, the input geometries to work on and the return type.

Am I missing something?
0 Kudos
2 Replies
nicogis
MVP Frequent Contributor
your link is help for rest ags 10.
The geotrasformation in project geometry rest has been added in 10.1 for rest : http://resources.arcgis.com/en/help/rest/apiref/project.html
0 Kudos
NickDodd
New Contributor
Thanks, looks like we require our client to upgrade then!
0 Kudos