A Multipoint is a collection of points. Like the points that compose it, it also has a dimension of zero.
|
Properties |
|
|
The number of points in the collection. (Inherited from IGeometryCollection) |
|
|
Returns the dimension of the multipoint collection (always zero). (Inherited from IGeometry) |
|
|
Returns the multipoint’s bounding box. (Inherited from IGeometry) |
|
|
Returns an IGeometry, representing a specific point in the collection. (C# exposes this property as get_Geometry method) |
|
|
Returns the geometry type. (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 points in this multipoint collection. (Inherited from IGeometryCollection) |
|
|
An ISpatialOperator representing the multipoint’s interaction with another geometry object. (Inherited from IGeometry) |
|
|
An ISpatialRelation that tests the multipoint’s spatial relationship with other geometries. (Inherited from IGeometry) |
|
|
An IWks representing methods for transferring the collection’s coordinate system information (WKT and WKB). (Inherited from IGeometry) |
|
|
Methods |
|
|
Adds a point to the collection. (Inherited from IGeometryCollection) |
|
|
Returns an exact copy of the multipoint collection. (Inherited from IGeometry) |
|
|
Deletes the selected point from the collection. (Inherited from IGeometryCollection) |
|
|
Terminates the edit item mode. (Inherited from IGeometry) |
|
|
Returns an IGeometry, representing a specific point 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 collection is empty. (Inherited from IGeometry) |
|
|
Returns whether or not the collection is simple. A multipoint collection is simple if none of its elements occupy the same coordinate space. (Inherited from IGeometry) |
|
|
Removes all points from this collection. (Inherited from IGeometry) |
|
|
Starts the edit item mode. (Inherited from IGeometry) |
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) |
|
|
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 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) |