$include_dir="/home/hyper-archives/geometry/include"; include("$include_dir/msg-header.inc") ?>
Subject: [ggl] Supported geometries for disjoint function
From: Barend Gehrels (barend)
Date: 2011-08-28 23:18:00
Hi Volker,
On 22-8-2011 22:45, Volker Mische wrote:
> Hi all,
>
> I've been playing a bit with Boost.Geometry. I'm a C++ newbie, so I'm
> not sure if I made a mistake, or if the documentation is wrong. [1]
> mentions that all Geometry types are supported bt disjoint(), but when
> I tried it, it seemed that a disjoint between a point and a linestring
> didn't work.
>
> Which geometry combinations are supported and are there any plans to
> support all possible combinations?
>
> [1]
> http://www.boost.org/doc/libs/1_47_0/libs/geometry/doc/html/geometry/reference/algorithms/disjoint.html
Not all combinations are supported. In fact most are not, for disjoint.
I'll include it in the next docs (if possible).
Regards, Barend