<div>Frank,</div><div> </div><div>I don't have access to ESRI WKT. I was given the following SpatialReference information by ArcGIS Feature Server when i query for a layer schema:</div><div> </div><div>"spatialReference" : {<br>
      "wkid" : 102100, <br>      "latestWkid" : 3857<br>    }<br></div><div>So from the above "wkid" i need to create a shape file. Is there any way of doing this in GDAL.</div><div> </div><div>
Regards</div><div> </div><div>Murali<br><br></div><div class="gmail_quote">On Wed, Jun 13, 2012 at 10:39 PM, Frank Warmerdam <span dir="ltr"><<a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div class="HOEnZb"><div class="h5">On Wed, Jun 13, 2012 at 2:19 PM, Murali Krishna<br>

<<a href="mailto:muralikrishna50@gmail.com">muralikrishna50@gmail.com</a>> wrote:<br>
> I'm facing an issue in creating ESRI shape files using GDAL library.<br>
><br>
> I want to create a layer with SpatialReference information set on it and<br>
> until now i'm creating SpatialReference by importing WellKnownText (wkt)<br>
> representation.<br>
><br>
> Is there any way we can create the same SpatialReference from ESRI's<br>
> WellKnownId (wkid) using gdal ogr java bindings?<br>
<br>
</div></div>Murali,<br>
<br>
If you are importing ESRI Projection Engine strings (ESRI WKT) then<br>
after ingesting the WKT into an OGRSpatialReference object call<br>
the morphFromESRI() method to transform into "OGR standard"<br>
form.<br>
<br>
Best regards,<br>
<span class="HOEnZb"><font color="#888888">--<br>
---------------------------------------+--------------------------------------<br>
I set the clouds in motion - turn up   | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a><br>
light and sound - activate the windows | <a href="http://pobox.com/~warmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>
and watch the world go round - Rush    | Geospatial Software Developer<br>
</font></span></blockquote></div><br>