Element index for package Client
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ k ]
[ l ]
[ m ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ z ]
[ _ ]
_
- _get_compile_path
- in file Smarty_Cartoclient.php, method Smarty_Cartoclient::_get_compile_path()
Overrides Smarty's resource compile path
- __construct
- in file ExportPlugin.php, method ExportOutput::__construct()
Constructor
- __construct
- in file ClientProjectHandler.php, method ClientProjectHandler::__construct()
Constructor
- __construct
- in file FormRenderer.php, method FormRenderer::__construct()
Constructor
- __construct
- in file Smarty_Cartoclient.php, method Smarty_Cartoclient::__construct()
Constructor
- __construct
- in file Smarty_Cartoclient.php, method Smarty_CorePlugin::__construct()
Constructor
- __construct
- in file ClientPluginHelper.php, method ClientPluginHelper::__construct()
Constructor
- __construct
- in file HttpRequestHandler.php, method HttpRequestHandler::__construct()
Constructor
- __construct
- in file ClientPlugin.php, method ToolDescription::__construct()
Constructor
- __construct
- in file CartoserverService.php, method CartoserverService::__construct()
Constructor
- __construct
- in file Cartoclient.php, method ClientPluginConfig::__construct()
Constructor
- __construct
- in file Cartoclient.php, method ClientConfig::__construct()
Constructor
- __construct
- in file ClientMapInfoCache.php, method ClientMapInfoCache::__construct()
Constructor
- __construct
- in file ClientPlugin.php, method ClientPlugin::__construct()
Constructor
- __construct
- in file ClientPlugin.php, method JsToolAttributes::__construct()
Constructor
- __construct
- in file ClientPlugin.php, method FilterRequestModifier::__construct()
Constructor
- __construct
- in file Cartoclient.php, method Cartoclient::__construct()
Constructor
top
top
top
c
- $cartoclient
- in file ClientMapInfoCache.php, variable ClientMapInfoCache::$cartoclient
- $cartoclient
- in file FormRenderer.php, variable FormRenderer::$cartoclient
- $cartoclient
- in file Smarty_Cartoclient.php, variable Smarty_Cartoclient::$cartoclient
- $cartoclient
- in file ClientPlugin.php, variable ClientPlugin::$cartoclient
- $cartoForm
- in file Cartoclient.php, variable Cartoclient::$cartoForm
- $cartoserver
- in file CartoserverService.php, variable CartoserverService::$cartoserver
- $cartoserverService
- in file Cartoclient.php, variable Cartoclient::$cartoserverService
- $clientSession
- in file Cartoclient.php, variable Cartoclient::$clientSession
- $config
- in file ClientPlugin.php, variable ClientPlugin::$config
- $config
- in file Cartoclient.php, variable Cartoclient::$config
- $config
- in file CartoserverService.php, variable CartoserverService::$config
- $contents
- in file ExportPlugin.php, variable ExportOutput::$contents
- $cursorStyle
- in file ClientPlugin.php, variable JsToolAttributes::$cursorStyle
- $customForm
- in file FormRenderer.php, variable FormRenderer::$customForm
- ACTION_JAVASCRIPT
- in file ClientPlugin.php, class constant JsToolAttributes::ACTION_JAVASCRIPT
- ACTION_MEASURE
- in file ClientPlugin.php, class constant JsToolAttributes::ACTION_MEASURE
- ACTION_SUBMIT
- in file ClientPlugin.php, class constant JsToolAttributes::ACTION_SUBMIT
- callDirect
- in file CartoserverService.php, method CartoserverService::callDirect()
Calls function using direct mode
- callFunction
- in file CartoserverService.php, method CartoserverService::callFunction()
Calls a function using either direct or SOAP mode
- callPluginsImplementing
- in file Cartoclient.php, method Cartoclient::callPluginsImplementing()
Calls plugins implementing an interface
- Cartoclient
- in file Cartoclient.php, class Cartoclient
Main Cartoclient class
- CartoclientException
- in file Cartoclient.php, class CartoclientException
Cartoclient exception
- CARTOCOMMON_HOME
- in file Cartoclient.php, constant CARTOCOMMON_HOME
Root directory for common scripts
- CartoForm
- in file Cartoclient.php, class CartoForm
Stores if mainmap or keymap were clicked, and if yes where
- CartoserverService
- in file CartoserverService.php, class CartoserverService
Wrapper for server calls
- checkBool
- in file ClientPlugin.php, method ClientPlugin::checkBool()
Checks if variable $variable has a boolean (0 or 1) value $value.
- checkClickedButtons
- in file HttpRequestHandler.php, method HttpRequestHandler::checkClickedButtons()
Checks if one map was clicked
- checkInt
- in file ClientPlugin.php, method ClientPlugin::checkInt()
Checks if variable $variable has an integer positive or zero value $value.
- checkKeymapButton
- in file HttpRequestHandler.php, method HttpRequestHandler::checkKeymapButton()
Returns true if key map was clicked and stores the point selected on key map into $cartoForm.
- checkMainmapButton
- in file HttpRequestHandler.php, method HttpRequestHandler::checkMainmapButton()
Returns true if main map was clicked
- checkMapInfoTimestamp
- in file ClientMapInfoCache.php, method ClientMapInfoCache::checkMapInfoTimestamp()
Checks if MapInfo is up-to-date, reload it from server if it's not
- checkNumeric
- in file ClientPlugin.php, method ClientPlugin::checkNumeric()
Checks if variable $variable has a numeric value $value.
- clientAllowed
- in file Cartoclient.php, method Cartoclient::clientAllowed()
Returns whether the current user has privileges to access cartoweb. It
- ClientConfig
- in file Cartoclient.php, class ClientConfig
Configuration for client side
- ClientMapInfoCache
- in file ClientMapInfoCache.php, class ClientMapInfoCache
Client side MapInfo cache implementation
- ClientPlugin
- in file ClientPlugin.php, class ClientPlugin
Client plugin
- ClientPluginConfig
- in file Cartoclient.php, class ClientPluginConfig
Configuration for client plugins
- ClientPluginHelper
- in file ClientPluginHelper.php, class ClientPluginHelper
Helper for client plugin interfaces
- ClientProjectHandler
- in file ClientProjectHandler.php, class ClientProjectHandler
Project handler for the client
- ClientSession
- in file Cartoclient.php, class ClientSession
Data stored in session
- CLIENT_SESSION_KEY
- in file Cartoclient.php, constant CLIENT_SESSION_KEY
Prefix for session key, mapId is appended before use
- computeMapInfo
- in file ClientMapInfoCache.php, method ClientMapInfoCache::computeMapInfo()
- convertName
- in file ClientPluginHelper.php, method ToolProviderHelper::convertName()
Converts a name one_toto_two ==> OneTotoTwo
- coordsToPoints
- in file HttpRequestHandler.php, method DhtmlSelectionParser::coordsToPoints()
Parses coords array data and converts it to an array of Point
- createSession
- in file ClientPlugin.php, method Sessionable::createSession()
Initializes session data
- Cartoclient.php
- procedural page Cartoclient.php
- CartoserverService.php
- procedural page CartoserverService.php
- ClientMapInfoCache.php
- procedural page ClientMapInfoCache.php
- ClientPluginHelper.php
- procedural page ClientPluginHelper.php
- ClientPlugin.php
- procedural page ClientPlugin.php
- ClientProjectHandler.php
- procedural page ClientProjectHandler.php
top
d
- decode
- in file Encoding.php, method EncoderUTF::decode()
- decode
- in file Encoding.php, method EncoderISO::decode()
- decode
- in file Encoding.php, method EncoderInterface::decode()
Wrapper for function decode
- DhtmlSelectionParser
- in file HttpRequestHandler.php, class DhtmlSelectionParser
Parses dhtml HTTP Requests, and returns a shape for the drawn selection.
- doMain
- in file Cartoclient.php, method Cartoclient::doMain()
Main method
- drawJavascriptFolders
- in file FormRenderer.php, method FormRenderer::drawJavascriptFolders()
Sets template variables for displaying the javascript folders.
- drawMessages
- in file FormRenderer.php, method FormRenderer::drawMessages()
Draws user and developer messages
- drawProjectsChooser
- in file FormRenderer.php, method FormRenderer::drawProjectsChooser()
Draw a drop-down list with project names.
- drawTools
- in file FormRenderer.php, method FormRenderer::drawTools()
Draws tool bar
- drawUserAndRoles
- in file FormRenderer.php, method FormRenderer::drawUserAndRoles()
Sets some variables in the template about the current user and its roles.
top
e
- ExportPlugin.php
- procedural page ExportPlugin.php
- encode
- in file Encoding.php, method EncoderInterface::encode()
Wrapper for function encode
- encode
- in file Encoding.php, method EncoderUTF::encode()
- encode
- in file Encoding.php, method EncoderISO::encode()
- EncoderInterface
- in file Encoding.php, class EncoderInterface
Encoder interface
- EncoderISO
- in file Encoding.php, class EncoderISO
ISO-8859-1 en/decoder
- EncoderUTF
- in file Encoding.php, class EncoderUTF
UTF8 en/decoder
- Exportable
- in file ClientPlugin.php, class Exportable
Interface for plugins that may modify requests before an export
- ExportConfiguration
- in file ExportPlugin.php, class ExportConfiguration
Export configuration
- ExportOutput
- in file ExportPlugin.php, class ExportOutput
Output of an export
- ExportPlugin
- in file ExportPlugin.php, class ExportPlugin
Export plugin
- KEYMAP
- in file ClientPlugin.php, class constant ToolDescription::KEYMAP
- SELECTION_COORDS
- in file HttpRequestHandler.php, class constant DhtmlSelectionParser::SELECTION_COORDS
- SELECTION_TYPE
- in file HttpRequestHandler.php, class constant DhtmlSelectionParser::SELECTION_TYPE
top
top
g
- getActionString
- in file ClientPlugin.php, method JsToolAttributes::getActionString()
Returns action string identification
- getBasePath
- in file Cartoclient.php, method ClientConfig::getBasePath()
Returns base path
- getBasePath
- in file Cartoclient.php, method ClientPluginConfig::getBasePath()
Returns base path
- getBbox
- in file ExportPlugin.php, method ExportConfiguration::getBbox()
- getButtonPixelPoint
- in file HttpRequestHandler.php, method HttpRequestHandler::getButtonPixelPoint()
Returns point where button was clicked
- getCartoclient
- in file ClientPlugin.php, method ClientPlugin::getCartoclient()
- getCartoForm
- in file Cartoclient.php, method Cartoclient::getCartoForm()
- getCartoserver
- in file CartoserverService.php, method CartoserverService::getCartoserver()
Returns Cartoserver object, creates it if needed
- getCartoserverService
- in file Cartoclient.php, method Cartoclient::getCartoserverService()
- getCartoserverUrl
- in file CartoserverService.php, method CartoserverService::getCartoserverUrl()
Constructs Cartoserver URL depending on configuration base URL
- getCharset
- in file Encoding.php, method EncoderInterface::getCharset()
Wrapper for function getCharset
- getCharset
- in file Encoding.php, method EncoderISO::getCharset()
- getCharset
- in file Encoding.php, method EncoderUTF::getCharset()
- getClientSession
- in file Cartoclient.php, method Cartoclient::getClientSession()
- getConfig
- in file ClientPlugin.php, method ClientPlugin::getConfig()
- getConfig
- in file Cartoclient.php, method Cartoclient::getConfig()
- getContents
- in file ExportPlugin.php, method ExportOutput::getContents()
Returns contents if it is not null, contents of file otherwise
- getCorePluginNames
- in file Cartoclient.php, method Cartoclient::getCorePluginNames()
Returns the names of core plugins
- getCursorStyleString
- in file ClientPlugin.php, method JsToolAttributes::getCursorStyleString()
Returns cursor string identification
- getExport
- in file ExportPlugin.php, method ExportPlugin::getExport()
Renders export
- getExportResult
- in file ExportPlugin.php, method ExportPlugin::getExportResult()
Retrieves MapResult
- getExportScriptPath
- in file ExportPlugin.php, method ExportPlugin::getExportScriptPath()
Returns export script path. This assumes the script is called export.php in the htdocs directory of the plugin. Clients should override this if this is not the case.
- getFileName
- in file ExportPlugin.php, method ExportOutput::getFileName()
Returns file name if the file exists, null otherwise
- getFormRenderer
- in file Cartoclient.php, method Cartoclient::getFormRenderer()
- getHttpRequestHandler
- in file Cartoclient.php, method Cartoclient::getHttpRequestHandler()
- getHttpValue
- in file ClientPlugin.php, method ClientPlugin::getHttpValue()
Returns the user-submitted $key data if it is set.
- getKind
- in file Cartoclient.php, method ClientPluginConfig::getKind()
Returns plugin config type
- getKind
- in file Cartoclient.php, method ClientConfig::getKind()
Returns config type
- getLastMapRequest
- in file ExportPlugin.php, method ExportPlugin::getLastMapRequest()
Returns session-saved last MapRequest.
- getLastMapResult
- in file ExportPlugin.php, method ExportPlugin::getLastMapResult()
Returns session-saved last MapResult.
- getLayerIds
- in file ExportPlugin.php, method ExportConfiguration::getLayerIds()
- getLineShape
- in file HttpRequestHandler.php, method DhtmlSelectionParser::getLineShape()
Parses coords array data stored in $_REQUEST and converts it to a Line
- getLocales
- in file Internationalization.php, method I18n::getLocales()
Returns available locales
- getLocationType
- in file ExportPlugin.php, method ExportConfiguration::getLocationType()
- getMainmapShape
- in file HttpRequestHandler.php, method DhtmlSelectionParser::getMainmapShape()
Converts coords array data to a Shape
- getMap
- in file CartoserverService.php, method CartoserverService::getMap()
Retrieves MapResult from server
- getMapHeight
- in file ExportPlugin.php, method ExportConfiguration::getMapHeight()
- getMapInfo
- in file Cartoclient.php, method Cartoclient::getMapInfo()
Returns Map Info, get it from cache if not yet set
- getMapInfo
- in file CartoserverService.php, method CartoserverService::getMapInfo()
Retrieves MapInfo from server
- getMapInfoCache
- in file Cartoclient.php, method Cartoclient::getMapInfoCache()
Returns the MapInfoCache
- getMapRequest
- in file Cartoclient.php, method Cartoclient::getMapRequest()
Initializes map request with current mapId
- getMapResult
- in file Cartoclient.php, method Cartoclient::getMapResult()
- getMapResultFromRequest
- in file Cartoclient.php, method Cartoclient::getMapResultFromRequest()
Calls Cartoserver service to get results
- getMapWidth
- in file ExportPlugin.php, method ExportConfiguration::getMapWidth()
- getMessages
- in file Cartoclient.php, method Cartoclient::getMessages()
- getPath
- in file Cartoclient.php, method ClientPluginConfig::getPath()
Returns directory where .ini are located
- getPluginManager
- in file Cartoclient.php, method Cartoclient::getPluginManager()
- getPoint
- in file ExportPlugin.php, method ExportConfiguration::getPoint()
- getPointShape
- in file HttpRequestHandler.php, method DhtmlSelectionParser::getPointShape()
Parses coords array data stored in $_REQUEST and converts it to Point
- getPolygonShape
- in file HttpRequestHandler.php, method DhtmlSelectionParser::getPolygonShape()
Parses coords array data stored in $_REQUEST and converts it to a Polygon
- getPrintOutline
- in file ExportPlugin.php, method ExportConfiguration::getPrintOutline()
- getProjectHandler
- in file Cartoclient.php, method Cartoclient::getProjectHandler()
- getProjectName
- in file ClientProjectHandler.php, method ClientProjectHandler::getProjectName()
Returns project name
- getQueryBbox
- in file ExportPlugin.php, method ExportConfiguration::getQueryBbox()
- getQuerySelections
- in file ExportPlugin.php, method ExportConfiguration::getQuerySelections()
- getRectangleShape
- in file HttpRequestHandler.php, method DhtmlSelectionParser::getRectangleShape()
Parses coords array data stored in $_REQUEST and converts it to a Rectangle
- getRequest
- in file ClientPlugin.php, method FilterRequestModifier::getRequest()
- getResolution
- in file ExportPlugin.php, method ExportConfiguration::getResolution()
- getResourceHandler
- in file Cartoclient.php, method Cartoclient::getResourceHandler()
- getRootPath
- in file ClientProjectHandler.php, method ClientProjectHandler::getRootPath()
- getScale
- in file ExportPlugin.php, method ExportConfiguration::getScale()
- getShapeTypeString
- in file ClientPlugin.php, method JsToolAttributes::getShapeTypeString()
Returns shape string identification
- getSmarty
- in file FormRenderer.php, method FormRenderer::getSmarty()
Returns the Smarty template object used for template rendering. It may be used by plugins if they want to override the template display.
- gettext
- in file Internationalization.php, method I18nGettext::gettext()
- gettext
- in file Internationalization.php, method I18nDummy::gettext()
- gettext
- in file Internationalization.php, method I18nInterface::gettext()
Wrapper for function gettext
- getTools
- in file ClientPlugin.php, method ToolProvider::getTools()
Returns the provided tools
- getToolsHelper
- in file ClientPluginHelper.php, method ToolProviderHelper::getToolsHelper()
Calls plugin's ToolProvider::getTools(), updates tools
- getValue
- in file ClientPlugin.php, method FilterRequestModifier::getValue()
- getZoomType
- in file ExportPlugin.php, method ExportConfiguration::getZoomType()
- gt
- in file Internationalization.php, method I18n::gt()
Calls translator's gettext
- GuiProvider
- in file ClientPlugin.php, class GuiProvider
Interface for plugins that interact with HTML forms
top
h
- $hasIcon
- in file ClientPlugin.php, variable ToolDescription::$hasIcon
- $headerSent
- in file Smarty_Cartoclient.php, variable Smarty_Cartoclient::$headerSent
- $httpRequestHandler
- in file Cartoclient.php, variable Cartoclient::$httpRequestHandler
- HttpRequestHandler.php
- procedural page HttpRequestHandler.php
- handleHttpGetRequest
- in file ClientPlugin.php, method GuiProvider::handleHttpGetRequest()
Handles data coming from a get request
- handleHttpPostRequest
- in file ClientPlugin.php, method GuiProvider::handleHttpPostRequest()
Handles data coming from a post request
- handleHttpRequest
- in file HttpRequestHandler.php, method HttpRequestHandler::handleHttpRequest()
Handles buttons and tools.
- handleInit
- in file ClientPlugin.php, method InitUser::handleInit()
Handles initialization object taken from MapInfo
- handleInitHelper
- in file ClientPluginHelper.php, method InitUserHelper::handleInitHelper()
Gets init object and calls plugin's InitProvider::handleInit()
- handleKeymapTool
- in file ClientPlugin.php, method ToolProvider::handleKeymapTool()
Handles tool when key map was clicked
- handleMainmapTool
- in file ClientPlugin.php, method ToolProvider::handleMainmapTool()
Handles tool when main map was clicked
- handleResult
- in file ClientPlugin.php, method ServerCaller::handleResult()
Handles server result
- handleResultHelper
- in file ClientPluginHelper.php, method ServerCallerHelper::handleResultHelper()
Gets plugin specific result out of MapResult and calls
- handleTool
- in file HttpRequestHandler.php, method HttpRequestHandler::handleTool()
Handles HTTP request for one tool of one plugin
- handleTools
- in file HttpRequestHandler.php, method HttpRequestHandler::handleTools()
Handles HTTP request for selected plugin tool
- HttpRequestHandler
- in file HttpRequestHandler.php, class HttpRequestHandler
Does common actions on HTTP request
- SHAPE_LINE
- in file ClientPlugin.php, class constant JsToolAttributes::SHAPE_LINE
- SHAPE_PAN
- in file ClientPlugin.php, class constant JsToolAttributes::SHAPE_PAN
- SHAPE_POINT
- in file ClientPlugin.php, class constant JsToolAttributes::SHAPE_POINT
- SHAPE_POLYGON
- in file ClientPlugin.php, class constant JsToolAttributes::SHAPE_POLYGON
- SHAPE_RECTANGLE
- in file ClientPlugin.php, class constant JsToolAttributes::SHAPE_RECTANGLE
- SHAPE_RECTANGLE_OR_POINT
- in file ClientPlugin.php, class constant JsToolAttributes::SHAPE_RECTANGLE_OR_POINT
top
i
- $i18n
- in file Internationalization.php, variable I18n::$i18n
Translator
- $id
- in file ClientPlugin.php, variable ToolDescription::$id
- $interruptFlow
- in file Cartoclient.php, variable Cartoclient::$interruptFlow
When true, the cartoweb flow of operation will be interrupted and the html will be displayed.
- Internationalization.php
- procedural page Internationalization.php
- I18n
- in file Internationalization.php, class I18n
Translator selection
- I18nDummy
- in file Internationalization.php, class I18nDummy
Dummy translator (does nothing)
- I18nGettext
- in file Internationalization.php, class I18nGettext
Gettext translator
- I18nInterface
- in file Internationalization.php, class I18nInterface
Translator interface
- init
- in file Internationalization.php, method I18n::init()
Initializes locales
- initializeConfig
- in file ClientPlugin.php, method ClientPlugin::initializeConfig()
Initializes plugin configuration
- initializeObjects
- in file Cartoclient.php, method Cartoclient::initializeObjects()
Initializes client objects
- initializePlugins
- in file Cartoclient.php, method Cartoclient::initializePlugins()
Initializes core and normal client plugins
- initializeResult
- in file ClientPlugin.php, method ServerCaller::initializeResult()
Initializes plugin state depending on server result
- initializeResultHelper
- in file ClientPluginHelper.php, method ServerCallerHelper::initializeResultHelper()
Gets plugin specific result out of MapResult and calls
- initializeSession
- in file Cartoclient.php, method Cartoclient::initializeSession()
Initializes session
- InitUser
- in file ClientPlugin.php, class InitUser
Interface for plugins with MapInfo specific data
- InitUserHelper
- in file ClientPluginHelper.php, class InitUserHelper
Helper for InitUser
- isButtonPushed
- in file HttpRequestHandler.php, method HttpRequestHandler::isButtonPushed()
Returns true if button was clicked
- isInterruptFlow
- in file Cartoclient.php, method Cartoclient::isInterruptFlow()
Returns true if the flow of operation has to be interrupted, and the template displayed without calling server.
- isMainmapClicked
- in file HttpRequestHandler.php, method DhtmlSelectionParser::isMainmapClicked()
Returns true if main map was clicked
- isRenderKeymap
- in file ExportPlugin.php, method ExportConfiguration::isRenderKeymap()
- isRenderMap
- in file ExportPlugin.php, method ExportConfiguration::isRenderMap()
- isRenderScalebar
- in file ExportPlugin.php, method ExportConfiguration::isRenderScalebar()
top
top
top
l
- $lastMapRequest
- in file Cartoclient.php, variable ClientSession::$lastMapRequest
Last request sent to server (useful for export, see
- $lastMapResult
- in file Cartoclient.php, variable ClientSession::$lastMapResult
Last result received from server (useful for export, see
- $layerIds
- in file ExportPlugin.php, variable ExportConfiguration::$layerIds
- $locationType
- in file ExportPlugin.php, variable ExportConfiguration::$locationType
- $log
- in file HttpRequestHandler.php, variable HttpRequestHandler::$log
- $log
- in file ClientProjectHandler.php, variable ClientProjectHandler::$log
- $log
- in file ClientPluginHelper.php, variable ClientPluginHelper::$log
- $log
- in file ClientPlugin.php, variable ClientPlugin::$log
- $log
- in file CartoserverService.php, variable CartoserverService::$log
- $log
- in file ClientMapInfoCache.php, variable ClientMapInfoCache::$log
- $log
- in file FormRenderer.php, variable FormRenderer::$log
- $log
- in file Cartoclient.php, variable Cartoclient::$log
- loadSession
- in file ClientPlugin.php, method Sessionable::loadSession()
Reloads data from session object
- loadSessionHelper
- in file ClientPluginHelper.php, method SessionableHelper::loadSessionHelper()
Loads client session and calls plugin's
top
top
top
p
- $plugin
- in file ClientPlugin.php, variable ToolDescription::$plugin
- $pluginManager
- in file Cartoclient.php, variable Cartoclient::$pluginManager
- $pluginStorage
- in file Cartoclient.php, variable ClientSession::$pluginStorage
Plugins data
- $point
- in file ExportPlugin.php, variable ExportConfiguration::$point
- $printOutline
- in file ExportPlugin.php, variable ExportConfiguration::$printOutline
- $projectHandler
- in file Cartoclient.php, variable Cartoclient::$projectHandler
- $projectHandler
- in file Smarty_Cartoclient.php, variable Smarty_Cartoclient::$projectHandler
- $projectName
- in file ClientProjectHandler.php, variable ClientProjectHandler::$projectName
Used for caching the project name.
- $pushedButton
- in file Cartoclient.php, variable CartoForm::$pushedButton
- pixel2Coord
- in file HttpRequestHandler.php, method PixelCoordsConverter::pixel2Coord()
Computes pixel to geographical coordinates transformation
- PixelCoordsConverter
- in file HttpRequestHandler.php, class PixelCoordsConverter
Converter from pixel to geographical coordinates
- pixelToPoint
- in file HttpRequestHandler.php, method DhtmlSelectionParser::pixelToPoint()
Parses pixel data and converts it to Point
- point2Coords
- in file HttpRequestHandler.php, method PixelCoordsConverter::point2Coords()
Converts a point coordinates from pixel to geographical.
top
top
top
s
- $scale
- in file ExportPlugin.php, variable ExportConfiguration::$scale
- $selectedTool
- in file Cartoclient.php, variable ClientSession::$selectedTool
Tool currently selected
- $shapeType
- in file ClientPlugin.php, variable JsToolAttributes::$shapeType
- $smarty
- in file FormRenderer.php, variable FormRenderer::$smarty
- Smarty_Cartoclient.php
- procedural page Smarty_Cartoclient.php
- ServerMapInfoCache.php
- procedural page ServerMapInfoCache.php
- saveSession
- in file ClientPlugin.php, method Sessionable::saveSession()
Saves session data
- saveSession
- in file Cartoclient.php, method Cartoclient::saveSession()
Save session in a variable different for each mapId
- saveSessionHelper
- in file ClientPluginHelper.php, method SessionableHelper::saveSessionHelper()
Gets plugin's session data and save it
- ServerCaller
- in file ClientPlugin.php, class ServerCaller
Interface for plugins that may call server
- ServerCallerHelper
- in file ClientPluginHelper.php, class ServerCallerHelper
Helper for ServerCaller
- Sessionable
- in file ClientPlugin.php, class Sessionable
Interface for plugins with session data
- SessionableHelper
- in file ClientPluginHelper.php, class SessionableHelper
Helper for Sessionable
- setBbox
- in file ExportPlugin.php, method ExportConfiguration::setBbox()
- setClientSession
- in file Cartoclient.php, method Cartoclient::setClientSession()
- setContents
- in file ExportPlugin.php, method ExportOutput::setContents()
Sets contents
- setCustomForm
- in file FormRenderer.php, method FormRenderer::setCustomForm()
Sets a different template resource to be used for display. If false, the Smarty display will be skipped. This is needed if a plugin does the html output on its own.
- setFile
- in file ExportPlugin.php, method ExportOutput::setFile()
Sets file name and path
- setInterruptFlow
- in file Cartoclient.php, method Cartoclient::setInterruptFlow()
Tells the Cartoclient that the normal control flow has to be interrupted.
- setLayerIds
- in file ExportPlugin.php, method ExportConfiguration::setLayerIds()
- setLocale
- in file Internationalization.php, method I18n::setLocale()
Sets the locale depending on URL, browser or config
- setLocationType
- in file ExportPlugin.php, method ExportConfiguration::setLocationType()
- setMapHeight
- in file ExportPlugin.php, method ExportConfiguration::setMapHeight()
- setMapWidth
- in file ExportPlugin.php, method ExportConfiguration::setMapWidth()
- setPoint
- in file ExportPlugin.php, method ExportConfiguration::setPoint()
- setPrintOutline
- in file ExportPlugin.php, method ExportConfiguration::setPrintOutline()
- setQueryBbox
- in file ExportPlugin.php, method ExportConfiguration::setQueryBbox()
- setQuerySelections
- in file ExportPlugin.php, method ExportConfiguration::setQuerySelections()
- setRenderKeymap
- in file ExportPlugin.php, method ExportConfiguration::setRenderKeymap()
- setRenderMap
- in file ExportPlugin.php, method ExportConfiguration::setRenderMap()
- setRenderScalebar
- in file ExportPlugin.php, method ExportConfiguration::setRenderScalebar()
- setResolution
- in file ExportPlugin.php, method ExportConfiguration::setResolution()
- setScale
- in file ExportPlugin.php, method ExportConfiguration::setScale()
- setValue
- in file ClientPlugin.php, method FilterRequestModifier::setValue()
- setZoomType
- in file ExportPlugin.php, method ExportConfiguration::setZoomType()
- showFailure
- in file FormRenderer.php, method FormRenderer::showFailure()
Displays failure using failure.tpl Smarty templates
- showForm
- in file FormRenderer.php, method FormRenderer::showForm()
Displays GUI using cartoclient.tpl Smarty template
- smartyResource
- in file Smarty_Cartoclient.php, method Smarty_Cartoclient::smartyResource()
Smarty block function for resources
- smartyTranslate
- in file Smarty_Cartoclient.php, method Smarty_Cartoclient::smartyTranslate()
Smarty block function, provides gettext support for Smarty
- Smarty_Cartoclient
- in file Smarty_Cartoclient.php, class Smarty_Cartoclient
Specific Smarty engine for Cartoclient
- Smarty_CorePlugin
- in file Smarty_Cartoclient.php, class Smarty_CorePlugin
Specific Smarty engine for core plugins
- strarg
- in file Smarty_Cartoclient.php, method Smarty_Cartoclient::strarg()
Replace arguments in a string with their values
top
top
u
- BUTTON_KEYMAP
- in file Cartoclient.php, class constant CartoForm::BUTTON_KEYMAP
- BUTTON_MAINMAP
- in file Cartoclient.php, class constant CartoForm::BUTTON_MAINMAP
- BUTTON_NONE
- in file Cartoclient.php, class constant CartoForm::BUTTON_NONE
- CURSOR_CROSSHAIR
- in file ClientPlugin.php, class constant JsToolAttributes::CURSOR_CROSSHAIR
- CURSOR_HELP
- in file ClientPlugin.php, class constant JsToolAttributes::CURSOR_HELP
- CURSOR_MOVE
- in file ClientPlugin.php, class constant JsToolAttributes::CURSOR_MOVE
- CURSOR_NRESIZE
- in file ClientPlugin.php, class constant JsToolAttributes::CURSOR_NRESIZE
- CURSOR_WAIT
- in file ClientPlugin.php, class constant JsToolAttributes::CURSOR_WAIT
- unserializeInit
- in file ClientPluginHelper.php, method InitUserHelper::unserializeInit()
Unserializes init object specific to plugin
- updateTool
- in file ClientPluginHelper.php, method ToolProviderHelper::updateTool()
Updates tools info plugin name and weight
top
top
top
|
|