16#ifndef GEOS_GEOM_UTIL_SHORTCIRCUITEDGEOMETRYVISITOR_H
17#define GEOS_GEOM_UTIL_SHORTCIRCUITEDGEOMETRYVISITOR_H
19#include <geos/export.h>
47 virtual void visit(
const Geometry& element) = 0;
48 virtual bool isDone() = 0;
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:188
A visitor to Geometry elements which can be short-circuited by a given condition.
Definition ShortCircuitedGeometryVisitor.h:39
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26