L | |
Layer, OpenLayers. | |
layerLoaded, Fusion. | |
layoutContent, Jx. | |
leave, Jx. | |
leaveGrid, Jx.Grid | |
leaveItem, Jx. | |
leaveMode, OpenLayers. | |
light, Jx. | |
lightoff, Jx. | |
lighton, Jx. | |
linearring, OpenLayers. | |
LinearRing, OpenLayers. | |
linestring | |
LineString, OpenLayers. | |
List, Jx. | |
load, OpenLayers. | |
loadConfig, Fusion | |
loadData | |
loadFeaturesForRegion, OpenLayers. | |
loadFromService, Proj4js.Proj | |
loadGML, OpenLayers. | |
loadMapGroup, Fusion. | |
loadMapObject | |
loadNextImg, Jx | |
loadProjCode, Proj4js.Proj | |
loadProjCodeSuccess, Proj4js.Proj | |
loadProjDefinition, Proj4js.Proj | |
loadQueuedScripts, Fusion | |
loadScaleRanges, Fusion. | |
loadScript | |
loadStore | |
loadWarningMessage, OpenLayers. | |
Logical, OpenLayers. | |
LonLat, OpenLayers. |
Called after each layer is loaded in the OL viewport.
layerLoaded: function( mapTag )
the sizeChange event of the Jx.Layout that manages the outer container is intercepted and passed through this method to handle resizing of the panel contents because we need to do some calculations if the panel is collapsed and if there are toolbars to put around the content area.
layoutContent: function()
Executed when the mouse moves out of an element with a tip
leave : function ( event )
handle the mouse leaving the grid
leaveGrid: function( e )
Fires mouseleave event
leaveItem: function( item, list )
leaveMode: function()
dispatches the event to the various prelight methods.
light: function ( cell, on )
lightoff : function ( cell )
lighton : function ( cell )
Tells protocol to load data and unhooks the visibilitychanged event
load: function( options )
asynchronously load the application definition.
loadConfig: function()
This method does the actual work of loading data to the store.
loadData: function ( data )
This method does the actual work of loading data to the store.
loadData: function ( data )
Abort any pending requests and issue another request for data.
loadFeaturesForRegion:function( success, failure )
Creates the REST URL for loading the definition from a web service and loads it.
loadFromService: function()
loadGML: function()
Controls the creation of Layers based on the MapGroup object passed in
loadMapGroup: function( mapGroup, loadOverlays )
Load the GMap and register appropriate event listeners.
loadMapObject:function()
Load the GMap and register appropriate event listeners.
loadMapObject:function()
loadMapObject:function()
loadMapObject:function()
Load the GMap and register appropriate event listeners.
loadMapObject:function()
An internal method actually populate the DOM element with the image source.
Jx.loadNextImg = function()
Loads projection class code dynamically if required.
loadProjCode: function( projName )
Loads any proj dependencies or continue on to final initialization.
loadProjCodeSuccess: function( projName )
Loads the coordinate system initialization string if required.
loadProjDefinition: function()
load any scripts that have been queued for loading.
loadQueuedScripts: function()
Loads the ScaleRange objects separate from the LoadMap sequence since this also generates sprites and is a relatively expensive operation.
loadScaleRanges: function()
Load a JS file from a URL into a script tag in the page.
loadScript: function( url, onload, onfail, loadCheck )
Called as the event handler for the protocol’s dataLoaded event.
loadStore: function ( resp )
Used to assist in the loading of data into the store.
loadStore: function ( resp )
Used to assist in the loading of data into the store.
loadStore: function ( resp )
If we can’t load the map lib, then display an error message to the user and tell them where to go for help.
loadWarningMessage:function()