21 #ifndef GEOS_GEOS_MULTIPOINT_H
22 #define GEOS_GEOS_MULTIPOINT_H
24 #include <geos/export.h>
25 #include <geos/platform.h>
26 #include <geos/geom/GeometryCollection.h>
27 #include <geos/geom/Puntal.h>
28 #include <geos/geom/Dimension.h>
30 #include <geos/inline.h>
38 class CoordinateArraySequence;
47 #pragma warning(disable:4250) // T1 inherits T2 via dominance
68 int getBoundaryDimension()
const;
81 std::string getGeometryType()
const;
85 bool equalsExact(
const Geometry *other,
double tolerance=0)
const;
113 const Coordinate* getCoordinateN(
int n)
const;
123 #endif // ndef GEOS_GEOS_MULTIPOINT_H