Geotools.Net

Coordinates Members

Public Static (Shared) Methods

HasRepeatedPoints Determines if this set of coordinates contains repeating points.
RemoveRepeatedPoints If the coordinate array has repeated points, constructs new array containing no repeated points.

Public Instance Constructors

CoordinatesOverloaded. Initialize a new instance of the Coordinates class.

Public Instance Properties

Capacity (inherited from ArrayList)Gets or sets the number of elements that the ArrayList can contain.
Count (inherited from ArrayList)Gets the number of elements actually contained in the ArrayList.
IsFixedSize (inherited from ArrayList)Gets a value indicating whether the ArrayList has a fixed size.
IsReadOnly (inherited from ArrayList)Gets a value indicating whether the ArrayList is read-only.
IsSynchronized (inherited from ArrayList)Gets a value indicating whether access to the ArrayList is synchronized (thread-safe).
Item Represents the Coordinate object entry at the specified index.
SyncRoot (inherited from ArrayList)Gets an object that can be used to synchronize access to the ArrayList.

Public Instance Methods

Add (inherited from ArrayList)Adds an object to the end of the ArrayList.
AddRange (inherited from ArrayList)Adds the elements of an ICollection to the end of the ArrayList.
BinarySearch (inherited from ArrayList)Searches the entire sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element.
BinarySearch (inherited from ArrayList)Searches the entire sorted ArrayList for an element using the default comparer and returns the zero-based index of the element.
BinarySearch (inherited from ArrayList)Searches a section of the sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element.
Clear (inherited from ArrayList)Removes all elements from the ArrayList.
Clone Creates an exact replica of this set of coordinates.
Contains (inherited from ArrayList)Determines whether an element is in the ArrayList.
CopyTo (inherited from ArrayList)Copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.
CopyTo (inherited from ArrayList)Copies a range of elements from the ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.
CopyTo (inherited from ArrayList)Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array.
Equals Determines if the two objects are of the same type and if they contain the elements.
GetEnumerator (inherited from ArrayList)Returns an enumerator for the entire ArrayList.
GetEnumerator (inherited from ArrayList)Returns an enumerator for a section of the ArrayList.
GetHashCode Returns a unique integer for this object.
GetRange (inherited from ArrayList)Returns an ArrayList which represents a subset of the elements in the source ArrayList.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf (inherited from ArrayList)Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ArrayList.
IndexOf (inherited from ArrayList)Searches for the specified Object and returns the zero-based index of the first occurrence within the section of the ArrayList that starts at the specified index and contains the specified number of elements.
IndexOf (inherited from ArrayList)Searches for the specified Object and returns the zero-based index of the first occurrence within the section of the ArrayList that extends from the specified index to the last element.
Insert (inherited from ArrayList)Inserts an element into the ArrayList at the specified index.
InsertRange (inherited from ArrayList)Inserts the elements of a collection into the ArrayList at the specified index.
LastIndexOf (inherited from ArrayList) Searches for the specified Object and returns the zero-based index of the last occurrence within the section of the ArrayList that contains the specified number of elements and ends at the specified index.
LastIndexOf (inherited from ArrayList) Searches for the specified Object and returns the zero-based index of the last occurrence within the section of the ArrayList that extends from the first element to the specified index.
LastIndexOf (inherited from ArrayList) Searches for the specified Object and returns the zero-based index of the last occurrence within the entire ArrayList.
Remove (inherited from ArrayList)Removes the first occurrence of a specific object from the ArrayList.
RemoveAt (inherited from ArrayList)Removes the element at the specified index of the ArrayList.
RemoveRange (inherited from ArrayList)Removes a range of elements from the ArrayList.
Reverse (inherited from ArrayList)Reverses the order of the elements in the specified range.
Reverse (inherited from ArrayList)Reverses the order of the elements in the entire ArrayList.
ReverseCoordinateOrder Reverses the order of the coordinates in this set of coordinates.
SetRange (inherited from ArrayList)Copies the elements of a collection over a range of elements in the ArrayList.
Sort (inherited from ArrayList)Sorts the elements in a section of ArrayList using the specified comparer.
Sort (inherited from ArrayList)Sorts the elements in the entire ArrayList using the specified comparer.
Sort (inherited from ArrayList)Sorts the elements in the entire ArrayList using the IComparable implementation of each element.
ToArray (inherited from ArrayList)Copies the elements of the ArrayList to a new array of the specified type.
ToArray (inherited from ArrayList)Copies the elements of the ArrayList to a new Object array.
ToString Returns a string representation of the Coordinates object.
TrimToSize (inherited from ArrayList)Sets the capacity to the actual number of elements in the ArrayList.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Coordinates Class | Geotools.Geometries Namespace