hello everyone, Please look these code:
GEOSGeom g1, g2;
g1 = GEOSGeomFromWKT("SRID=5001;POINT(44 31)");
g1srid = GEOSGetSRID(g1);
g2 = GEOSGeomFromWKT(GEOSGeomToWKT(g1));
g2srid= GEOSGetSRID(g2);
g2srid not have the same value with g1srid, which g1srid value is 5001 and
g2srid is -1. My GEOS version is "3.1.0". I don't know why? Can anyone give
me answer and contact with me. my
E-Mail:[email protected]<e-mail%[email protected]>. Thanks!
LinYongHeng.
_______________________________________________
geos-devel mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to