Web API Reference MapGuide Open Source
virtual MgCoordinateIterator* MgRing::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 MgGeometryComponent.

Implemented in MgLinearRing.


Comments or suggestions? Send us feedback.