|
From: Diego J. <die...@gm...> - 2011-10-04 15:41:58
|
Hello,
I have a web service running wich only provides geometry in WKB format.
I know it is a geometry collection (something like
GEOMETRYCOLLECTION(POLYGON(( ... )) ) How can I convert it into a
GeometryCollection?
I have tried JTS.AsWKT() but it throws an exception:
java.lang.IllegalArgumentException: Points of LinearRing do not
form a closed linestring
Thank you
|