<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Project WGS84 to British National Grid with Geometry Service in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332153#M7946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have written an article to illustrate the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://osedok.wordpress.com/2012/01/17/conversion-of-british-national-grid-wkid27700-to-wgs84wkid4326-and-then-to-webmercator-wkid102100/"&gt;http://osedok.wordpress.com/2012/01/17/conversion-of-british-national-grid-wkid27700-to-wgs84wkid4326-and-then-to-webmercator-wkid102100/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created as well a sample application using custom JS script to convert coordinates using the Helmert datum conversion - &lt;/SPAN&gt;&lt;A href="http://smdcs.org.uk/gis/coordinates.html"&gt;check it out&lt;/A&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrzej&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2012 16:25:45 GMT</pubDate>
    <dc:creator>AndrzejBieniek</dc:creator>
    <dc:date>2012-01-18T16:25:45Z</dc:date>
    <item>
      <title>Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332144#M7937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to project an array of graphics in WGS84 (WKID:4326) to BNG (WKID:27700) using the geometry service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The code works fine but the graphics I get back are all located about 100 metres to the west of where I would expect. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im afraid I'm not too clued up on coordinate transformations. Can anyone tell me if I'm missing something? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Richard&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 13:28:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332144#M7937</guid>
      <dc:creator>RichardBetts</dc:creator>
      <dc:date>2010-09-01T13:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332145#M7938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok. It seems I need to switch Datums from GCS_WGS_1984(4326) to GCS_OSGB_1936(4277) before reprojecting to BNG(27700). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, If I ask server to do this via the REST API, I get the exactly the values back as I send.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?f=json&amp;amp;inSR=4326&amp;amp;outSR=4277&amp;amp;geometries=" rel="nofollow" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?f=json&amp;amp;inSR=4326&amp;amp;outSR=4277&amp;amp;geometries=&lt;/A&gt;&lt;SPAN&gt;{%22geometryType%22%3A%22esriGeometryPoint%22%2C%22geometries%22%3A[{%22x%22%3A-4.21507141799085%2C%22y%22%3A57.4917322947405}]}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 13:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332145#M7938</guid>
      <dc:creator>RichardBetts</dc:creator>
      <dc:date>2010-09-03T13:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332146#M7939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One can project from 4326 to 27700 but not using the REST part of Geometry Server. The reason is that in order to move between datums one needs to use a Geodetic Datum Transformation such as ESPG::1314 or OSGB_1936_To_WGS_1984_Petroleum which the REST interface cannot accept.&amp;nbsp; I have put forward an enhancement request for this to be included.&amp;nbsp; The only way I managed to get the coordinate conversion to happen using Geometry Server was to use the SOAP interface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 11:26:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332146#M7939</guid>
      <dc:creator>JimSibbald</dc:creator>
      <dc:date>2011-03-11T11:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332147#M7940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just wondering if there is any update on this topic?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 21:14:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332147#M7940</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-06-28T21:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332148#M7941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yea, I would like to know how this is going?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 08:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332148#M7941</guid>
      <dc:creator>TonyCollins</dc:creator>
      <dc:date>2011-09-19T08:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332149#M7942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS server REST Api&lt;/A&gt;&lt;SPAN&gt; to project geometries u can input &lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;only Well-known ID's (wkid)&lt;/SPAN&gt;&lt;SPAN&gt; - as Input/Output Spatial Refences presented &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/SDK/REST/pcs.html" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using other Api's (Flex Api for expmple) you can create &lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;any own&lt;/SPAN&gt;&lt;SPAN&gt; or exists Spatial Reference based on &lt;/SPAN&gt;&lt;A href="http://docs.geotools.org/stable/javadocs/org/opengis/referencing/doc-files/WKT.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Well-Know Text &lt;/A&gt;&lt;SPAN&gt;(wkt) if &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/SDK/REST/pcs.html" rel="nofollow noopener noreferrer" target="_blank"&gt;ESRI Well-known ID (wkid)&lt;/A&gt;&lt;SPAN&gt; not exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-size:&amp;quot;1&amp;quot;;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&lt;SPAN&gt;&amp;lt;s:Application xmlns:fx="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ns.adobe.com/mxml/2009" rel="nofollow noopener noreferrer" target="_blank"&gt;http://ns.adobe.com/mxml/2009&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:mx="library://ns.adobe.com/flex/mx"
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:esri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/2008/ags" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.esri.com/2008/ags&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;
 
 &amp;lt;s:layout&amp;gt;
&amp;nbsp; &amp;lt;s:VerticalLayout paddingBottom="6"/&amp;gt;
 &amp;lt;/s:layout&amp;gt;
 
 &amp;lt;fx:Script&amp;gt;
&amp;nbsp; &amp;lt;![CDATA[
&amp;nbsp;&amp;nbsp; import com.esri.ags.Graphic;
&amp;nbsp;&amp;nbsp; import com.esri.ags.SpatialReference;
&amp;nbsp;&amp;nbsp; import com.esri.ags.events.GeometryServiceEvent;
&amp;nbsp;&amp;nbsp; import com.esri.ags.events.MapMouseEvent;
&amp;nbsp;&amp;nbsp; import com.esri.ags.geometry.Geometry;
&amp;nbsp;&amp;nbsp; import com.esri.ags.geometry.MapPoint;
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; import mx.controls.Alert;
&amp;nbsp;&amp;nbsp; import mx.rpc.events.FaultEvent;
&amp;nbsp;&amp;nbsp; import mx.utils.StringUtil;
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; private var grGeometry:MapPoint = new MapPoint();
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; /**
&amp;nbsp;&amp;nbsp;&amp;nbsp; * Listen map mouse down handler
&amp;nbsp;&amp;nbsp;&amp;nbsp; */
&amp;nbsp;&amp;nbsp; protected function myMap_mapMouseDownHandler(event:MapMouseEvent):void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; grGeometry = event.mapPoint;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var geometriesToProject:Array = new Array();
&amp;nbsp;&amp;nbsp;&amp;nbsp; geometriesToProject.push(grGeometry);
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var wkid:Number = NaN; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; /*&amp;nbsp; var wkid:Number = 1314;&amp;nbsp; */
&amp;nbsp;&amp;nbsp;&amp;nbsp; var wkt:String = "GEOGCS[\"OSGB 1936\",DATUM[\"OSGB_1936\",SPHEROID[\"Airy 1830\",6377563.396,299.3249646,AUTHORITY[\"EPSG\",\"7001\"]],TOWGS84[375,-111,431,0,0,0,0],AUTHORITY[\"EPSG\",\"6277\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"DMSH\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9108\"]]";
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;var projectionSR:SpatialReference = new SpatialReference(wkid, wkt);&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; sampleGeometryService.project(geometriesToProject, projectionSR);
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var gr:Graphic = new Graphic(grGeometry);
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var grId:String = myGraphicsLayer.add(gr);
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; trace(StringUtil.substitute("Graphic with id: {0} added.", grId));
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; /**
&amp;nbsp;&amp;nbsp;&amp;nbsp; * Listen geometry service project complete handler
&amp;nbsp;&amp;nbsp;&amp;nbsp; */
&amp;nbsp;&amp;nbsp; protected function onProjectComplete(event:GeometryServiceEvent):void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; var pt:MapPoint = (event.result as Array)[0] as MapPoint;
&amp;nbsp;&amp;nbsp;&amp;nbsp; trace(event.result.toString());
&amp;nbsp;&amp;nbsp;&amp;nbsp; Alert.show(StringUtil.substitute("From: x={0} \ny={1} \nSR={2}; \n\nTo: x={3} \ny={4} \nSR={5}", 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; grGeometry.x, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; grGeometry.y, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; grGeometry.spatialReference.toString(), 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pt.x, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pt.y, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pt.spatialReference.toString()),
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Projection result");
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; /**
&amp;nbsp;&amp;nbsp;&amp;nbsp; * Listen geometry service fault handeler
&amp;nbsp;&amp;nbsp;&amp;nbsp; */
&amp;nbsp;&amp;nbsp; protected function onGeometryServiceFault(event:FaultEvent):void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; trace(StringUtil.substitute("onGeometryServiceFault &amp;gt;&amp;gt; {0}", event.message));
&amp;nbsp;&amp;nbsp;&amp;nbsp; Alert.show(event.fault.message, "Projection failt");
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; 
&amp;nbsp; ]]&amp;gt;
 &amp;lt;/fx:Script&amp;gt;
 
 &amp;lt;fx:Declarations&amp;gt;
&amp;nbsp; &amp;lt;!-- Symbol for all point shapes --&amp;gt;
&amp;nbsp; &amp;lt;esri:SimpleMarkerSymbol id="sms"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color="0x00FF00"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; size="12"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style="{SimpleMarkerSymbol.STYLE_DIAMOND}"/&amp;gt;
&amp;nbsp; &amp;lt;esri:GeometryService id="sampleGeometryService" 
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; projectComplete="onProjectComplete(event)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fault="onGeometryServiceFault(event)"/&amp;gt;
 &amp;lt;/fx:Declarations&amp;gt;
 
 &amp;lt;esri:Map id="myMap"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mapMouseDown="myMap_mapMouseDownHandler(event)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; level="3"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wrapAround180="true"&amp;gt;
&lt;SPAN&gt;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;
&amp;nbsp; &amp;lt;esri:GraphicsLayer id="myGraphicsLayer" symbol="{sms}"/&amp;gt;
 &amp;lt;/esri:Map&amp;gt;
&amp;lt;/s:Application&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tell me where I am wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:43:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332149#M7942</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2021-12-11T15:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332150#M7943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Using&amp;nbsp;&amp;nbsp; &lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project" rel="nofollow"&gt;ArcGIS server REST Api&lt;/A&gt; to project geometries u can input&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;only Well-known ID's (wkid)&lt;/SPAN&gt; - as Input/Output Spatial Refences presented&amp;nbsp;&amp;nbsp; &lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/SDK/REST/pcs.html" rel="nofollow"&gt;here&lt;/A&gt;.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Using other Api's (Flex Api for expmple) you can create&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;any own&lt;/SPAN&gt; or exists Spatial Reference based on&amp;nbsp;&amp;nbsp; &lt;A href="http://docs.geotools.org/stable/javadocs/org/opengis/referencing/doc-files/WKT.html" rel="nofollow"&gt;Well-Know Text &lt;/A&gt;(wkt) if&amp;nbsp;&amp;nbsp; &lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/SDK/REST/pcs.html" rel="nofollow"&gt;ESRI Well-known ID (wkid)&lt;/A&gt; not exists.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Tell me where I am wrong.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not a question of REST vs client-side APIs, but which version is being used. WKT is supported if the ArcGIS Server is 10.0 or later. (9.3 only supported WKID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doc: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/help/index.html#/System_requirements/017p0000000m000000/" rel="nofollow"&gt;http://help.arcgis.com/en/webapi/flex/help/index.html#/System_requirements/017p0000000m000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 15:49:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332150#M7943</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-09-19T15:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332151#M7944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bjorn, you right sampleserver2.arcgisonline.com/ (version 9.3)... returns fault.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server REST API -&amp;gt; &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/SDK/REST/index.html?project.html" rel="nofollow"&gt;Using Spatial References&lt;/A&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt; &lt;BLOCKQUOTE class="jive-quote"&gt;&amp;nbsp; The REST API supports only well-known ID's.&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This JSON code is not WKID, but it is WKT of ESPG::1314:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;{"wkt":"PROJCS[\"OSGB 1936 / British National Grid\",GEOGCS[\"OSGB36\",DATUM[\"OSGB36\",SPHEROID[\"Airy 1830\",6377563.396,299.3249646,AUTHORITY[\"EPSG\",\"7001\"]],TOWGS84[446.448,-125.157,542.06,0.1502,0.247,0.8421,-20.4894],AUTHORITY[\"EPSG\",\"6277\"]],PRIMEM[\"Greenwich\",0.0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.017453292519943295],AXIS[\"Geodetic latitude\",NORTH],AXIS[\"Geodetic longitude\",EAST],AUTHORITY[\"EPSG\",\"4277\"]],PROJECTION[\"Transverse_Mercator\",AUTHORITY[\"EPSG\",\"9807\"]],PARAMETER[\"central_meridian\",-2.0],PARAMETER[\"latitude_of_origin\",49.0],PARAMETER[\"scale_factor\",0.9996012717],PARAMETER[\"false_easting\",400000.0],PARAMETER[\"false_northing\",-100000.0],UNIT[\"m\",1.0],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH],AUTHORITY[\"EPSG\",\"27700\"]]"}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question: is the projection in attached screenshot correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 19:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332151#M7944</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2011-09-19T19:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332152#M7945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At Version 10.1 the REST Interface of Geometry Server is updated to include Datum Transformation.&amp;nbsp; If you need to have a transformation, which one does between WGS 1984 and British National Grid, then SOAP is the only way before the release of Version 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also at 10.1 the OSTN02 NTv2 Transformation is available as EPSG::5339, see attached.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 09:39:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332152#M7945</guid>
      <dc:creator>JimSibbald</dc:creator>
      <dc:date>2011-12-13T09:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332153#M7946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have written an article to illustrate the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://osedok.wordpress.com/2012/01/17/conversion-of-british-national-grid-wkid27700-to-wgs84wkid4326-and-then-to-webmercator-wkid102100/"&gt;http://osedok.wordpress.com/2012/01/17/conversion-of-british-national-grid-wkid27700-to-wgs84wkid4326-and-then-to-webmercator-wkid102100/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created as well a sample application using custom JS script to convert coordinates using the Helmert datum conversion - &lt;/SPAN&gt;&lt;A href="http://smdcs.org.uk/gis/coordinates.html"&gt;check it out&lt;/A&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrzej&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 16:25:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332153#M7946</guid>
      <dc:creator>AndrzejBieniek</dc:creator>
      <dc:date>2012-01-18T16:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Project WGS84 to British National Grid with Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332154#M7947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, Esri does not support the TOWGS84 keyword, so you cannot rely on it to include a datum transformation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 22:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/project-wgs84-to-british-national-grid-with/m-p/332154#M7947</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2012-01-18T22:39:24Z</dc:date>
    </item>
  </channel>
</rss>

