The following tables list the members exposed by CoordinateCollection.
Name | Description | |
---|---|---|
![]() | CoordinateCollection Constructor | Overloaded. Creates a new empty instance of coordinate collection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the List. |
![]() | Extent | Gets the extent of the coordinate collection. |
![]() | IsAHole | Indicates if the coordinate collection is a hole |
![]() | IsARing | Indicates if the coordinate collection is a closed ring. |
![]() | IsAShell | Indicates if the coordinate collection is a shell. |
![]() | IsCounterClockwise | Indicates if the coordinates are ordered counter clockwise. |
![]() | Item | Gets or sets the element at the specified index. |
![]() | LastIndex | Gets the index value for the last coordinate. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an coordinate to the end of the List. |
![]() | AddRange | Adds the elements of the specified collection to the end of the List. |
![]() | Clear | Removes all elements from the List. |
![]() | Clone | Clones the coordinate collection and its coordinates. |
![]() ![]() | CollectionIsARing | Indicates if the collection of coordinates is a closed ring. |
![]() | Contains | Determines if an element is in the List. |
![]() | CopyTo | Copies the coordinates to an array. |
![]() | EquivalentTo | Checks if two coordinate collections are equal. |
![]() | GetEnumerator | Gets an enumerator for the List. |
![]() | GetNearestCoordinate | Gets a coordinate that is closest to the input coordinate. |
![]() | GetNearestVertex | Gets the nearest coordinate on the geometry using an input point location |
![]() | IndexOf | Gets the zero-based index of the first occurrence of a value in the List. |
![]() | Insert | Inserts an element into the List at the specified index. |
![]() | InsertRange | Inserts the elements of a collection into the List at the specified index. |
![]() | MakeHole | Makes the coordinate collection a valid hole. |
![]() | MakeRing | Makes the coordinate collection a closed ring |
![]() | MakeShell | Makes the coordinate collection a valid shell. |
![]() | Remove | Removes the first occurrence of a specific object from the List. |
![]() | RemoveAt | Removes the element at the specified index of the List. |
![]() | RemoveBetweenRange | Removes a range of coordinates between the two indices. |
![]() | RemoveDuplicatedCoordinates | Removes duplicated coordinates from the coordinate collection. |
![]() | ReplaceSegment | Replace a segment between two given indices. |
![]() | Reverse | Overloaded. Reverses the order of the elements in the entire List. |
![]() | Sort | Overloaded. Sorts the elements in the entire list using the default comparer. |
Name | Description | |
---|---|---|
![]() | ListChanged | Occurs when the coordinates changes. |