add a new symbol definition from the rendererer’s symbol hash
importSymbol: function ( graphicName )
Basic control for the legend control
initialize: function( options )
Creates a new bean definition.
initialize : function( type, definition )
Creates a bean factory with given bean definitions.
initialize : function( beanDefinitions )
initialize : function( expression )
initialize : function( target, name )
Constructs a new property.
initialize : function( type, setter, getter )
Constructs a new bean reference.
initialize : function( target )
Creates a new field reference.
initialize : function( reference, field )
initialize : function()
Basic ctor
initialize : function( options )
Basic ctor
initialize : function( options )
Basic ctor
initialize : function( controls, defaultControl, options )
Basic ctor
initialize : function( options )
Basic ctor
initialize : function( options )
Basic ctor
initialize : function( options )
initialize: function( options )
Constructs a new directed graph.
initialize : function()
Constructs the vertex.
initialize : function( name )
Constructs a new exception.
initialize : function( message, cause )
Basic ctor
initialize : function( options )
Basic ctor for the accessor class
initialize : function( options )
Constructs the set.
initialize : function()
Basic ctor for the accessor class
initialize : function( options )
Basic ctor
initialize : function( options )
Simple Matcher Class which just returns inverted value.
Legato.Util.Matcher.IS_FALSE =
Simple Matcher Class which just returns given value.
Legato.Util.Matcher.IS_TRUE =
Checks if given value is an array.
isArray : function( value )
Determines if current browser supports the geolocation api.
Legato.Util.GeoLocation.isAvailable = function()
Checks if given value is boolean.
isBoolean : function( value )
Checks if given value is a Date.
isDate: function( value )
Checks if given string is empty.
isEmpty : function( string )
Returns: {Boolean} True if set is empty, false otherwise.
isEmpty : function()
Checks if given value is boolean and it is false.
isFalse : function( value )
Checks if given value is function.
isFunction : function( value )
Checks if given value is a not empty array.
isNotEmptyArray : function( value )
Checks if given value is null (not undefined).
isNull : function( value )
Checks if given value is null or undefined.
isNullOrUndefined : function( value )
Checks if given value is a number.
isNumber: function( value )
Checks if given value is a non-null object.
isObject : function( value )
Checks if given value is a RegExp.
isRegExp: function( value )
Checks if given value is string.
isString : function( value )
Checks if given value is boolean and it is true.
isTrue : function( value )
Checks if given value is undefined.
isUndefined : function( value )
Validates given BBox if it contains some reasonable values
Legato.OpenLayers.Map.Util.isValidBBox = function( bbox )
Determines if given layer is a vector layer.
Legato.OpenLayers.Map.Util.isVectorLayer = function( layer )
Handle browser events
mapDivClick: function( evt )
Moves the given layer up or down
Legato.OpenLayers.Map.Util.moveLayer = function( params )
onclick : function( event )
Triggered if users clicks the plugin div
onclick : function( event )
onclick : function( event )
onclick : function( event )
onclick : function( event )
Called when the next history stack changes.
onNextChange : function( event )
Called when the previous history stack changes.
onPreviousChange: function( event )
parseAttributes: function( node, type )
Parse an array of coordinates into an ArcXML envelope structure.
parseEnvelope: function( env, arr )
parsePointGeometry: function( node )
Take an ArcXML response, and parse in into this object’s internal properties.
parseResponse: function( data )
Puts bean instance to the bean factory.
putBean : function( name, instance )
raiseLayer : function( layer, step, filter )
Read WMC data from a string, and return an object with a list of layers and some window metadata.
read : function( data, options )
Read capabilities data from a string, and returns a Legato.Format.ExtendedWMC.Model
read: function( data )
Removes the element from the set.
remove : function( value )
Removes an edge between two vertices.
removeEdge : function( parentName, childName )