Function 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
H
 hasAttributeNS, OpenLayers.Format.XML
 HEAD, OpenLayers.Request
 hide
I
 i18n, OpenLayers.Lang.OpenLayers
 info, OpenLayers.Console
 inherit
 initialize, OpenLayers.ElementsIndexer
 insert, OpenLayers.ElementsIndexer
 insertDeflectionLength, OpenLayers.Control.DrawFeature
 insertDeltaXY, OpenLayers.Control.DrawFeature
 insertDirectionLength, OpenLayers.Control.DrawFeature
 insertXY, OpenLayers.Control.DrawFeature
 intersects
 intersectsBounds, OpenLayers.Bounds
 inverseMercator, OpenLayers.Layer.SphericalMercator
 isDrawn
 iserror, OpenLayers.Format.ArcXML
 isNullOrEmpty, EMS.String
 isNumeric, OpenLayers.String
 isSelected, EMS.Control.LayerSwitcher.Button
 isSimpleContent, OpenLayers.Format.XML
 issue, OpenLayers.Request
L
 limitSigDigs
 loadURL, OpenLayers
 log, OpenLayers.Console
 lookupNamespaceURI
M
 mergeNewParams
 move
 multipoi, EMS.Icon
N
 nextTrigger, OpenLayers.Control.NavigationHistory
 normalize, EMS.Service.Rank
 nullToEmpty, EMS.String
 nullTransform, OpenLayers.Projection
 numericIf, OpenLayers.String
O
 offset, OpenLayers.Pixel
 on, OpenLayers.Events
 onFeatureInsert, OpenLayers.Layer.Vector
 onMapResize
 OPTIONS, OpenLayers.Request
 out
hasAttributeNS: function(node,
uri,
name)
Determine whether a node has a particular attribute matching the given name and namespace.
HEAD: function(config)
Send an HTTP HEAD request.
hide: function()
Hides the overview map, making it contract to the edge of the map.
hide: function()
Make the popup invisible.
hide: function()
Deprecated.
Alias for OpenLayers.Lang.translate.
info: function()
Writes a message to the console with the visual “info” icon and color coding and a hyperlink to the line where it was called.
OpenLayers.Class.inherit = function (P)
Deprecated.
initialize: function(yOrdering)
Create a new indexer with
insert: function(newNode)
Insert a new node into the indexer.
insertDeflectionLength: function(deflection,
length)
Insert a point in the current sketch given a deflection and a length.
insertDeltaXY: function(dx,
dy)
Insert a point given offsets from the previously inserted point.
insertDirectionLength: function(direction,
length)
Insert a point in the current sketch given a direction and a length.
insertXY: function(x,
y)
Insert a point in the current sketch given x & y coordinates.
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)
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.
intersectsBounds:function(bounds,
inclusive)
Determine whether the target bounds intersects this bounds.
inverseMercator: function(x,
y)
Given a x,y in Spherical Mercator, return a point in EPSG:4326.
isDrawn: function()
{Boolean} Whether or not the icon is drawn.
isDrawn: function()
{Boolean} Whether or not the marker is drawn.
iserror: function(data)
Check to see if the response from the server was an error.
EMS.String.isNullOrEmpty = function(string)
isNumeric: function(value)
Determine whether a string contains only a numeric value.
isSelected: function()
{Boolean} will return true if the button is considered selected.
isSimpleContent: function(node)
Test if the given node has only simple content (i.e.
issue: function(config)
Create a new XMLHttpRequest object, open it, set any headers, bind a callback to done state, and send any data.
limitSigDigs: function(num,
sig)
Limit the number of significant digits on a float.
Deprecated.
OpenLayers.loadURL = function(uri,
params,
caller,
onComplete,
onFailure)
Background load a document.
log: function()
Log an object in the console.
lookupNamespaceURI: function(node,
prefix)
Takes a prefix and returns the namespace URI associated with it on the given node if found (and null if not).
Takes a prefix and returns the namespace URI associated with it on the given node if found (and null if not).
mergeNewParams:function(newParams)
Catch changeParams and uppercase the new params to be merged in before calling changeParams on the super class.
mergeNewParams:function(newParams)
mergeNewParams:function(newParams)
Modify parameters for the layer and redraw.
mergeNewParams:function(newParams)
Catch changeParams and uppercase the new params to be merged in before calling changeParams on the super class.
mergeNewParams: function(newParams)
Extend the existing layer params with new properties.
move: function(evt)
This method is called during the handling of the mouse move event.
move: function(x,
y)
Moves a geometry by the given displacement along positive x and y axes.
move: function(x,
y)
Moves a geometry by the given displacement along positive x and y axes.
move: function(x,
y)
Moves a geometry by the given displacement along positive x and y axes.
EMS.Icon.multipoi = function(text,
color,
background,
hover)
nextTrigger: function()
Restore the next state.
normalize: function(query)
Turns a javascript query into one that can be used directly against the server.
EMS.String.nullToEmpty = function(string)
OpenLayers.Projection.nullTransform = function(point)
numericIf: function(value)
Converts a string that appears to be a numeric value into a number.
offset:function(px)
Parameters px - {OpenLayers.Pixel}
on: function(object)
Convenience method for registering listeners with a common scope.
onFeatureInsert: function(feature)
method called after a feature is inserted.
onMapResize: function()
onMapResize: function()
This function can be implemented by subclasses
onMapResize: function()
OPTIONS: function(config)
Send an HTTP OPTIONS request.
out: function(evt)
This method is called during the handling of the mouse out event.
Close