MCPcopy Create free account
hub / github.com/Fields2Cover/Fields2Cover / intersection

Method intersection

include/fields2cover/types/MultiLineString.h:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62template <class T, OGRwkbGeometryType R>
63MultiLineString MultiLineString::intersection(const Geometry<T, R>& g) const {
64 auto inter = this->data_->Intersection(g.get());
65 f2c::types::MultiLineString lines(inter);
66 OGRGeometryFactory::destroyGeometry(inter);
67 return lines;
68}
69
70
71template <class T, OGRwkbGeometryType R>

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected