LiN YongHeng wrote:
hello anybody ,
I have seen the source code, which have writen the SRID, just like below
codes. Why don't you say that the output not contain
the SRID? but the fact that the output don't contain the SRID, so
I really puzzle about this.
-------------------------------Source
Code---------------------------------------
void
WKBWriter::writePolygon(const Polygon &g)
{
writeByteOrder();
writeGeometryType(WKBConstants::wkbPolygon, g.getSRID());
writeSRID(g.getSRID());
LiN,
This is the WKB writer, not the WKT writer.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, [email protected]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
_______________________________________________
geos-devel mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/geos-devel