"getXRight"

Returns the right edge's x coordinate of the currently displayed area.

Synopsis

double getXRight();

Parameters

Parameter Description
-

Description

Returns the right edge's x coordinate of the currently displayed area.

When your maps are defined in meters, getXRight() will return the value in meters. When the map uses degrees getXRight() will return the number of degrees.

Example

The function getXRight() returns the right edge's x coordinate of the currently displayed area.

main()
{
  GisViewer_ewo1.getXRight();
}

Assignment

GIS Viewer