MultiPolygon
.
More...
#include <geos.h>
Inheritance diagram for geos::MultiPolygon:
Public Member Functions | |
MultiPolygon (vector< Geometry * > *newPolys, const GeometryFactory *newFactory) | |
Construct a MultiPolygon. | |
int | getDimension () const |
Returns surface dimension (2). | |
int | getBoundaryDimension () const |
Returns 1 (MultiPolygon boundary is MultiLineString). | |
Geometry * | getBoundary () const |
Returns a MultiLineString composed of one LineString for each of the composing Polygon's shells and holes. | |
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) const |
Returns true if the two Geometrys are exactly equal, up to a specified tolerance. |
MultiPolygon
.
|
Construct a MultiPolygon.
|