Home > All Other Interfaces > IGeometry

IGeometry

This interface provides properties and methods for setting or returning the properties and behavior of geometric objects.

 

 

Properties

 

Dimension

Returns the dimension of the geometry object.

Envelope

Returns the geometry’s bounding box.

GeometryType

Returns the geometry type.

GeometryTypeStr

Returns a string representation of the geometry type.

SpatialOperator

An ISpatialOperator representing the selected geometry’s interaction with another geometry object.

SpatialRelation

An ISpatialRelation that tests the geometry’s spatial relationship with other geometries.

Wks

An IWks representing methods for transferring coordinate system information (WKT and WKB).

 

Methods

 

Clone

Creates an exact copy of the selected geometry.

EndEdit

Terminates the edit item mode.

IsEmpty

Returns whether or not the set of points in the selected geometry is empty.

IsSimple

Returns TRUE if the geometry is simple.

SetEmpty

Removes all points from this geometry.

StartEdit

Starts the edit item mode.