GeCoordinateCollection Methods |
The GeCoordinateCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Average |
Returns an average of all coordinates.
If collection has no members returns empty coordinate.
|
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | Close | |
![]() | GetCurveSegments | |
![]() | GetTypeName |
Returns String representation of the underlying type.
|
![]() | Sort |
Sorts coordinates clockwise (2D).
|
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
![]() | TryInsert |
Returns True if specified coordinate
was inserted as unique vertex in a collection, otherwise returns False.
|
![]() | Unique |
Returns a list of unique (non-identical) coordinates,
preserving their order.
|
![]() | WeightedAverage |
Returns weighted average of all coordinates,
where each M value is considered weight.
If collection has no members returns empty coordinate.
|