MultiPolygon.
More...
#include <MultiPolygon.h>
Inheritance diagram for geos::geom::MultiPolygon:

Public Member Functions | |
| Dimension::DimensionType | getDimension () const |
| Returns surface dimension (2). | |
| int | getBoundaryDimension () const |
| Returns 1 (MultiPolygon boundary is MultiLineString). | |
| Geometry * | getBoundary () const |
| Computes the boundary of this geometry. | |
| std::string | getGeometryType () const |
| Return a string representation of this Geometry type. | |
| virtual GeometryTypeId | getGeometryTypeId () const |
| Return an integer representation of this Geometry type. | |
| bool | isSimple () const |
| Returns false if the Geometry not simple. | |
| bool | equalsExact (const Geometry *other, double tolerance=0) const |
| Returns true if the two Geometrys are exactly equal, up to a specified tolerance. | |
| Geometry * | clone () const |
Protected Member Functions | |
| MultiPolygon (std::vector< Geometry * > *newPolys, const GeometryFactory *newFactory) | |
| Construct a MultiPolygon. | |
| MultiPolygon (const MultiPolygon &mp) | |
Friends | |
| class | GeometryFactory |
MultiPolygon.
|
||||||||||||
|
Construct a MultiPolygon.
|
|
|
Creates and returns a full copy of this GeometryCollection object. (including all coordinates contained by it).
Reimplemented from geos::geom::GeometryCollection. |
|
|
Computes the boundary of this geometry.
Reimplemented from geos::geom::GeometryCollection. |
1.4.4