IGeometry.ReplacePolygonsByLines

IGeometry.ReplacePolygonsByLines method

Gets polygons represented as lines of this geometry.

public IGeometry ReplacePolygonsByLines()

Return Value

A geometry, that has no polygon geometries. The following transformation are applied: Polygons are linearized (transformed into LineStrings)MultiPolygons are joined into MultiLineStrings

Exceptions

exceptioncondition
ArgumentOutOfRangeException

See Also