#include <GeometryGraphOperation.h>
Inheritance diagram for geos::operation::GeometryGraphOperation:

Public Member Functions | |
| GeometryGraphOperation (const geom::Geometry *g0, const geom::Geometry *g1) | |
| GeometryGraphOperation (const geom::Geometry *g0, const geom::Geometry *g1, const algorithm::BoundaryNodeRule &boundaryNodeRule) | |
| GeometryGraphOperation (const geom::Geometry *g0) | |
| const geom::Geometry * | getArgGeometry (unsigned int i) const |
Protected Member Functions | |
| void | setComputationPrecision (const geom::PrecisionModel *pm) |
Protected Attributes | |
| algorithm::LineIntersector | li |
| const geom::PrecisionModel * | resultPrecisionModel |
| std::vector< geomgraph::GeometryGraph * > | arg |
| The operation args into an array so they can be accessed by index. | |
1.4.7