Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
H
  hasAttributeNS, OpenLayers.Format.XML
  HEAD, OpenLayers.Request
  hide, OpenLayers.Element
I
  i18n, OpenLayers.Lang.OpenLayers
  info, OpenLayers.Console
  inherit, OpenLayers.Class
  initialize, OpenLayers.ElementsIndexer
  insert, OpenLayers.ElementsIndexer
  insertDeflectionLength, OpenLayers.Control.DrawFeature
  insertDeltaXY, OpenLayers.Control.DrawFeature
  insertDirectionLength, OpenLayers.Control.DrawFeature
  insertXY, OpenLayers.Control.DrawFeature
  intersects
  intersectsBounds, OpenLayers.Bounds
  inverseMercator, OpenLayers.Layer.SphericalMercator
  isDrawn
  iserror, OpenLayers.Format.ArcXML
  isNumeric, OpenLayers.String
  isSimpleContent, OpenLayers.Format.XML
  issue, OpenLayers.Request
J
  js, OpenLayers.Util.vendorPrefix
L
  limitSigDigs, OpenLayers.Number
  loadURL, OpenLayers.Ajax.OpenLayers
  log, OpenLayers.Console
  lookupNamespaceURI
M
  mergeNewParams
  move
N
  nextTrigger, OpenLayers.Control.NavigationHistory
  nullTransform, OpenLayers.Projection
  numericIf, OpenLayers.String
O
  offset, OpenLayers.Pixel
  on, OpenLayers.Events
  onFeatureInsert, OpenLayers.Layer.Vector
  onMapResize
  OPTIONS, OpenLayers.Request
  output, OpenLayers.WPSProcess
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
  parse, OpenLayers.Date
  POST, OpenLayers.Request
  preFeatureInsert, OpenLayers.Layer.Vector
  profile, OpenLayers.Console
  profileEnd, OpenLayers.Console
  PUT, OpenLayers.Request
R
  raiseLayer, OpenLayers.Map
  read
  redo, OpenLayers.Control.DrawFeature
  redraw
  refresh
  register, OpenLayers.Events
  registerPriority, OpenLayers.Events
  remove
  removeAllFeatures, OpenLayers.Layer.Vector
  removeComponent
  removeComponents, OpenLayers.Geometry.Collection
  removeControl, OpenLayers.Map
  removeFeatures, OpenLayers.Layer.Vector
  removeLayer, OpenLayers.Map
  removeMap
  removeMarker
  removePoint, OpenLayers.Geometry.MultiPoint
  removePopup, OpenLayers.Map
  render, OpenLayers.Map
  resize
  reverseAxisOrder, OpenLayers.Layer.WMS
  rotate
hasAttributeNS: function( node,
uri,
name )
Determine whether a node has a particular attribute matching the given name and namespace.
HEAD: function( config )
Send an HTTP HEAD request.
hide: function()
Deprecated.
Alias for OpenLayers.Lang.translate.
info: 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.
OpenLayers.Class.inherit = function ( P )
Deprecated.
initialize: function( yOrdering )
Create a new indexer with
insert: function( newNode )
Insert a new node into the indexer.
insertDeflectionLength: function( deflection,
length )
Insert a point in the current sketch given a deflection and a length.
insertDeltaXY: function( dx,
dy )
Insert a point given offsets from the previously inserted point.
insertDirectionLength: function( direction,
length )
Insert a point in the current sketch given a direction and a length.
insertXY: function( x,
y )
Insert a point in the current sketch given x & y coordinates.
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 )
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.
intersectsBounds:function( bounds,
options )
Determine whether the target bounds intersects this bounds.
Given a x,y in Spherical Mercator, return a point in EPSG:4326.
isDrawn: function()
{Boolean} Whether or not the icon is drawn.
isDrawn: function()
{Boolean} Whether or not the marker is drawn.
iserror: function( data )
Check to see if the response from the server was an error.
isNumeric: function( value )
Determine whether a string contains only a numeric value.
isSimpleContent: function( node )
Test if the given node has only simple content (i.e.
issue: function( config )
Create a new XMLHttpRequest object, open it, set any headers, bind a callback to done state, and send any data.
function js( obj,
property )
Detect which property is used for a JS property/method
limitSigDigs: function( num,
sig )
Limit the number of significant digits on a float.
OpenLayers.loadURL = function( uri,
params,
caller,
onComplete,
onFailure )
Background load a document.
log: function()
Log an object in the console.
lookupNamespaceURI: function( node,
prefix )
Takes a prefix and returns the namespace URI associated with it on the given node if found (and null if not).
Takes a prefix and returns the namespace URI associated with it on the given node if found (and null if not).
mergeNewParams:function( newParams )
Catch changeParams and uppercase the new params to be merged in before calling changeParams on the super class.
Refetches tiles with new params merged, keeping a backbuffer.
mergeNewParams:function( newParams )
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 )
Extend the existing layer params with new properties.
move: function( x,
y )
Moves a geometry by the given displacement along positive x and y axes.
move: function( x,
y )
Moves a geometry by the given displacement along positive x and y axes.
move: function( x,
y )
Moves a geometry by the given displacement along positive x and y axes.
nextTrigger: function()
Restore the next state.
OpenLayers.Projection.nullTransform = function( point )
numericIf: function( value,
trimWhitespace )
Converts a string that appears to be a numeric value into a number.
offset:function( px )
Parameters px - {<OpenLayers.Pixel>|Object} An OpenLayers.Pixel or an object with a ‘x’ and ‘y’ properties.
on: function( object )
Convenience method for registering listeners with a common scope.
onFeatureInsert: function( feature )
method called after a feature is inserted.
onMapResize: function()
onMapResize: function()
This function can be implemented by subclasses
onMapResize: function()
OPTIONS: function( config )
Send an HTTP OPTIONS request.
output: function( identifier )
Chain an output of a configured process (see configure) as input to another process.
pageCount: function()
Get the total count of pages given the current cache of features.
pageLength: function( newLength )
Gets or sets page length.
pageNext: function( event )
Display the next page of features.
pageNum: function()
Get the zero based page number.
pagePrevious: function()
Display the previous page of features.
pan: function( dx,
dy,
options )
Allows user to pan by a value of screen pixels
panTo: function( lonlat )
Allows user to pan to a new lonlat If the new lonlat is in the current extent the map will slide smoothly
parse: function( str )
Generate a date object from a string.
POST: function( config )
Send a POST request.
preFeatureInsert: function( feature )
method called before a feature is inserted.
profile: function()
Turns on the JavaScript profiler.
profileEnd: function()
Turns off the JavaScript profiler and prints its report.
PUT: function( config )
Send an HTTP PUT request.
raiseLayer: function ( layer,
delta )
Change the index of the given layer by delta.
read: function( data )
Read data from a string, and return an response.
read: function( data )
Read data from a string of ArcXML, and return a set of OpenLayers features.
read: function( data,
options )
Read Context data from a string, and return an object with map properties and a list of layers.
read: function( data )
Parse the response from a GetDomain request.
read: function( data )
Parse the response from a GetRecords request.
read: function( encoded )
Deserialize an encoded polyline string and return a vector feature.
Read and Filter doc and return an object representing the Filter.
read: function( json,
type,
filter )
Deserialize a GeoJSON string.
read: function( doc )
Return a list of features from a GeoRSS doc
read: function( data )
Read data from a string, and return a list of features.
read: function( doc )
Return a list of features from a GPX doc
read: function( json,
filter )
Deserialize a json string.
read: function( data )
Read data from a string, and return a list of features.
read: function( data )
Read OGC exception report data from a string, and return an object with information about the exceptions.
Read an OWSCommon document and return an object.
read: function( data )
Read OWS context data from a string or DOMElement, and return a list of layers.
Read and SLD doc and return an object representing the SLD.
Read capabilities data from a string, and return information about the service (offering and observedProperty mostly).
read: function( data )
Read capabilities data from a string, and return info about the SOS.
read: function( data )
Parse a GetFeatureOfInterest response and return an array of features
read: function( text )
Return a list of features from a Tab Seperated Values text string.
Read capabilities data from a string, and return a list of coverages.
read: function( data )
Read capabilities data from a string, and return a list of coverages.
Read capabilities data from a string, and return a list of layers.
read: function( data )
Read capabilities data from a string, and return a list of layers.
read: function( data,
options )
Parse the response from a transaction.
read: function( wkt )
Deserialize a WKT string and return a vector feature or an array of vector features.
Read capabilities data from a string, and return a list of layers.
read: function( data )
Read capabilities data from a string, and return a list of layers.
Read DescribeLayer data from a string, and return the response.
read: function( data )
Read DescribeLayer data from a string, and return the response.
read: function( data )
Read WMS GetFeatureInfo data from a string, and return an array of features
Read capabilities data from a string, and return information about the service (offering and observedProperty mostly).
read: function( data )
Read capabilities data from a string, and return info about the WMTS.
Read capabilities data from a string, and return information about the service.
read: function( data )
Read capabilities data from a string, and return info about the WPS.
read: function( data )
Parse a WPS DescribeProcess and return an object with its information.
read: function( data )
Parse a WPS Execute and return an object with its information.
Read an XLS doc and return an object representing the result.
read: function( data,
options )
Read a doc and return an object representing the document.
read: function( options )
Construct a request for reading new features.
read: function( options )
Construct a request for reading new features.
read: function( options )
Construct a request for reading new features.
read: function( options )
Construct a request for reading new sensor positions.
read: function( options )
Read all features from the database and return a OpenLayers.Protocol.Response instance.
read: function( options )
Construct a request for reading new features.
redo: function()
Reinsert the most recently removed point resulting from an undo call.
redraw: function()
Redraws the layer.
redraw: function( force )
Redraws the layer.
refresh: function()
Refreshes all the features of the layer
refresh: function()
Tell the strategy to refresh which will refresh the layer.
register: function ( type,
obj,
func,
priority )
Register an event on the events object.
registerPriority: function ( type,
obj,
func )
Same as register() but adds the new listener to the front of the events queue instead of to the end.
remove: function( element )
Remove the specified element from the DOM.
remove: function( node )
removeAllFeatures: function( options )
Remove all features from the layer.
removeComponent: function( point )
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.
removeComponents: function( components )
Remove components from this geometry.
removeControl: function ( control )
Remove a control from the map.
removeFeatures: function( features,
options )
Remove features from the layer.
removeLayer: function( layer,
setNewBaseLayer )
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.
removeMap: function( map )
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 )
On being removed from the map, also remove termsOfUse and poweredBy divs
removeMarker: function( marker )
removeMarker: function( marker )
removePoint: function( point )
Wrapper for OpenLayers.Geometry.Collection.removeComponent
removePopup: function( popup )
render: function( div )
Render the map to a specified container.
resize: function( scale,
origin,
ratio )
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.
reverseAxisOrder: function()
Returns true if the axis order is reversed for the WMS version and projection of the layer.
rotate: function( angle,
origin )
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.
Close