Click or drag to resize
GeCoordinateCollection Class
Represents a collection of coordinates.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListGeCoordinate
    FDF.CommonFdfQueryableListGeCoordinate
      FDF.Common.GeometriesGeCoordinateCollection

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class GeCoordinateCollection : FdfQueryableList<GeCoordinate>, 
	IFdfLocalizable, ICloneable

The GeCoordinateCollection type exposes the following members.

Constructors
  NameDescription
Public methodGeCoordinateCollection
Initializes a new instance of the GeCoordinateCollection class
Public methodGeCoordinateCollection(Int32)
Initializes a new instance of the GeCoordinateCollection class
Public methodGeCoordinateCollection(GeCoordinate)
Initializes a new instance of the GeCoordinateCollection class
Public methodGeCoordinateCollection(GeCoordinateCollection)
Initializes a new instance of the GeCoordinateCollection class
Top
Properties
  NameDescription
Public propertyDimensionality
Public propertyIsClosed
Public propertyIsUnique
Returns True if collection contains only unique (non-duplicate) coordinates.
Top
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
Remarks