CircularString.CircularString
Contents
[
Hide
]CircularString()
Initializes a new instance of the CircularString
class.
public CircularString()
See Also
- class CircularString
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS
CircularString(IEnumerable<IPoint>)
Initializes a new instance of the CircularString
class.
public CircularString(IEnumerable<IPoint> collection)
Parameter | Type | Description |
---|---|---|
collection | IEnumerable`1 | The collection of points. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | The argument is null . |
InvalidOperationException | Any point is empty (its IsEmpty is true ). |
See Also
- interface IPoint
- class CircularString
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS
CircularString(ICircularString)
Initializes a new instance of the CircularString
class.
public CircularString(ICircularString other)
Parameter | Type | Description |
---|---|---|
other | ICircularString | The other string to copy data from. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | The argument is null . |
See Also
- interface ICircularString
- class CircularString
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS