#755: Overlay ops accept GeometryCollections when headers indicate that they
don't
------------------------+---------------------------
 Reporter:  dbaston     |       Owner:  geos-devel@…
     Type:  defect      |      Status:  new
 Priority:  major       |   Milestone:  3.5.1
Component:  Default     |     Version:  3.5.0
 Severity:  Unassigned  |  Resolution:
 Keywords:              |
------------------------+---------------------------

Comment (by dbaston):

 The excerpt from Geometry.h was intended to be:
 {{{
         /**
          * \brief
          * Returns a Geometry representing the points making up this
          * Geometry that do not make up other.
          *
          * @throws util::TopologyException if a robustness error occurs
          * @throws util::IllegalArgumentException if either input is a
          *         non-empty GeometryCollection
          *
          */
         virtual Geometry* difference(const Geometry *other) const;
 }}}

--
Ticket URL: <https://trac.osgeo.org/geos/ticket/755#comment:1>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite 
(JTS).
_______________________________________________
geos-devel mailing list
geos-devel@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to