| H | |
| hasAttributeNS, OpenLayers. | |
| HEAD, OpenLayers. | |
| hide | |
| I | |
| i18n, OpenLayers. | |
| info, OpenLayers. | |
| inherit | |
| initialize, OpenLayers. | |
| insert, OpenLayers. | |
| insertDeflectionLength, OpenLayers. | |
| insertDeltaXY, OpenLayers. | |
| insertDirectionLength, OpenLayers. | |
| insertXY, OpenLayers. | |
| intersects | |
| intersectsBounds, OpenLayers. | |
| inverseMercator, OpenLayers. | |
| isDrawn | |
| iserror, OpenLayers. | |
| isNullOrEmpty, EMS. | |
| isNumeric, OpenLayers. | |
| isSelected, EMS. | |
| isSimpleContent, OpenLayers. | |
| issue, OpenLayers. | |
| L | |
| limitSigDigs | |
| loadURL, OpenLayers | |
| log, OpenLayers. | |
| lookupNamespaceURI | |
| M | |
| mergeNewParams | |
| move | |
| multipoi, EMS.Icon | |
| N | |
| nextTrigger, OpenLayers. | |
| normalize, EMS. | |
| nullToEmpty, EMS. | |
| nullTransform, OpenLayers. | |
| numericIf, OpenLayers. | |
| O | |
| offset, OpenLayers. | |
| on, OpenLayers. | |
| onFeatureInsert, OpenLayers. | |
| onMapResize | |
| OPTIONS, OpenLayers. | |
| out |
Determine whether a node has a particular attribute matching the given name and namespace.
hasAttributeNS: function( node, uri, name )
Send an HTTP HEAD request.
HEAD: function( config )
Hides the overview map, making it contract to the edge of the map.
hide: function()
Make the popup invisible.
hide: function()
Deprecated.
hide: 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.
info: function()
Deprecated.
OpenLayers.Class.inherit = function ( P )
Create a new indexer with
initialize: function( yOrdering )
Insert a new node into the indexer.
insert: function( newNode )
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 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 )
Determine whether the target bounds intersects this bounds.
intersectsBounds:function( bounds, inclusive )
Given a x,y in Spherical Mercator, return a point in EPSG:4326.
inverseMercator: function( x, y )
{Boolean} Whether or not the icon is drawn.
isDrawn: function()
{Boolean} Whether or not the marker is drawn.
isDrawn: function()
Check to see if the response from the server was an error.
iserror: function( data )
EMS.String.isNullOrEmpty = function( string )
Determine whether a string contains only a numeric value.
isNumeric: function( value )
{Boolean} will return true if the button is considered selected.
isSelected: function()
Test if the given node has only simple content (i.e.
isSimpleContent: function( node )
Create a new XMLHttpRequest object, open it, set any headers, bind a callback to done state, and send any data.
issue: function( config )
Limit the number of significant digits on a float.
limitSigDigs: function( num, sig )
Background load a document.
OpenLayers.loadURL = function( uri, params, caller, onComplete, onFailure )
Log an object in the console.
log: function()
Takes a prefix and returns the namespace URI associated with it on the given node if found (and null if not).
lookupNamespaceURI: function( node, prefix )
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.
mergeNewParams: function( newParams )
This method is called during the handling of the mouse move event.
move: function( evt )
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.
move: function( x, y )
EMS.Icon.multipoi = function( text, color, background, hover )
Restore the next state.
nextTrigger: function()
Turns a javascript query into one that can be used directly against the server.
normalize: function( query )
EMS.String.nullToEmpty = function( string )
OpenLayers.Projection.nullTransform = function( point )
Converts a string that appears to be a numeric value into a number.
numericIf: function( value )
Parameters px - {OpenLayers.Pixel}
offset:function( px )
Convenience method for registering listeners with a common scope.
on: function( object )
method called after a feature is inserted.
onFeatureInsert: function( feature )
onMapResize: function()
This function can be implemented by subclasses
onMapResize: function()
onMapResize: function()
Send an HTTP OPTIONS request.
OPTIONS: function( config )
This method is called during the handling of the mouse out event.
out: function( evt )