H | |
hasAttributeNS, OpenLayers. Format.XML | |
HEAD, OpenLayers. Request | |
hide, OpenLayers. Element | |
I | |
i18n, OpenLayers. Lang. OpenLayers | |
info, OpenLayers. Console | |
inherit | |
initialize, OpenLayers. ElementsIndexer | |
insert, OpenLayers. ElementsIndexer | |
intersects | |
intersectsBounds, OpenLayers. Bounds | |
inverseMercator, OpenLayers. Layer. SphericalMercator | |
isNumeric, OpenLayers. String. OpenLayers. String | |
issue, OpenLayers. Request | |
L | |
limitSigDigs | |
log, OpenLayers. Console | |
M | |
mergeNewParams | |
move | |
N | |
nextTrigger, OpenLayers. Control. NavigationHistory | |
O | |
offset, OpenLayers. Pixel | |
onFeatureInsert, OpenLayers. Layer. Vector | |
onMapResize | |
OPTIONS, OpenLayers. Request | |
P | |
pageCount, OpenLayers. Strategy. Paging | |
pageLength, OpenLayers. Strategy. Paging | |
pageNext, OpenLayers. Strategy. Paging | |
pageNum, OpenLayers. Strategy. Paging | |
pagePrevious, OpenLayers. Strategy. Paging | |
pan, OpenLayers.Map | |
panTo, OpenLayers.Map | |
POST, OpenLayers. Request | |
preFeatureInsert, OpenLayers. Layer. Vector | |
profile, OpenLayers. Console | |
profileEnd, OpenLayers. Console | |
PUT, OpenLayers. Request | |
R | |
raiseLayer, OpenLayers.Map | |
read | |
redraw | |
refresh, OpenLayers. Layer.WFS | |
register, OpenLayers. Events | |
registerPriority, OpenLayers. Events | |
remove | |
removeComponent | |
removeComponents, OpenLayers. Geometry. Collection | |
removeControl, OpenLayers.Map | |
removeFeatures, OpenLayers. Layer. Vector | |
removeLayer, OpenLayers.Map | |
removeMap | |
removeMarker | |
removePoint, OpenLayers. Geometry. MultiPoint | |
removePopup, OpenLayers.Map | |
resize | |
rotate |
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 )
intersectsBounds:function( bounds, inclusive )
Given a x,y in Spherical Mercator, return a point in EPSG:4326.
inverseMercator: function( x, y )
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 )
Log an object in the console.
log: function()
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 )
Moves a collection in place
move: function( x, y )
Moves a collection in place
move: function( x, y )
Moves a point in place
move: function( x, y )
Restore the next state.
nextTrigger: function()
Parameters px - {OpenLayers.Pixel}
offset:function( px )
method called after a feature is inserted.
onFeatureInsert: function( feature )
This function can be implemented by subclasses
onMapResize: function()
onMapResize: function()
Send an HTTP OPTIONS request.
OPTIONS: function( config )
Get the total count of pages given the current cache of features.
pageCount: function()
Gets or sets page length.
pageLength: function( newLength )
Display the next page of features.
pageNext: function( event )
Get the zero based page number.
pageNum: function()
Display the previous page of features.
pagePrevious: function()
Allows user to pan by a value of screen pixels
pan: function( dx, dy, options )
Allows user to pan to a new lonlat If the new lonlat is in the current extent the map will slide smoothly
panTo: function( lonlat )
Send a POST request.
POST: function( config )
method called before a feature is inserted.
preFeatureInsert: function( feature )
Turns on the JavaScript profiler.
profile: function()
Turns off the JavaScript profiler and prints its report.
profileEnd: function()
Send an HTTP PUT request.
PUT: function( config )
Change the index of the given layer by delta.
raiseLayer: function ( layer, delta )
Return a list of features from a GPX doc
read: function( doc )
Read and Filter doc and return an object representing the Filter.
read: function( data )
Deserialize a GeoJSON string.
read: function( json, type, filter )
Read data from a string, and return a list of features.
read: function( data )
Deserialize a json string.
read: function( json, filter )
Read data from a string, and return a list of features.
read: function( data )
Read and SLD doc and return an object representing the SLD.
read: function( data )
Return a list of features from a Tab Seperated Values text string.
read: function( text )
Read WMC data from a string, and return an object with map properties and a list of layers.
read: function( data, options )
Redraws the layer.
redraw: function()
Redraws the layer.
redraw: function( force )
Refreshes all the features of the layer
refresh: function()
Register an event on the events object.
register: function ( type, obj, func )
Same as register() but adds the new listener to the front of the events queue instead of to the end.
registerPriority: function ( type, obj, func )
Remove the specified element from the DOM.
remove: function( element )
remove: function( node )
Removes a point from geometry components.
removeComponent: function( point )
Only allows removal of a point if there are three or more points in the linestring.
removeComponent: function( point )
Remove components from this geometry.
removeComponents: function( components )
Remove a control from the map.
removeControl: function ( control )
removeFeatures: function( features, options )
Removes a layer from the map by removing its visual element (the layer.div property), then removing it from the map’s internal list of layers, setting the layer’s map property to null.
removeLayer: function( layer, setNewBaseLayer )
Just as setMap() allows each layer the possibility to take a personalized action on being added to the map, removeMap() allows each layer to take a personalized action on being removed from it.
removeMap: function( map )
On being removed from the map, we’ll like to remove the invisible ‘pane’ div that we added to it on creation.
removeMap: function( map )
removeMarker: function( marker )
removeMarker: function( marker )
Wrapper for OpenLayers.Geometry.Collection.removeComponent
removePoint: function( point )
removePopup: function( popup )
Resize a geometry relative to some origin.
resize: function( scale, origin, ratio )
Resize a geometry relative to some origin.
resize: function( scale, origin, ratio )
Resize a point relative to some origin.
resize: function( scale, origin, ratio )
Rotate a geometry around some origin
rotate: function( angle, origin )
Rotate a geometry around some origin
rotate: function( angle, origin )
Rotate a point around another.
rotate: function( angle, origin )