H | |
handle, OpenLayers. Handler. Feature | |
handleBrowserEvent, OpenLayers. Events | |
handleCreate, OpenLayers. Protocol.HTTP | |
handleDelete, OpenLayers. Protocol.HTTP | |
handleKeyEvent, OpenLayers. handler. Keyboard | |
handleKeypress, OpenLayers. Control. ModifyFeature | |
handleRead, OpenLayers. Protocol.HTTP | |
handleResponse, OpenLayers. Protocol.HTTP | |
handleUpdate, OpenLayers. Protocol.HTTP | |
hasAttributeNS, OpenLayers. Format.XML | |
hasClass, OpenLayers. Element | |
HEAD, OpenLayers. Request | |
hide | |
I | |
i18n, OpenLayers. Lang. OpenLayers | |
ignoreEvent, OpenLayers. Control. LayerSwitcher | |
importSymbol | |
indexOf, Util | |
inflate, OpenLayers. Marker | |
info, OpenLayers. Console | |
inherit | |
initGriddedTiles, OpenLayers. Layer.Grid | |
initialize, OpenLayers. ElementsIndexer | |
initializeDatabase, OpenLayers. Protocol. SQL. Gears | |
initImgDiv, OpenLayers. Tile. Image | |
initMercatorParameters, OpenLayers. Layer. SphericalMercator | |
initResolutions | |
initSingleTile, OpenLayers. Layer.Grid | |
initStack, OpenLayers. Control. NavigationHistory | |
insert | |
intersects | |
intersectsBounds, OpenLayers. Bounds | |
invalidBounds, OpenLayers. Strategy.BBOX | |
inValidRange, OpenLayers. Renderer.SVG | |
inverseMercator, OpenLayers. Layer. SphericalMercator | |
isComplexSymbol, OpenLayers. Renderer. Elements | |
isEquivalentUrl, Util | |
isLeftClick, OpenLayers. Event | |
isNumeric, OpenLayers. String. OpenLayers. String | |
isRightClick, OpenLayers. Event | |
issue, OpenLayers. Request | |
isSuitableOverview, OpenLayers. Control. OverviewMap | |
isValidLonLat, OpenLayers.Map | |
isValidType, OpenLayers. Format. GeoJSON | |
isValidZoomLevel, OpenLayers.Map | |
isWayArea, OpenLayers. Format.OSM | |
L | |
leaveMode, OpenLayers. Control. MouseToolbar | |
limitSigDigs | |
linearring | |
linestring | |
loadContents, OpenLayers. Control. LayerSwitcher | |
loadFeaturesForRegion, OpenLayers. Tile.WFS | |
loadGML, OpenLayers. Layer.GML | |
loadMapObject | |
loadRSS, OpenLayers. Layer. GeoRSS | |
loadText, OpenLayers. Layer.Text | |
loadURL | |
loadWarningMessage, OpenLayers. Layer. EventPane | |
log, OpenLayers. Console |
handle: function( evt )
Basically just a wrapper to the triggerEvent() function, but takes care to set a property ‘xy’ on the event with the current mouse position.
handleBrowserEvent: function ( evt )
Called the the request issued by create is complete.
handleCreate: function( resp, options )
Called the the request issued by delete is complete.
handleDelete: function( resp, options )
handleKeyEvent: function ( evt )
Called by the feature handler on keypress.
handleKeypress: function( evt )
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleRead: function( resp, options )
Called by CRUD specific handlers.
handleResponse: function( resp, options )
Called the the request issued by update is complete.
handleUpdate: function( resp, options )
Determine whether a node has a particular attribute matching the given name and namespace.
hasAttributeNS: function( node, uri, name )
Tests if an element has the given CSS class name.
hasClass: function( element, name )
Send an HTTP HEAD request.
HEAD: function( config )
Hide element(s) passed in
hide: function()
Makes the popup invisible.
hide: function()
Hide the tile.
hide: function()
Hide the tile by hiding its frame.
hide: function()
ignoreEvent: function( evt )
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 )
Writes a message to the console with the visual “info” icon and color coding and a hyperlink to the line where it was called.
info: function()
Deprecated.
OpenLayers.Class.inherit = function ()
initGriddedTiles:function( bounds )
Create a new indexer with
initialize: function( yOrdering )
initializeDatabase: function()
Creates the imgDiv property on the tile.
initImgDiv: function()
Set up the mercator parameters on the layer: resolutions, projection, units.
initMercatorParameters: 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 )
Called after the control is activated if the previous history stack is empty.
initStack: function()
Insert a new node into the indexer.
insert: function( newNode )
Takes a feature, and generates a WFS-T Transaction “Insert”
insert: function( feature )
Determine if the input geometry intersects this one.
intersects: function( geometry )
Determine if the input geometry intersects this one.
intersects: function( geometry )
Test for instersection between two geometries.
intersects: function( geometry )
Determine if the input geometry intersects this one.
intersects: function( geometry )
Determine if the input geometry intersects this one.
intersects: function( geometry )
intersectsBounds:function( bounds, inclusive )
invalidBounds: function( mapBounds )
See #669 for more information
inValidRange: function( x, y, xyOnly )
Given a x,y in Spherical Mercator, return a point in EPSG:4326.
inverseMercator: function( x, y )
Determines if a symbol cannot be rendered using drawCircle
isComplexSymbol: function( graphicName )
Test two URLs for equivalence.
OpenLayers.Util.isEquivalentUrl = function( url1, url2, options )
Determine whether event was caused by a left click.
isLeftClick: function( event )
Determine whether event was caused by a right mouse click.
isRightClick: function( event )
Create a new XMLHttpRequest object, open it, set any headers, bind a callback to done state, and send any data.
issue: function( config )
Determines if the overview map is suitable given the extent and resolution of the main map.
isSuitableOverview: function()
isValidLonLat: function( lonlat )
Check if a GeoJSON object is a valid representative of the given type.
isValidType: function( obj, type )
isValidZoomLevel: function( zoomLevel )
Given a way object from getWays, check whether the tags and geometry indicate something is an area.
isWayArea: function( way )
leaveMode: function()
Limit the number of significant digits on a float.
limitSigDigs: function( num, sig )
Set up the labels and divs for the control
loadContents: function()
Abort any pending requests and issue another request for data.
loadFeaturesForRegion:function( success, failure )
loadGML: function()
Load the GMap and register appropriate event listeners.
loadMapObject:function()
loadMapObject:function()
loadMapObject:function()
loadMapObject:function()
Start the load of the RSS data.
loadRSS: function()
Start the load of the Text data.
loadText: function()
Background load a document.
OpenLayers.loadURL = function( uri, params, caller, onComplete, onFailure )
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()
Log an object in the console.
log: function()