|
MapGuide API Reference
|
| virtual MgCoordinate* MgCoordinateIterator::GetCurrent | ( | ) | [virtual] |
Gets the current coordinate. After an iterator is created or after a Reset, MoveNext must be called to advance the iterator to the first coordinate before calling GetCurrent; otherwise, the current position is undefined and an exception is thrown.
| virtual MgCoordinate GetCurrent(); |
| virtual MgCoordinate GetCurrent(); |
| virtual MgCoordinate GetCurrent(); |
| MgIndexOutOfRangeException |