| I | |
| i18n, OpenLayers. | |
| icon | |
| Icon | |
| IconFactory, EMS. | |
| id | |
| IFrame, OpenLayers. | |
| ignoreExtraDims, OpenLayers. | |
| image, EMS. | |
| Image, OpenLayers. | |
| IMAGE_EXTENSIONS, OpenLayers. | |
| imageSize, OpenLayers. | |
| immediate, OpenLayers. | |
| INCHES_PER_UNIT, Util | |
| includeXY, OpenLayers. | |
| indent, OpenLayers. | |
| info, OpenLayers. | |
| inherit | |
| initialize | |
| insert, OpenLayers. | |
| insertDeflectionLength, OpenLayers. | |
| insertDeltaXY, OpenLayers. | |
| insertDirectionLength, OpenLayers. | |
| insertXY, OpenLayers. | |
| instruction, EMS. | |
| Instruction, EMS. | |
| INTERNAL_SERVER_ERROR, EMS. | |
| internalProjection, OpenLayers. | |
| intersection, EMS. | |
| INTERSECTION, EMS. | |
| intersects | |
| intersectsBounds, OpenLayers. | |
| INTERVAL, OpenLayers. | |
| intervals, OpenLayers. | |
| inverseMercator, OpenLayers. | |
| irregular, OpenLayers. | |
| IS_GECKO, Util | |
| isAlphaImage | |
| isBaseLayer EMS. | |
| isCompress, EMS. | |
| isDefault | |
| isDrawn | |
| iserror, OpenLayers. | |
| isFixed | |
| isNullOrEmpty, EMS. | |
| isNumeric, OpenLayers. | |
| isSelected, EMS. | |
| isSimpleContent, OpenLayers. | |
| issue, OpenLayers. | |
| isSupported | |
| J | |
| JSON, OpenLayers. |
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} true if script compress is turned on.
EMS.Configuration.isCompress = function()
{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 )
isSupported: function( event )
{Boolean} Whether or not the feature is supported.
isSupported: function( feature )