IGeGeometry Methods |
The IGeGeometry type exposes the following members.
Name | Description | |
---|---|---|
![]() | Buffer |
Returns buffer of the geometry,
using specified offset distance.
Provides optional parameters for curve approximation segments
and buffer's end cap style.
|
![]() | ClosestPointTo | |
![]() | Difference |
Returns difference of this geometry
and specified geometry. If no differences were found, resulting
geometry is an empty set.
|
![]() | Intersection |
Returns intersection of this geometry
and specified geometry. If no intersections were found, resulting
geometry is an empty set.
|
![]() | IsSimple |
Returns True is geometry is simple (non-aggregate),
otherwise returns False.
|
![]() | Offset |
Returns geometry offset.
|
![]() | SymmetricDifference |
Returns symmetric difference of this
geometry and specified geometry. If no symmetric differences were
found, resulting geometry is an empty set.
|
![]() | TryConvert |
Losely converts geometry to specified geometric type.
Returns True if conversion was successful,
otherwise returns False.
|
![]() | Union |
Returns union of this geometry
and specified geometry.
|