ESRI.ArcGIS.Mobile
CoordinateCollection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace : CoordinateCollection Class


The following tables list the members exposed by CoordinateCollection.

Public Constructors

 NameDescription
Public ConstructorCoordinateCollection ConstructorOverloaded. Creates a new empty instance of coordinate collection class.  
Top

Public Properties

 NameDescription
Public PropertyCount Gets the number of elements actually contained in the List.  
Public PropertyIsAHoleIndicates if the coordinate collection is a hole  
Public PropertyIsARingIndicates if the coordinate collection is a closed ring.  
Public PropertyIsAShellIndicates if the coordinate collection is a shell.  
Public PropertyIsCounterClockwiseIndicates if the coordinates are ordered counter clockwise.  
Public PropertyItem Gets or sets the element at the specified index.  
Public PropertyLastIndex Gets the index value for the last coordinate.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Adds an coordinate to the end of the List.  
Public MethodAddRange Adds the elements of the specified collection to the end of the List.  
Public MethodClear Removes all elements from the List.  
Public MethodCloneClones the coordinate collection and its coordinates.  
Public Methodstatic (Shared in Visual Basic)CollectionIsARingIndicates if the collection of coordinates is a closed ring.  
Public MethodContains Determines if an element is in the List.  
Public MethodCopyToCopies the coordinates to an array.  
Public MethodEquivalentTo Checks if two coordinate collections are equal.  
Public MethodGetEnumeratorGets an enumerator for the List.  
Public MethodGetEnvelopeGets the envelope of the coordinate collection.  
Public MethodGetNearestCoordinateGets a coordinate that is closest to the input coordinate.  
Public MethodGetNearestVertexGets the nearest coordinate on the geometry using an input point location  
Public MethodIndexOfGets the zero-based index of the first occurrence of a value in the List.  
Public MethodInsert Inserts an element into the List at the specified index.  
Public MethodInsertRange Inserts the elements of a collection into the List at the specified index.  
Public MethodMakeHoleMakes the coordinate collection a valid hole.  
Public MethodMakeRingMakes the coordinate collection a closed ring  
Public MethodMakeShellMakes the coordinate collection a valid shell.  
Public MethodRemove Removes the first occurrence of a specific object from the List.  
Public MethodRemoveAt Removes the element at the specified index of the List.  
Public MethodRemoveDuplicatedCoordinatesRemoves duplicated coordinates from the coordinate collection.  
Public MethodReverseOverloaded.  Reverses the order of the elements in the entire List.  
Public MethodSortOverloaded. Sorts the elements in the entire list using the default comparer.  
Top

Public Events

 NameDescription
Public EventListChanged Occurs when the coordinates changes.  
Top

See Also