GLG Toolkit, Java Class Library  Version 4.5
GlgGISRequestStatus

GIS request status in request observer's RequestUpdate method. More...

Detailed Description

GIS request status in request observer's RequestUpdate method.

Constants

static final int GIS_ABORT_BY_API = 6
 Aborted by the AbortGISRequest API method. More...
 
static final int GIS_ABORT_OF_ZOOM_MODE = 3
 Aborted due to the abort of the ZoomTo request by the application. More...
 
static final int GIS_ABORT_ON_GIS_CHANGE = 1
 Aborted due to GIS object parameters change. More...
 
static final int GIS_ABORT_ON_LOAD_ERROR = 4
 Aborted due to the map image generation errors. More...
 
static final int GIS_ABORT_ON_NEW_REQUEST = 2
 Aborted due to new request being issued. More...
 
static final int GIS_ABORT_ON_RESET = 5
 Aborted due to a reset of the GIS object. More...
 
static final int GIS_REQUEST_READY = 7
 The GIS request is ready to be installed using InstallGISRequest. More...
 

Variable Documentation

◆ GIS_ABORT_BY_API

final int GIS_ABORT_BY_API = 6
static

Aborted by the AbortGISRequest API method.

◆ GIS_ABORT_OF_ZOOM_MODE

final int GIS_ABORT_OF_ZOOM_MODE = 3
static

Aborted due to the abort of the ZoomTo request by the application.

◆ GIS_ABORT_ON_GIS_CHANGE

final int GIS_ABORT_ON_GIS_CHANGE = 1
static

Aborted due to GIS object parameters change.

◆ GIS_ABORT_ON_LOAD_ERROR

final int GIS_ABORT_ON_LOAD_ERROR = 4
static

Aborted due to the map image generation errors.

◆ GIS_ABORT_ON_NEW_REQUEST

final int GIS_ABORT_ON_NEW_REQUEST = 2
static

Aborted due to new request being issued.

◆ GIS_ABORT_ON_RESET

final int GIS_ABORT_ON_RESET = 5
static

Aborted due to a reset of the GIS object.

◆ GIS_REQUEST_READY

final int GIS_REQUEST_READY = 7
static

The GIS request is ready to be installed using InstallGISRequest.