Home > All Other Interfaces > IMultiPolygon
A multipolygon is a collection of polygons.
|
Properties |
|
|
The area of the geometry. |
|
|
An IPoint representing the geometric center of the geometry. |
|
|
The number of geometries in the collection. (Inherited from IGeometryCollection) |
|
|
Returns the dimension of the geometry object. (Inherited from IGeometry) |
|
|
Returns the geometry’s bounding box. (Inherited from IGeometry) |
|
|
Returns an IGeometry, representing a specific geometry in the collection. (C# exposes this property as get_Geometry method) |
|
|
Returns the geometry type ID. (Inherited from IGeometry) |
|
|
Returns a string representation of the geometry type. (Inherited from IGeometry) |
|
|
Returns the data stored in the specified zero based index. (Inherited from IGeometryCollection) |
|
|
The number of geometries in this collection. (Inherited from IGeometryCollection) |
|
|
Reserved. Currently not used. |
|
|
An ISpatialOperator representing the selected geometry’s interaction with another geometry object. (Inherited from IGeometry) |
|
|
An ISpatialRelation that tests the geometry’s spatial relationship with other geometries. (Inherited from IGeometry) |
|
|
An IWks representing methods for transferring coordinate system informationvs (WKT and WKB). (Inherited from IGeometry) |
|
|
Methods |
|
|
Adds a geometry to the collection. (Inherited from IGeometryCollection) |
|
|
Returns an exact copy of the multipolygon collection. (Inherited from IGeometry) |
|
|
Deletes the selected geometry from the collection. (Inherited from IGeometryCollection) |
|
|
Terminates the edit item mode. (Inherited from IGeometry) |
|
|
Returns an IGeometry, representing a specific geometry in the collection. (This method is exposed only in C#. To use from C++ or JavaScript use the Geometry property) |
|
|
Returns whether or not the set of geometries in the selected geometry collection is empty. (Inherited from IGeometry) |
|
|
Returns whether or not the geometry collection is simple. (Inherited from IGeometry) |
|
|
Removes all geometries from this collection. (Inherited from IGeometry) |
|
|
Starts the edit item mode. (Inherited from IGeometry) |