Methods definitions for accessing the configuration.
| EMS. | Methods definitions for accessing the configuration. |
| Static Functions | |
| getBase | {String} which is the base server URL. |
| getMode | {String} the communication mode. |
| getToken | {String} which is the user authorisation token. |
| getVersion | {Object} which is the application and tile version version. |
| getRemapper | {String} which is the remapper server URL. |
| getTiles | {String} which is the remapper tiles server URL. |
| getMarkers | {String} which is the remapper marker server URL. |
| getService | {String} which is the service base end point URL. |
| getScripts | {String} which is the script directory base URL. |
| getImages | {String} which is the base images URL. |
{String} which is the base server URL.
EMS.Configuration.getBase = function()
{String} the communication mode.
EMS.Configuration.getMode = function()
{String} which is the user authorisation token.
EMS.Configuration.getToken = function()
{Object} which is the application and tile version version.
EMS.Configuration.getVersion = function()
{String} which is the remapper server URL.
EMS.Configuration.getRemapper = function()
{String} which is the remapper tiles server URL.
EMS.Configuration.getTiles = function()
{String} which is the remapper marker server URL.
EMS.Configuration.getMarkers = function()
{String} which is the service base end point URL.
EMS.Configuration.getService = function()
{String} which is the script directory base URL.
EMS.Configuration.getScripts = function()
{String} which is the base images URL.
EMS.Configuration.getImages = function()