22 #ifndef GEOS_GEOS_MULTIPOLYGON_H
23 #define GEOS_GEOS_MULTIPOLYGON_H
25 #include <geos/export.h>
28 #include <geos/platform.h>
29 #include <geos/geom/GeometryCollection.h>
30 #include <geos/geom/Polygonal.h>
31 #include <geos/geom/Dimension.h>
33 #include <geos/inline.h>
39 class CoordinateArraySequence;
50 #pragma warning(disable:4250) // T1 inherits T2 via dominance
73 int getBoundaryDimension()
const;
83 std::string getGeometryType()
const;
87 bool isSimple()
const;
89 bool equalsExact(
const Geometry *other,
double tolerance=0)
const;
129 # include "geos/geom/MultiPolygon.inl"
132 #endif // ndef GEOS_GEOS_MULTIPOLYGON_H
Models a collection of Polygons.
Definition: MultiPolygon.h:61
GeometryTypeId
Geometry types.
Definition: Geometry.h:66
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: Polygonal.h:33
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
DimensionType
Definition: Dimension.h:32