Click or drag to resize
GeCoordinateCollection Methods

The GeCoordinateCollection type exposes the following members.

Methods
  NameDescription
Public methodAverage
Returns an average of all coordinates. If collection has no members returns empty coordinate.
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodClose
Public methodGetCurveSegments
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodSort
Sorts coordinates clockwise (2D).
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodTryInsert
Returns True if specified coordinate was inserted as unique vertex in a collection, otherwise returns False.
Public methodUnique
Returns a list of unique (non-identical) coordinates, preserving their order.
Public methodWeightedAverage
Returns weighted average of all coordinates, where each M value is considered weight. If collection has no members returns empty coordinate.
Top
See Also