20 #ifndef GEOS_ALGORITHM_INTERIORPOINTLINE_H
21 #define GEOS_ALGORITHM_INTERIORPOINTLINE_H
23 #include <geos/export.h>
24 #include <geos/geom/Coordinate.h>
30 class CoordinateSequence;
84 #endif // GEOS_ALGORITHM_INTERIORPOINTLINE_H
Computes a point in the interior of an linear geometry.
Definition: InteriorPointLine.h:48
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:84
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59