21 #ifndef GEOS_ALGORITHM_INTERIORPOINTLINE_H
22 #define GEOS_ALGORITHM_INTERIORPOINTLINE_H
24 #include <geos/export.h>
25 #include <geos/geom/Coordinate.h>
31 class CoordinateSequence;
85 #endif // GEOS_ALGORITHM_INTERIORPOINTLINE_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Computes a point in the interior of an linear geometry.
Definition: InteriorPointLine.h:49
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60