| 150 | } |
| 151 | } |
| 152 | void GeometryNoder::extract_segment_strings(const geos::geom::Geometry& geometry, |
| 153 | geos::noding::SegmentString::NonConstVect& out) |
| 154 | { |
| 155 | SegmentStringExtractor extractor(out); |
| 156 | geometry.apply_ro(&extractor); |
| 157 | } |
| 158 | |
| 159 | geos::noding::Noder& GeometryNoder::get_noder() |
| 160 | { |
nothing calls this directly
no outgoing calls
no test coverage detected