IMultiPolygon
A multipolygon is a collection of polygons.
|
Properties |
|
|
Gets the area of the geometry. |
|
|
An IPoint representing the geometric center of the geometry. |
|
|
Gets the number of geometries in the collection. (Inherited from IGeometryCollection) |
|
|
Gets the dimension of the geometry object. (Inherited from IGeometry) |
|
|
Gets the geometry’s bounding box. (Inherited from IGeometry) |
|
|
Gets an IGeometry, representing a specific geometry in the collection. |
|
|
Gets the geometry type ID. (Inherited from IGeometry) |
|
|
Gets a string representation of the geometry type. (Inherited from IGeometry) |
|
|
Gets the data stored in the specified zero-based index. (Inherited from IGeometryCollection) |
|
|
Gets the number of geometries in this collection. (Inherited from IGeometryCollection) |
|
|
PointOnSurface |
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 information (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 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) |
Area
Gets the area of the geometry.
JavaScript |
|
Area |
C# |
|
double Area { get; } |
C++ |
|
HRESULT Area([out, retval] double* dArea) |