Thanks ...
But what I need now is manipulate the geometry values in c#...
I got a point from postgis in this format :
010100000000000000000059400000000000005940
I cant use AsText postgis function...
So, in my server(c#) I have to Convert that "numbers" to Point to change it
...
Any help?
On Thu, Sep 18, 2008 at 1:13 PM, Paul Ramsey <[EMAIL PROTECTED]>wrote:
> Connect to the database and run
>
> INSERT INTO mytable (the_geom) VALUES
> (ST_SetSRID(ST_GeometryFromText('blahblah'),XXXX));
>
> P.
>
> On Thu, Sep 18, 2008 at 8:43 AM, Paul james <[EMAIL PROTECTED]> wrote:
> > Thanks Thamas...
> > Thats sounds great...
> > But, after I used Geometry.CreateFromWkt function to convert my geometry,
> > how can I add it to the PostGis Layer?
> >
> > On Thu, Sep 18, 2008 at 12:06 PM, Tamas Szekeres <[EMAIL PROTECTED]>
> > wrote:
> >>
> >> Paul,
> >>
> >> You could probably use the GDAL C# bindings and the
> >> Geometry.CreateFromWkt function for this purpose.
> >> For more information see the createdata.cs example in the gdal source
> >> tree.
> >>
> >> Best regards,
> >>
> >> Tamas
> >>
> >>
> >> 2008/9/18 Paul james <[EMAIL PROTECTED]>:
> >> > Hello Guys...
> >> > I´d like to add a point in a Postgis layer... I´m able to do this
> using
> >> > geomfromtext function (postgis)...
> >> > I´d like to do that in C# ...
> >> > Is that possible?
> >> >
> >> > Thankz
> >> > _______________________________________________
> >> > mapserver-users mailing list
> >> > [email protected]
> >> > http://lists.osgeo.org/mailman/listinfo/mapserver-users
> >> >
> >> >
> >
> >
> > _______________________________________________
> > mapserver-users mailing list
> > [email protected]
> > http://lists.osgeo.org/mailman/listinfo/mapserver-users
> >
> >
>
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users