[geos-devel] [GEOS] #755: Overlay ops accept GeometryCollections when headers indicate that they don't

GEOS geos-trac at osgeo.org
Thu Nov 19 16:46:42 PST 2015


#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).


More information about the geos-devel mailing list