EMS.Configuration

Methods definitions for accessing the configuration.

Summary
EMS.ConfigurationMethods 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.

Static Functions

getBase

EMS.Configuration.getBase = function()

Returns

{String} which is the base server URL.

getMode

EMS.Configuration.getMode = function()

Returns

{String} the communication mode.

getToken

EMS.Configuration.getToken = function()

Returns

{String} which is the user authorisation token.

getVersion

EMS.Configuration.getVersion = function()

Returns

{Object} which is the application and tile version version.

getRemapper

EMS.Configuration.getRemapper = function()

Returns

{String} which is the remapper server URL.

getTiles

EMS.Configuration.getTiles = function()

Returns

{String} which is the remapper tiles server URL.

getMarkers

EMS.Configuration.getMarkers = function()

Returns

{String} which is the remapper marker server URL.

getService

EMS.Configuration.getService = function()

Returns

{String} which is the service base end point URL.

getScripts

EMS.Configuration.getScripts = function()

Returns

{String} which is the script directory base URL.

getImages

EMS.Configuration.getImages = function()

Returns

{String} which is the base images URL.

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