H | |
h, OpenLayers.Size | |
Handler,
OpenLayers. |
|
handleRightClicks,
OpenLayers. |
|
handlerMode, OpenLayers. |
|
handlerOptions | |
handles,
OpenLayers. |
|
hasAttributeNS,
OpenLayers. |
|
HEAD,
OpenLayers. |
|
hide,
OpenLayers. |
|
highlightOnly,
OpenLayers. |
|
hitDetection, OpenLayers. |
|
holeModifier, OpenLayers. |
|
hover | |
Hover,
OpenLayers. |
|
HTTP,
OpenLayers. |
|
HTTPRequest, OpenLayers. |
|
I | |
i18n,
OpenLayers. |
|
icon,
OpenLayers. |
|
Icon,
OpenLayers. |
|
id,
OpenLayers. |
|
IFrame,
OpenLayers. |
|
ignoreExtraDims, OpenLayers. |
|
Image | |
IMAGE,
OpenLayers. |
|
IMAGE_EXTENSIONS,
OpenLayers. |
|
imageFormat, OpenLayers. |
|
imageSize, OpenLayers. |
|
ImgPath, OpenLayers | |
immediate, OpenLayers. |
|
INCHES_PER_UNIT, Util | |
includeXY,
OpenLayers. |
|
indent,
OpenLayers. |
|
info,
OpenLayers. |
|
infoFormat,
OpenLayers. |
|
inherit,
OpenLayers. |
|
initialize, OpenLayers. |
|
insert, OpenLayers. |
|
insertDeflectionLength,
OpenLayers. |
|
insertDeltaXY,
OpenLayers. |
|
insertDirectionLength,
OpenLayers. |
|
insertXY, OpenLayers. |
|
internalProjection,
OpenLayers. |
|
intersects | |
intersectsBounds, OpenLayers. |
|
intervals, OpenLayers. |
|
inverseMercator,
OpenLayers. |
|
irregular | |
IS_GECKO, Util | |
isAlphaImage | |
isBaseLayer
OpenLayers.
|
|
isDefault | |
isDrawn | |
iserror,
OpenLayers. |
|
isFixed | |
isNumeric,
OpenLayers. |
|
isSimpleContent,
OpenLayers. |
|
issue,
OpenLayers. |
|
J | |
js, OpenLayers. |
|
JSON, OpenLayers. |
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 )
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, options )
{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 )
Determine whether a string contains only a numeric value.
isNumeric: function( value )
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 )
Detect which property is used for a JS property/method
function js( obj, property )