Interface IPolygon
IPolygon interface
A ICurvePolygon
whose boundaries are defined by linear rings.
public interface IPolygon : ICurvePolygon, IEquatable<IPolygon>
Properties
Name | Description |
---|---|
ExteriorRing { get; } | Gets the exterior ring. |
Methods
Name | Description |
---|---|
GetInteriorRing(int) | Gets the interior ring by its index. |
ToEditable() | Gets an editable copy of this geometry. |
See Also
- interface ICurvePolygon
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS