This abstract base class interface provides properties and methods for setting or returning the properties and behavior of geometric objects. The following interfaces are inherited from IGeometry:
§ IPoint
§ IPolygon
|
Properties |
|
|
Gets the dimension of the geometry object. |
|
|
Gets the geometry’s bounding box. |
|
|
Gets the geometry type. |
|
|
Gets a string representation of the geometry type. |
|
|
An ISpatialOperator representing the selected geometry’s interaction with another geometry object. |
|
|
An ISpatialRelation that tests the geometry’s spatial relationship with other geometries. |
|
|
An IWks representing methods for transferring coordinate system information (WKT and WKB). |
|
|
Methods |
|
|
Creates an exact copy of the selected geometry. |
|
|
Terminates the edit item mode. |
|
|
Returns a Boolean indicating whether there are points in the selected geometry. |
|
|
Returns a Boolean indicating whether the geometry is simple. |
|
|
Removes all points from this geometry. |
|
|
Starts the edit item mode. |