Open isVoid opened 2 years ago
With introduction of multipoint_range and multipoint_ref, hausdorff distance API can be simplified with one of the following API:
multipoint_range
multipoint_ref
counting_iterator
Depends on #703
With introduction of
multipoint_range
andmultipoint_ref
, hausdorff distance API can be simplified with one of the following API:multipoint_ref
, and extract the offset of the multipoint as the space delimiter.multipoint_range
, where the geometry offset is always acounting_iterator
.