This interface gives access to geometry collections, providing methods for accessing, adding and removing individual geometries of a multi-part geometry (multipoint, multilinestring, multipolygon). For multipoints, the geometry parts are points. For multilinestrings, the geometry parts are linestrings. For multipolygons, the geometry parts are polygons.
|
Properties |
|
|
Gets the number of geometries in the collection. |
|
|
Gets the dimension of the collection. (Inherited from IGeometry) |
|
|
Gets the collection’s bounding box. (Inherited from IGeometry) |
|
|
Gets the IGeometry element in the specified zero-based index. (C# exposes this property as get_Geometry method) |
|
|
Gets the collection’s geometry type. (Inherited from IGeometry) |
|
|
Gets a string representation of the collection type. (Inherited from IGeometry) |
|
|
Gets the IGeometry element in the specified zero-based index. |
|
|
Gets the number of geometries in this collection. |
|
|
An ISpatialOperator representing the selected collection’s interaction with another geometry object. (Inherited from IGeometry) |
|
|
An ISpatialRelation that tests the collection’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. |
|
|
Returns an exact copy of the selected collection. (Inherited from IGeometry) |
|
|
Deletes the selected geometry from the collection. |
|
|
Terminates the edit item mode. (Inherited from IGeometry) |
|
|
Returns the IGeometry element in the specified zero-based index. (This method is exposed only in C#. To use from C++ or JavaScript use the Geometry property) |
|
|
Returns a Boolean indicating whether the selected geometry collection is empty. (Inherited from IGeometry) |
|
|
Returns a Boolean indicating whether 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) |