Returns the index of coordinate in coordinates.
[Visual Basic]
Protected Shared Function IndexOf( _
ByVal coordinate As Coordinate, _
ByVal coordinates As ArrayList _
) As Integer
Returns the position of coordinate, or -1 if it is not found
The first position is 0; the second, 1; etc.
Geometry Class | Geometry Members | Geotools.Geometries Namespace