17 #ifndef GEOS_ALGORITHM_INTERIORPOINTAREA_H
18 #define GEOS_ALGORITHM_INTERIORPOINTAREA_H
20 #include <geos/export.h>
21 #include <geos/geom/Coordinate.h>
28 class GeometryFactory;
29 class GeometryCollection;
96 #endif // GEOS_ALGORITHM_INTERIORPOINTAREA_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Computes a point in the interior of an area geometry.
Definition: InteriorPointArea.h:54
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: LineString.h:71
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:57