I | |
Icon, OpenLayers. | |
Image, OpenLayers. | |
importSymbol | |
indexOf, Util | |
inflate, OpenLayers. | |
info, Fusion. | |
inherit, OpenLayers. | |
init | |
initGriddedTiles, OpenLayers. | |
initialize | |
initializeDatabase, OpenLayers. | |
initializeLocale, Fusion | |
initImage, OpenLayers. | |
initMercatorParameters, OpenLayers. | |
initPlugins, Jx. | |
initResolutions | |
initSingleTile, OpenLayers. | |
initTransforms, Proj4js.Proj | |
initUnits, Fusion | |
insertDeflectionLength, OpenLayers. | |
insertDeltaXY, OpenLayers. | |
insertDirectionLength, OpenLayers. | |
insertXY, OpenLayers. | |
invalidBounds, OpenLayers. | |
inValidRange, OpenLayers. | |
isActive, Jx. | |
isArray, Util | |
isBusy, Fusion. | |
isComplexSymbol, OpenLayers. | |
isDragging, OpenLayers. | |
isElement, Util | |
isEnabled, Fusion. | |
isEquivalentUrl, Util | |
isLeftClick, OpenLayers. | |
isMapLoaded, Fusion. | |
isMultiTouch, OpenLayers. | |
isMutEx, Fusion. | |
isRightClick, OpenLayers. | |
isRotating, OpenLayers. | |
isSingleTouch, OpenLayers. | |
isSuitableOverview, OpenLayers. | |
isValid, Jx.Form | |
isValidLonLat | |
isValidZoomLevel, OpenLayers.Map | |
J | |
JSON, OpenLayers. | |
K | |
keypressHandler, Jx. |
add a new symbol definition from the rendererer’s symbol hash
importSymbol: function ( graphicName )
add a new symbol definition from the rendererer’s symbol hash
importSymbol: function ( graphicName )
add a new symbol definition from the rendererer’s symbol hash
importSymbol: function ( graphicName )
Seems to exist already in FF, but not in MOZ.
OpenLayers.Util.indexOf = function( array, obj )
Englarges the markers icon by the specified ratio.
inflate: function( inflate )
Displays an informational message on the Map Message notification bar
info : function( message )
OpenLayers.inherit = function( C, P )
internal method to initialize this object
init: function()
sets up the slide
init: function ()
initialize the store, should be called by sub-classes
init: function ()
initialize the strategy, should be called by subclasses
init: function ()
initialize this strategy
init: function ()
initialize this strategy
init: function ()
initialize this strategy
init: function ()
initialize this strategy
init: function ()
initialize this strategy
init: function ()
sets up the base widget code and runs the render function.
init: function()
initGriddedTiles:function( bounds )
Initialize the Fusion application.
initialize: function( options )
Constructor for Proj4js.Proj objects
initialize: function( srsCode, callback )
initializeDatabase: function()
Initialize the Strings hash with the requested locale.
initializeLocale: function( locale )
Creates the content for the frame on the tile.
initImage: function()
Set up the mercator parameters on the layer: resolutions, projection, units.
initMercatorParameters: function()
internal function to initialize plugins on object creation
initPlugins: function ()
This method’s responsibility is to set up the ‘resolutions’ array for the layer -- this array is what the layer will use to interface between the zoom levels of the map and the resolution display of the layer.
initResolutions: function()
Populate the resolutions array
initResolutions: function()
initSingleTile: function( bounds )
Finalize the initialization of the Proj object
initTransforms: function()
initializes the meters per unit values when a new map is loaded.
initUnits: function( metersPerUnit )
Insert a point in the current sketch given a deflection and a length.
insertDeflectionLength: function( deflection, length )
Insert a point given offsets from the previously inserted point.
insertDeltaXY: function( dx, dy )
Insert a point in the current sketch given a direction and a length.
insertDirectionLength: function( direction, length )
Insert a point in the current sketch given x & y coordinates.
insertXY: function( x, y )
Determine whether the previously requested set of features is invalid.
invalidBounds: function( mapBounds )
See #669 for more information
inValidRange: function( x, y, xyOnly )
Indicate if this sub menu is active
isActive: function()
Tests that the provided object is an array.
OpenLayers.Util.isArray = function( a )
check to see if there are any outstanding requests to the server
isBusy: function()
Determines if a symbol cannot be rendered using drawCircle
isComplexSymbol: function( graphicName )
Check if it’s currently in dragging to move mode
isDragging: function()
A cross-browser implementation of “e instanceof Element”.
OpenLayers.Util.isElement = function( o )
Gets whether this widget is enabled
isEnabled: function()
Test two URLs for equivalence.
OpenLayers.Util.isEquivalentUrl = function( url1, url2, options )
Determine whether event was caused by a left click.
isLeftClick: function( event )
returns if the map has finished loading (based on setting the _oCurrentExtent value)
isMapLoaded: function()
Determine whether event was caused by a multi touch
isMultiTouch: function( event )
accessor to determine if the widget should be activated mutually exclusively from other widgets on the map.
isMutEx: function()
Determine whether event was caused by a right mouse click.
isRightClick: function( event )
Check if it’s currently in rotatiing mode
isRotating: function()
Determine whether event was caused by a single touch
isSingleTouch: function( event )
Determines if the overview map is suitable given the extent and resolution of the main map.
isSuitableOverview: function()
Determines if the form passes validation
isValid : function ( evt )
OpenLayers.Map.prototype.isValidLonLat = function( lonlat )
isValidLonLat: function( lonlat )
isValidZoomLevel: function( zoomLevel )
hide flyout if the user presses the ESC key
keypressHandler: function( e )