Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 calculateBounds, OpenLayers.Map
 calculateGridLayout
 calculateInRange, OpenLayers. Layer
 calculateOffset, OpenLayers.Icon
 callback, OpenLayers. Handler
 center, OpenLayers.Map
 centerLayerContainer, OpenLayers.Map
 checkImgURL, OpenLayers. Tile. Image
 checkLoadingScripts, Fusion. Constant
 checkModifiers, OpenLayers. Handler
 Class, OpenLayers. Array. OpenLayers
 clear
 clearArray, Util
 clearGrid, OpenLayers. Layer.Grid
 clearSelection
Fusion. Widget.MapFusion. Widget. SelectionPanel. SelectionRenderer
 clearTimer, OpenLayers. Handler. Click
 click
 Click, OpenLayers. Handler. Click. OpenLayers. Handler
 clone
 code, OpenLayers.Lang
 configureLayers, OpenLayers. Control. ArgParser
 Constants
 Control, OpenLayers. Control. OpenLayers
 controls, OpenLayers.Map
 convertXML, Fusion. Constant
 create
Fusion. Lib. ApplicationDefinitionFusion. Lib. ApplicationDefinition. WidgetFusion. Lib. ApplicationDefinition. WidgetSet
 createAlphaImageDiv, Util
 createDiv, Util
 createImage, Util
 createMap, OpenLayers. Control. OverviewMap
 createOLLayer, Fusion. Maps. MapGuide
 createUniqueID, Util
 createUrlObject, Util
 currentNode, Fusion. Widget. Legend. LegendRendererDefault
calculateBounds: function(center,
resolution)
calculateGridLayout: function(bounds,
extent,
resolution)
Generate parameters for the grid layout.
calculateGridLayout: function(bounds,
extent,
resolution)
Generate parameters for the grid layout.
calculateInRange: function()
{Boolean} The layer is displayable at the current map’s current resolution.
{OpenLayers.Pixel} Function to calculate the offset (based on the size)
callback: function (name,
args)
Trigger the control’s named callback with the given arguments
{OpenLayers.LonLat} The current center of the map
centerLayerContainer: function (lonlat)
This function takes care to recenter the layerContainerDiv.
checkImgURL: function ()
Make sure that the image that just loaded is the one this tile is meant to display, since panning/zooming might have changed the tile’s URL in the meantime.
checkLoadingScripts: function()
check if scripts have loaded.
checkModifiers: function (evt)
Check the keyMask on the handler.
OpenLayers.Class = function()
Base class used to construct all other classes.
clear: function()
Clear the tile of any bounds/position-related data so that it can be reused in a new location.
clear: function()
Clear the tile of any bounds/position-related data so that it can be reused in a new location.
OpenLayers.Util.clearArray = function(array)
Deprecated.
clearGrid:function()
Go through and remove all tiles from the grid, calling destroy() on each of them to kill circular references
clearSelection: function()
clear the selection on all maps
clearSelection: function()
Abstract method that handle the event: Fusion.Event.MAP_SELECTION_OFF.
clearTimer: function()
Clear the timer and set timerId to null.
click: function(evt)
Handle click.
click: function (evt)
The drag handler captures the click event.
Create a new click handler.
clone:function()
Create a cloned instance of this bounds.
clone: function()
{OpenLayers.Icon} A fresh copy of the icon.
clone: function (obj)
clone: function (obj)
Create a clone of this layer
clone: function (obj)
Create a clone of this layer
clone: function (obj)
Create a clone of this layer
clone: function (obj)
clone: function (obj)
{String} Current language code to use in OpenLayers.
configureLayers: function()
As soon as all the layers are loaded, cycle through them and hide or show them.
Create an OpenLayers Control.
{Array(OpenLayers.Control)} List of controls associated with the map
Optionally convert XML to JSON using a server-side script for requests that aren’t available in JSON.
create: function()
Create the application definition.
create: function(widgetSet,
widgetName)
creates a new instance of the widget, optionally using a different name during instantiation to accomodate containers
create: function(appDef)
create all the things required by this widgetSet, including containers and widgets.
OpenLayers.Util.createAlphaImageDiv = function(id,
px,
sz,
imgURL,
position,
border,
sizing,
opacity,
delayDisplay)
Creates a new div and optionally set some standard attributes.
OpenLayers.Util.createImage = function(id,
px,
sz,
imgURL,
position,
border,
opacity,
delayDisplay)
Creates an img element with specific attribute values.
createMap: function()
Construct the map that this control contains
createOLLayer: function(layerName,
bIsBaseLayer,
bSingleTile)
Returns an OpenLayers MapGuide layer object
OpenLayers.Util.createUniqueID = function(prefix)
Create a unique identifier for this session.
OpenLayers.Util.createUrlObject = function(url,
options)
{Jx.TreeNode} The current selected node.