19#ifndef GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H
20#define GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H
22#include <geos/export.h>
24#include <geos/geom/GeometryFilter.h>
50 std::vector<const geom::Coordinate*> *pts;
60 ConnectedElementPointFilter(std::vector<const geom::Coordinate*> *newPts)
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
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
static std::vector< const geom::Coordinate * > * getCoordinates(const geom::Geometry *geom)
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Provides classes for computing the distance between geometries.
Definition opDistance.h:23
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25