H | |
h, OpenLayers.Size | |
Handler, OpenLayers. Handler. OpenLayers | |
handleRightClicks, OpenLayers. Control. Navigation | |
handlerOptions | |
hasAttributeNS, OpenLayers. Format.XML | |
hasOfflineCache, mapfish. Offline | |
HEAD, OpenLayers. Request | |
hide, OpenLayers. Element | |
highlightOnly, OpenLayers. Control. SelectFeature | |
hover | |
Hover, OpenLayers. Handler. Hover. OpenLayers. Handler | |
HOVER, mapfish. Searcher. Map. mapfish. Searcher.Map | |
HTTP, OpenLayers. Protocol. HTTP. OpenLayers. Protocol | |
HTTPRequest, OpenLayers. Layer. HTTPRequest. OpenLayers. Layer | |
I | |
i18n, OpenLayers. Lang. OpenLayers | |
icon, OpenLayers. Layer. GeoRSS | |
Icon, OpenLayers. Icon. OpenLayers | |
id, OpenLayers. Layer | |
If you calling<render>after map construction,do not use, OpenLayers.Map | |
IFrame, OpenLayers. Tile. Image. IFrame. OpenLayers. Tile. Image | |
ignoreExtraDims, OpenLayers. Format. GeoJSON | |
Image, OpenLayers. Layer. Image. OpenLayers. Layer | |
IMAGE_EXTENSIONS, OpenLayers. Layer. KaMapCache | |
imageSize, OpenLayers. Popup. FramedCloud | |
INCHES_PER_UNIT, Util | |
includeXY, OpenLayers. Events | |
indent, OpenLayers. Format.JSON | |
indicator | |
indicatorText | |
info, OpenLayers. Console | |
infoPanel, mapfish. widgets. print. SimpleForm | |
inherit | |
initialize, OpenLayers. ElementsIndexer | |
insert, OpenLayers. ElementsIndexer | |
internalProjection, OpenLayers. Format | |
intersects | |
intersectsBounds, OpenLayers. Bounds | |
INTERVAL, OpenLayers. Tween | |
inverseMercator, OpenLayers. Layer. SphericalMercator | |
irregular, OpenLayers. Handler. RegularPolygon | |
isAlphaImage | |
isBaseLayer OpenLayers. LayerOpenLayers. Layer. ArcGIS93RestOpenLayers. Layer. ArcIMSOpenLayers. Layer. KaMapOpenLayers. Layer. MapGuideOpenLayers. Layer. MarkersOpenLayers. Layer. TileCacheOpenLayers. Layer.TMSOpenLayers. Layer. VectorOpenLayers. Layer.WFSOpenLayers. Layer.WMSOpenLayers. Layer. WorldWindOpenLayers. Layer.XYZ | |
isDefault, OpenLayers. Style | |
isDrawn | |
iserror, OpenLayers. Format. ArcXML | |
isFixed | |
isNumeric, OpenLayers. String. OpenLayers. String | |
isSimpleContent, OpenLayers. Format.XML | |
issue, OpenLayers. Request | |
isVector, OpenLayers. Layer. Vector | |
J | |
JSON, OpenLayers. Format. JSON. OpenLayers. Format |
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 )
Hide element(s) passed in
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 ()
Create a new indexer with
initialize: function( yOrdering )
Insert a new node into the indexer.
insert: function( newNode )
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 )
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 )