19#ifndef GEOS_OP_OVERLAY_POINTBUILDER_H
20#define GEOS_OP_OVERLAY_POINTBUILDER_H
22#include <geos/export.h>
24#include <geos/geom/GeometryFactory.h>
25#include <geos/operation/overlay/OverlayOp.h>
56class GEOS_DLL PointBuilder {
79 std::vector<geom::Point*> *resultPointList;
88 geometryFactory(newGeometryFactory),
89 resultPointList(
new std::vector<geom::Point *>())
91 ::geos::ignore_unused_variable_warning(newPtLocator);
Computes the topological relationship (Location) of a single point to a Geometry.
Definition PointLocator.h:58
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:67
Definition geomgraph/Node.h:62
Computes the geometric overlay of two Geometry.
Definition OverlayOp.h:68
OpCode
The spatial functions supported by this class.
Definition OverlayOp.h:77
std::vector< geom::Point * > * build(OverlayOp::OpCode opCode)
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Contains classes that perform a topological overlay to compute boolean spatial functions.
Definition BufferBuilder.h:62
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25