19#ifndef GEOS_OP_DISTANCE_CONNECTEDELEMENTLOCATIONFILTER_H
20#define GEOS_OP_DISTANCE_CONNECTEDELEMENTLOCATIONFILTER_H
22#include <geos/export.h>
24#include <geos/geom/GeometryFilter.h>
55 std::vector<GeometryLocation*> *locations;
66 ConnectedElementLocationFilter(std::vector<GeometryLocation*> *newLocations)
68 locations(newLocations)
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< GeometryLocation * > * getLocations(const geom::Geometry *geom)
Represents the location of a point on a Geometry.
Definition GeometryLocation.h:50
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