Web API Reference MapGuide Open Source
virtual MgCoordinateIterator* MgRegion::GetCoordinates (  )  [pure virtual]

Returns an iterator over the coordinates included in this geometric entity.

.NET Syntax
virtual MgCoordinateIterator GetCoordinates();
Java Syntax
virtual MgCoordinateIterator GetCoordinates();

Returns:
The coordinates of this geometric entity

Implements MgGeometry.

Implemented in MgPolygon.


Comments or suggestions? Send us feedback.