MapGuide API Reference
|
virtual MgCoordinateSystemGridBoundary* MgCoordinateSystemFactory::GridBoundary | ( | MgPolygon * | boundary | ) | [virtual] |
Constructs a grid boundary object. Externally, grid objects are in viewport coordinates and define the extents of the region within which a grid is to be drawn. Such objects are often simple rectangles, but his is not a requirement.
boundary | The grid boundary in the form of a MgPolygon with no interior rings. |
MgOutOfMemoryException | Thrown in the event of heap memory allocation failure. |