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
E
 each, Legato.Lang.CollectionUtils.Legato.Lang.CollectionUtils
 element
 encodeBBOX
 Ensure.js
 ensureArray
 ensureExists
 ensureFalse
 ensureFunction
 ensureImplements
 ensureInstanceOf
 ensureNotEmptyString
 ensureNumber
 ensureObject
 ensureString
 ensureTrue
 equals Determines whether one tag is equivalent to another, Legato.Util.Tag
 ESRI:ArcGIS93Rest extensions
 ESRI:ArcIMS extensions
 eventTypes, FeatureSelector
 exceptionHandler, FeatureSelector
 exceptions
 exists
 expression, Legato.Beans.Evaluate
 extension, Legato.Format.ExtendedWMC.Model.Layer
 extensions, Legato.Format.ExtendedWMC.Model
F
 fallThrough{Boolean}
 featureAdded
 features
 FeatureSelector
 field
 Field, Legato.Beans.Reference
 filter
 filterObject, Legato.Lang.CollectionUtils.Legato.Lang.CollectionUtils
 fontStyleKeys, OpenLayers.Format.ArcXML
 format
 formatList
 formatOptions
 fractionalZoom{Boolean}
 frequency
 Functions
GlobalControlFunctionFeatureSelectorLegato.Beans.BeanDefinitionLegato.Beans.BeanFactoryLegato.Beans.EvaluateLegato.Beans.FieldLegato.Beans.PropertyLegato.Beans.ReferenceLegato.Beans.Reference.FieldLegato.Beans.XMLBeanFactoryLegato.BootLoaderLegato.Control.BBoxValueProviderLegato.Control.ControlSwitcherLegato.Control.DefaultBaseLayerLegato.Control.GeoLocationLegato.Control.LayersValueProviderLegato.Control.Legend.PluginLegato.Control.Legend.Plugin.LayerLegato.Control.Legend.Plugin.Layer.Factory Factory class wich is ableLegato.Control.Legend.Plugin.LayerDescriptionLegato.Control.Legend.Plugin.LayerDescription.Factory Factory classLegato.Control.Legend.Plugin.LayerFunctionLegato.Control.Legend.Plugin.LayerFunction.FactoryLegato.Control.Legend.Plugin.LayerLinkLegato.Control.Legend.Plugin.LayerLink.Factory Factory class wich isLegato.Control.Legend.Plugin.LayerNameLegato.Control.Legend.Plugin.LayerName.FactoryLegato.Control.Legend.Plugin.LayerPositionLegato.Control.Legend.Plugin.LayerPosition.Factory Abstract factoryLegato.Control.Legend.Plugin.LayerPositionUpLegato.Control.Legend.Plugin.LayerPositionUp.Factory Factory classLegato.Control.Legend.Plugin.LayerRemoveLegato.Control.Legend.Plugin.LayerRemove.FactoryLegato.Control.Legend.Plugin.LayerVisibilityLegato.Control.Legend.Plugin.LayerVisibility.FactoryLegato.Control.Legend.Plugin.LayerZoomToVisibleScale.Factory Factory class wich isLegato.Control.MapAttributionLegato.Control.NavigationHistoryLegato.Control.OverviewBoundingBoxLegato.Control.SelectionBoxValueProviderLegato.Control.ToggleDivLegato.Control.WMSGetFeatureInfoLegato.Format.ExtendedWMCLegato.Graph.DirectedGraphLegato.Graph.VertexLegato.Lang.ArrayUtilsLegato.Lang.CollectionUtilsLegato.Lang.ExceptionLegato.Lang.NumberUtils Some common util methods for numbersLegato.Layer.BlankLegato.OpenLayers.Map.UtilLegato.Service.LayerCapabilitiesLegato.Util.AccessorLegato.Util.HashSetLegato.Util.LayerValueAccessorLegato.Util.MatcherLegato.Util.TagOpenLayers.Format.ArcXMLOpenLayers.Renderer.SVGSelectBoundsSelectLonLatViewContextValueProvider
Legato.Lang.CollectionUtils.each = function(array,
func)
Calls a given function on each element of an array
{DOMElement}
{Boolean}
ensureArray : function(value,
message)
Checks if given argument is an array, throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureExists : function(value,
message)
Checks if given argument exists (not null, not undefined), throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureFalse : function(value,
message)
Checks if given argument is the boolean value “false”., throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureFunction : function(value,
message)
Checks if given argument is a function, throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureImplements : function(value,
functionName,
message)
Checks if given value implements a function with the given name, throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureInstanceOf : function(value,
f,
message)
Checks if given value is an instance of the given function, throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureNotEmptyString : function(value,
message)
Checks if given argument is a non-empty string, throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureNumber : function(value,
message)
Checks if given argument is number, throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureObject : function(value,
message)
Checks if given argument is an object (not null, not undefined), throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureString : function(value,
message)
Checks if given argument is string, throws {Legato.Lang.IllegalArgumentException} otherwise.
ensureTrue : function(value,
message)
Checks if given argument is the boolean value “true”., throws {Legato.Lang.IllegalArgumentException} otherwise.
XML based config for OpenLayers.Layer.ArcGIS93Rest extensions (service type: “ESRI:ArcGIS93Rest)”.
XML based config for OpenLayers.Layer.ArcIMS extensions (service type: “ESRI:ArcIMS)”.
Types of map events this control should react to.
Callback for exception handler.
{String}
exists : function(value)
Checks if given value exists (is neither null nor undefined).
Expression to evaluate.
A map of layer-specific extensions
{Legato.Format.ExtendedWMC.Model.Extensions} Non-standard extensions
{Function} Called after the feature is added
{Object []}
Name of the field of the target bean.
If defined the field will be used if existing in target
If defined the field will be used if existing in target
Field : function(field)
Creates a field reference relative to the target bean.
A predicate definition which is used to filter the layers for the WMSGetFeatureInfoRequest
Legato.Lang.CollectionUtils.filter = function(array,
evaluate)
Filters given array based on given evaluate method.
Legato.Lang.CollectionUtils.filterObject = function(object,
evaluate)
Filters given object based on given evaluate method.
{Array} List of keys used in font styling.
{lf:Format} The format you want the data to be parsed with.
{String} MIME type of desired image type
{String[]}
{Array(String)} A list of strings specifying the available image format for this layer.
{Object} Hash of options which should be passed to the format when it is created.
This is the minimum interval in ms at which update AJAX requests are made.
{Double} This is the minimum interval in ms at which update AJAX requests are made.