"getYBottom"

Returns the bottom edge's Y coordinate of the currently displayed area.

Synopsis

double getYBottom();

Parameters

Parameter Description
-

Description

The function getYBottom() returns the bottom edge's Y coordinate of the currently displayed area.

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

Example

The function getYBottom() returns the bottom edge's Y coordinate of the currently displayed area.

main()
{
  GisViewer_ewo1.getYBottom();
}

Assignment

GIS Viewer