22 #ifndef GEOS_GEOS_MULTIPOINT_H
23 #define GEOS_GEOS_MULTIPOINT_H
25 #include <geos/export.h>
26 #include <geos/platform.h>
27 #include <geos/geom/GeometryCollection.h>
28 #include <geos/geom/Puntal.h>
29 #include <geos/geom/Dimension.h>
31 #include <geos/inline.h>
39 class CoordinateArraySequence;
48 #pragma warning(disable:4250) // T1 inherits T2 via dominance
69 int getBoundaryDimension()
const;
82 std::string getGeometryType()
const;
86 bool equalsExact(
const Geometry *other,
double tolerance=0)
const;
114 const Coordinate* getCoordinateN(
int n)
const;
128 #endif // ndef GEOS_GEOS_MULTIPOINT_H