A | |
activate | |
activateControl, OpenLayers. Control. Panel | |
add | |
addComponent, OpenLayers. Geometry. LinearRing | |
addComponents, OpenLayers. Geometry. Collection | |
addControl, OpenLayers.Map | |
addControls, OpenLayers. Control. Panel | |
addEventType, OpenLayers. Events | |
addFeatures, OpenLayers. Layer. Vector | |
addLayer, OpenLayers.Map | |
addLayers, OpenLayers.Map | |
addMarker, OpenLayers. Layer. Markers | |
addNodes, OpenLayers. Layer. PointTrack | |
addOptions, OpenLayers. Layer | |
addPoint, OpenLayers. Geometry. MultiPoint | |
addPopup, OpenLayers.Map | |
addRules, OpenLayers. Style | |
addTile, OpenLayers. Layer.Grid | |
addTransform, OpenLayers. Projection | |
assert, OpenLayers. Console | |
B | |
bind | |
bindAsEventListener | |
buildGeometryNode, OpenLayers. Format.GML | |
C | |
calculateBounds | |
camelize | |
cancel | |
clear | |
clearMouseCache, OpenLayers. Events | |
clone | |
commit, OpenLayers. Layer.WFS | |
commitReport, OpenLayers. Layer.WFS | |
concatChildValues, OpenLayers. Format.XML | |
contains | |
containsBounds, OpenLayers. Bounds | |
containsLonLat, OpenLayers. Bounds | |
containsPixel, OpenLayers. Bounds | |
count, OpenLayers. Console | |
create, OpenLayers | |
createElementNS, OpenLayers. Format.XML | |
createParams, OpenLayers. Control. Permalink | |
createRegularPolygon, OpenLayers. Geometry. Polygon | |
createTextNode, OpenLayers. Format.XML |
Activate the control and the feature handler.
activate: function()
Activate the control.
activate: function()
Activate the control.
activate: function()
activate: function()
Turn on the handler.
activate: function()
turn on the handler
activate: function()
Turn on the handler.
activate: function()
Activate the strategy.
activate: function()
Activate the strategy.
activate: function()
activateControl: function ( control )
add:function( x, y )
add:function( lon, lat )
add:function( x, y )
Adds a point to geometry components.
addComponent: function( point, index )
Add components to this geometry.
addComponents: function( components )
addControl: function ( control, px )
To build a toolbar, you add a set of controls to it.
addControls: function( controls )
Add a new event type to this events object.
addEventType: function( eventName )
Add Features to the layer.
addFeatures: function( features, options )
addLayer: function ( layer )
addLayers: function ( layers )
addMarker: function( marker )
Adds point features that will be used to create lines from, using point pairs.
addNodes: function( pointFeatures )
addOptions: function ( newOptions )
Wrapper for OpenLayers.Geometry.Collection.addComponent
addPoint: function( point, index )
addPopup: function( popup, exclusive )
Adds rules to this style.
addRules: function( rules )
Gives subclasses of Grid the opportunity to create an OpenLayer.Tile of their choosing.
addTile:function( bounds, position )
Set a custom transform method between two projections.
OpenLayers.Projection.addTransform = function( from, to, method )
Tests that an expression is true.
assert: function()
Bind a function to an object.
bind: function( func, object )
Bind a function to an object, and configure it to receive the event object as first parameter when called.
bindAsEventListener: function( func, object )
buildGeometryNode: function( geometry )
Recalculate the bounds for the geometry.
calculateBounds: function()
Recalculate the bounds by iterating through the components and calling calling extendBounds() on each item.
calculateBounds: function()
Camel-case a hyphenated string.
camelize: function( str )
Finish the geometry and call the “cancel” callback.
cancel: function()
Finish the geometry and call the “cancel” callback.
cancel: function()
Clear history.
clear: function()
clear: function()
Clear any rendered features on the temporary layer.
clear: function()
Clear cached data about the mouse position.
clearMouseCache: function()
Create a clone of this geometry.
clone: function()
Clone this geometry.
clone: function()
{OpenLayers.Geometry.Point} An exact clone of this OpenLayers.Geometry.Point
clone: function( obj )
Create a clone of this layer
clone: function ( obj )
clone: function ( obj )
clone: function ( obj )
clone: function ( obj )
clone: function ( obj )
clone: function ( obj )
{OpenLayers.LonLat} New OpenLayers.LonLat object with the same lon and lat values
clone:function()
Return a clone of this pixel object
clone:function()
Create a clone of this size object
clone:function()
Write out the data to a WFS server.
commit: function()
Called with a ‘success’ message if the commit succeeded, otherwise a failure message, and the full request text as a second parameter.
commitReport: function( string, response )
Concatenate the value of all child nodes if any exist, or return an optional default string.
concatChildValues: function( node, def )
contains:function( x, y, inclusive )
Test whether a string contains another string.
contains: function( str, sub )
containsBounds:function( bounds, partial, inclusive )
containsLonLat:function( ll, inclusive )
containsPixel:function( px, inclusive )
Writes the number of times that the line of code where count was called was executed.
count: function()
Create a new element with namespace.
createElementNS: function( uri, name )
Creates the parameters that need to be encoded into the permalink url.
createParams: function( center, zoom, layers )
Create a regular polygon around a radius.
OpenLayers.Geometry.Polygon.createRegularPolygon = function( origin, radius, sides, rotation )
Create a text node.
createTextNode: function( text )