16#ifndef GEOS_GEOM_UTIL_POINTEXTRACTER_H
17#define GEOS_GEOM_UTIL_POINTEXTRACTER_H
19#include <geos/export.h>
20#include <geos/geom/GeometryFilter.h>
21#include <geos/geom/Point.h>
22#include <geos/platform.h>
Geometry classes support the concept of applying a Geometry filter to the Geometry.
Definition GeometryFilter.h:48
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
std::vector< const Point * > ConstVect
A vector of const Point pointers.
Definition Point.h:75
Provides classes that parse and modify Geometry objects.
Definition ComponentCoordinateExtracter.h:30
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25