MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual void MgCoordinateSystemGridBoundary::SetBoundaryExtents ( MgCoordinate southwest,
MgCoordinate northeast 
) [pure virtual]

Sets the extents of this grid boundary.

Parameters:
southwest(MgCoordinate) The southwest coordinate of the extents
northeast(MgCoordinate) The northeast coordinate of the extents
Remarks:
Contrary to other envelope objects, this method specifically requires that the southwest argument indeed be southwest of the northeast argument. Necessary to support geographic coordinate systems (i.e. +/- 180).