| G | |
| g | |
| geometryType | |
| get | |
| getBaseLayers, Legato. | |
| getBean, Legato. | |
| getBounds Tries to parse from current request the BBOX query | |
| getBoxSelectionAsVector, Legato. | |
| getCapabilitites, Legato. | |
| getInstance | |
| getInvisibleBaseLayers, Legato. | |
| getInvisibleLayers, Legato. | |
| getInvisibleOverlays, Legato. | |
| getLayerIds, Legato. | |
| getLayersLegatoIgnore, Legato. | |
| getLayersWithoutLegatoIgnore, Legato. | |
| getLegendUrl, Legato. | |
| getLonLatFromOverviewPx, Legato. | |
| getMapBoundsFromRectBounds, Legato. | |
| getNodeType, OpenLayers. | |
| getOrCreateVertex, Legato. | |
| getOverlays, Legato. | |
| getOverviewPxFromLonLat, Legato. | |
| getPointSelectionAsVector, Legato. | |
| getQueryableLayers, Legato. | |
| getRectBoundsFromMapBounds, Legato. | |
| getSelectedLayers, Legato. | |
| getSnappableLayers, Legato. | |
| getter | |
| getUnselectedLayers, Legato. | |
| getValue | |
| getVertex, Legato. | |
| getViewPortPxFromLonLat, Legato. | |
| getVisibleBaseLayers, Legato. | |
| getVisibleLayers, Legato. | |
| getVisibleOverlays, Legato. | |
| granularity | |
| gutter | |
| H | |
| h | |
| handleRightClicks | |
| handlers, Legato. | |
| hasIncomingEdges, Legato. | |
| height, Legato. | |
| hidden, Legato. | |
| hover, lc: |
Gets value from the given object instance.
get : function( instance )
Returns the element of an array with a given index.
get : function( array, index )
Just returns from given layers baselayers
Legato.OpenLayers.Map.Util.getBaseLayers = function( layers )
Retrieves bean instance for the given name.
getBean : function( name )
Returns a new box vector based on drawn mouse position box.
Legato.OpenLayers.Map.Util.getBoxSelectionAsVector = function( map, position )
Gets the capabiltites for given layer.
getCapabilitites: function( args )
Evaluates the expression and returns the evaluation result;
getInstance : function( beanFactory )
Value of the field of the target bean.
getInstance : function( beanFactory )
Retrieves target bean from the bean factory.
getInstance : function( beanFactory )
Value of the field of the target bean.
getInstance : function( beanFactory )
Just returns from given layers invisible baselayers
Legato.OpenLayers.Map.Util.getInvisibleBaseLayers = function( layers )
Just returns from given layers invisible layers
Legato.OpenLayers.Map.Util.getInvisibleLayers = function( layers )
Just returns from given layers invisible overlays
Legato.OpenLayers.Map.Util.getInvisibleOverlays = function( layers )
Extracts from given layers array all layerids and returns them as an array
Legato.OpenLayers.Map.Util.getLayerIds = function( layers )
Just returns from given layers all layers which have the legatoIgnore flag set to true.
Legato.OpenLayers.Map.Util.getLayersLegatoIgnore = function( layers )
Just returns from given layers all layers which do’nt have the legatoIgnore flag.
Legato.OpenLayers.Map.Util.getLayersWithoutLegatoIgnore = function( layers )
Tries to determine the legendUrl for given layer and executes the callBack method if found.
getLegendUrl: function( args )
Get a map location from a pixel location
getLonLatFromOverviewPx: function( overviewMapPx )
Get the map bounds from the rect bounds.
getMapBoundsFromRectBounds: function( pxBounds )
getNodeType: function( geometry, style )
Returns: {Legato.Graph.Vertex} Either existing or a new vertex for the given name.
getOrCreateVertex : function( name )
Just returns from given layers overlays
Legato.OpenLayers.Map.Util.getOverlays = function( layers )
Get a pixel location from a map location
getOverviewPxFromLonLat: function( lonlat )
params map OpenLayers.Map an OpenLayers Map position OpenLayers.Bounds a Selection which wants to be transformed into a vector layer
Legato.OpenLayers.Map.Util.getPointSelectionAsVector = function( map, position )
{Array(OpenLayers.Layer)} Found queryable layers
Legato.OpenLayers.Map.Util.getQueryableLayers = function( layers )
Get the rect bounds from the map bounds.
getRectBoundsFromMapBounds: function( lonLatBounds )
Just returns from given layers all selected layers
Legato.OpenLayers.Map.Util.getSelectedLayers = function( layers )
{Array(OpenLayers.Layer)} Found snappable layers
Legato.OpenLayers.Map.Util.getSnappableLayers = function( layers )
Just returns from given layers all unselected layers
Legato.OpenLayers.Map.Util.getUnselectedLayers = function( layers )
Getter for wraped target instance value
getValue : function()
Getter for wraped target instance value
getValue : function()
Returns: {Legato.Graph.Vertex} Existing vertex for the given name or null if no vertex found.
getVertex : function( name )
Returns a pixel location given a map location.
Legato.OpenLayers.Map.Util.getViewPortPxFromLonLat = function ( lonlat, resolution, extent )
Just returns from given layers visible baselayers
Legato.OpenLayers.Map.Util.getVisibleBaseLayers = function( layers )
Just returns from given layers visible layers
Legato.OpenLayers.Map.Util.getVisibleLayers = function( layers )
Just returns from given layers visible overlays
Legato.OpenLayers.Map.Util.getVisibleOverlays = function( layers )
{Boolean} true if vertex has incoming edges, false if not.
hasIncomingEdges : function()