<div dir="ltr"><div>Thanks ...</div>
<div> </div>
<div>But what I need now is manipulate the geometry values in c#...</div>
<div>I got a point from postgis in this format : 010100000000000000000059400000000000005940</div>
<div>I cant use AsText postgis function...</div>
<div> </div>
<div>So, in my server(c#) I have to Convert that "numbers" to Point to change it ...</div>
<div>Any help?<br><br></div>
<div class="gmail_quote">On Thu, Sep 18, 2008 at 1:13 PM, Paul Ramsey <span dir="ltr"><<a href="mailto:pramsey@cleverelephant.ca">pramsey@cleverelephant.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Connect to the database and run<br><br>INSERT INTO mytable (the_geom) VALUES<br>(ST_SetSRID(ST_GeometryFromText('blahblah'),XXXX));<br>
<font color="#888888"><br>P.<br></font>
<div>
<div></div>
<div class="Wj3C7c"><br>On Thu, Sep 18, 2008 at 8:43 AM, Paul james <<a href="mailto:pauljame@gmail.com">pauljame@gmail.com</a>> wrote:<br>> Thanks Thamas...<br>> Thats sounds great...<br>> But, after I used Geometry.CreateFromWkt function to convert my geometry,<br>
> how can I add it to the PostGis Layer?<br>><br>> On Thu, Sep 18, 2008 at 12:06 PM, Tamas Szekeres <<a href="mailto:szekerest@gmail.com">szekerest@gmail.com</a>><br>> wrote:<br>>><br>>> Paul,<br>
>><br>>> You could probably use the GDAL C# bindings and the<br>>> Geometry.CreateFromWkt function for this purpose.<br>>> For more information see the createdata.cs example in the gdal source<br>>> tree.<br>
>><br>>> Best regards,<br>>><br>>> Tamas<br>>><br>>><br>>> 2008/9/18 Paul james <<a href="mailto:pauljame@gmail.com">pauljame@gmail.com</a>>:<br>>> > Hello Guys...<br>
>> > I´d like to add a point in a Postgis layer... I´m able to do this using<br>>> > geomfromtext function (postgis)...<br>>> > I´d like to do that in C# ...<br>>> > Is that possible?<br>
>> ><br>>> > Thankz<br>>> > _______________________________________________<br>>> > mapserver-users mailing list<br>>> > <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
>> > <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>>> ><br>>> ><br>><br>><br>> _______________________________________________<br>
> mapserver-users mailing list<br>> <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>> <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
><br>><br></div></div></blockquote></div><br></div>