19 #ifndef GEOS_INDEXEDFACETDISTANCE_H 20 #define GEOS_INDEXEDFACETDISTANCE_H 22 #include <geos/operation/distance/FacetSequenceTreeBuilder.h> 62 cachedTree(FacetSequenceTreeBuilder::build(g))
93 std::vector<GeometryLocation> nearestLocations(
const geom::Geometry* g)
const;
99 std::vector<geom::Coordinate> nearestPoints(
const geom::Geometry* g)
const;
102 std::unique_ptr<geos::index::strtree::STRtree> cachedTree;
109 #endif //GEOS_INDEXEDFACETDISTANCE_H Computes the distance between the facets (segments and vertices) of two Geometrys using a Branch-and-...
Definition: IndexedFacetDistance.h:47
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26
IndexedFacetDistance(const geom::Geometry *g)
Creates a new distance-finding instance for a given target geom::Geometry.
Definition: IndexedFacetDistance.h:61