20#ifndef GEOS_ALGORITHM_POINTLOCATOR_H
21#define GEOS_ALGORITHM_POINTLOCATOR_H
23#include <geos/export.h>
24#include <geos/geom/Location.h>
58class GEOS_DLL PointLocator {
95 void updateLocationInfo(
int loc);
int locate(const geom::Coordinate &p, const geom::Geometry *geom)
bool intersects(const geom::Coordinate &p, const geom::Geometry *geom)
Definition PointLocator.h:83
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
Definition LineString.h:70
Models an OGC SFS LinearRing.
Definition LinearRing.h:57
@ EXTERIOR
Definition Location.h:63
Represents a linear polygon, which may include holes.
Definition Polygon.h:67
Classes which determine the Location of points in geometries.
Definition IndexedPointInAreaLocator.h:43
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25