Class Chain
Chain class
public class Chain : IReadOnlyList<Coordinate>
Constructors
Name | Description |
---|---|
Chain(Chain) | |
Chain(params Coordinate[]) | |
Chain(IReadOnlyList<Coordinate>) |
Properties
Name | Description |
---|---|
Count { get; } | |
EndCoordinate { get; } | |
IsClockwise { get; } | |
IsClosed { get; } | |
Item { get; } | |
SegmentsCount { get; } | |
StartCoordinate { get; } |
Methods
Name | Description |
---|---|
GetEnumerator() | |
Locate(Coordinate) | |
SegmentAt(int) | |
TakeCoordinatesDangerous() | |
static ComputeIsClockwise(IReadOnlyList<Coordinate>) |
See Also
- struct Coordinate
- namespace Aspose.Gis.Topology
- assembly Aspose.GIS