[geos-devel] MULTI* and Invalid
Oliver Courtin
olivier.courtin at oslandia.com
Fri Jun 14 04:16:02 PDT 2013
Hi,
Below an example, throught PostGIS
with GEOS 3.3.5-CAPI-1.7.5:
SELECT ST_IsValidReason(
'MULTIPOLYGON(((0 0,1 0,1 1,0 1,0 0)),((1 0,2 0,2 1,1 1,1 0)))'::geometry
);
Output: Self-intersection[1 0]
After looking in SFS and ISO 19107,
we didn't find at first sight
why such a geometry should be invalid.
Could you give us some light on it ?
Thanks in advance,
--
Olivier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geos-devel/attachments/20130614/4ecf1e0f/attachment.html>
More information about the geos-devel
mailing list