Interface ICurvePolygon
ICurvePolygon interface
A planar surface, defined by 1 exterior boundary and 0 or more interior boundaries.
public interface ICurvePolygon : IEquatable<ICurvePolygon>, ISurface
Properties
Name | Description |
---|---|
ExteriorRing { get; } | Gets the exterior ring. |
InteriorRingsCount { get; } | Gets the number of interior rings. |
Methods
Name | Description |
---|---|
GetInteriorRing(int) | Gets the interior ring by its index. |
See Also
- interface ISurface
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS