#include <ConnectedElementPointFilter.h>
Public Member Functions | |
ConnectedElementPointFilter (std::vector< const geom::Coordinate * > *newPts) | |
void | filter_ro (const geom::Geometry *geom) |
Static Public Member Functions | |
static std::vector< const geom::Coordinate * > * | getCoordinates (const geom::Geometry *geom) |
static std::vector<const geom::Coordinate*>* geos::operation::distance::ConnectedElementPointFilter::getCoordinates | ( | const geom::Geometry * | geom | ) | [static] |
Returns a list containing a Coordinate from each Polygon, LineString, and Point found inside the specified geometry. Thus, if the specified geometry is not a GeometryCollection, an empty list will be returned.