[postgis-users] help needed

Nicolas Ribot nicky666 at gmail.com
Thu Apr 20 06:22:50 PDT 2006


> when i uses
>
> SELECT id, AsText(geom) AS geom, name FROM ROADS_GEOM;
>
>  command i get return value in
>
> 1 | LINESTRING(191232 243118,191108 243242) | Jeff Rd
>
> this format but what i is to store only following value
>
> 191232 243118,191108 243242
>
> is there way make querry for this.?
>
>
> also does gis usee XY or LAT/LONG coordinate system?
>


Hi Harshal,
PostGIS uses the same coordinate system as your data.
If you store data in LAT/LONG, it will be lat/long :-)
You can use the transform() function to change coordinate systems.

Nicolas



More information about the postgis-users mailing list