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
| exception | condition | 
|---|---|
| ArgumentOutOfRangeException | 
See Also
- interface IGeometry
 - namespace Aspose.Gis.Geometries
 - assembly Aspose.GIS