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
C
  calculateBounds
  calculateInRange, OpenLayers.Layer
  callback, OpenLayers.Control.UTFGrid
  camelize
  cancel
  clear
  clearCache, OpenLayers.Control.CacheWrite.OpenLayers.Control.CacheWrite
  clearMouseCache, OpenLayers.Events
  clone
  commit
  commitReport, OpenLayers.Layer.WFS
  computeDistanceBetween, Spherical
  computeHeading, Spherical
  concatChildValues, OpenLayers.Format.XML
  configure, OpenLayers.WPSProcess
  contains
  containsBounds, OpenLayers.Bounds
  containsLonLat, OpenLayers.Bounds
  containsPixel, OpenLayers.Bounds
  contentType, OpenLayers.Format.XML
  count, OpenLayers.Console
  create
  createControlMarkup, OpenLayers.Control.Panel
  createDocumentFragment, OpenLayers.Format.XML
  createElementNS, OpenLayers.Format.XML
  createLayer, OpenLayers.Format.WMTSCapabilities
  createParams, OpenLayers.Control.Permalink
  createRegularPolygon, OpenLayers.Geometry.Polygon
  createTextNode, OpenLayers.Format.XML
  css, OpenLayers.Util.vendorPrefix
calculateBounds: function()
Recalculate the bounds for the geometry.
calculateBounds: function()
Recalculate the bounds by iterating through the components and calling calling extendBounds() on each item.
calculateInRange: function()
{Boolean} The layer is displayable at the current map’s current resolution.
callback: function( infoLookup )
Function to be called when a mouse event corresponds with a location that includes data in one of the configured UTFGrid layers.
Deprecated.
camelize: function( str )
Camel-case a hyphenated string.
cancel: function()
Cancel the current sketch.
cancel: function()
Stop the control from measuring.
cancel: function()
Finish the geometry and call the “cancel” callback.
cancel: function()
Finish the geometry and call the “cancel” callback.
cancel: function()
Finish the geometry and call the “cancel” callback.
clear: function()
Clear history.
clear: function()
clear: function()
Clear any rendered features on the temporary layer.
OpenLayers.Control.CacheWrite.clearCache = function()
Clears all tiles cached with OpenLayers.Control.CacheWrite from the cache.
clearMouseCache: function()
Clear cached data about the mouse position.
clone: function ( obj )
Returns an exact clone of this OpenLayers.Layer.ArcGISCache
clone: function()
Clones this filter.
clone: function()
Clones this filter.
clone: function()
Clones this filter.
clone: function()
Clones this filter.
clone: function()
Clones this filter.
clone: function()
Create a clone of this geometry.
clone: function()
Clone this geometry.
clone: function( obj )
{OpenLayers.Geometry.Point} An exact clone of this OpenLayers.Geometry.Point
clone: function( obj )
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
clone: function ( obj )
clone: function ( obj )
clone: function ( obj )
Create a complete copy of this layer.
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
clone: function( obj )
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
clone:function()
{OpenLayers.LonLat} New OpenLayers.LonLat object with the same lon and lat values
clone:function()
Return a clone of this pixel object
clone: function()
Clones this rule.
clone:function()
Create a clone of this size object
clone: function()
Clones this style.
clone: function()
Clones this style.
clone: function()
Create a copy of this symbolizer.
commit: function()
Write out the data to a WFS server.
commit: function()
Go over the features and for each take action based on the feature state.
commit: function( features,
options )
Iterate over each feature and take action based on the feature state.
commit: function( features,
options )
Go over the features and for each take action based on the feature state.
commitReport: function( string,
response )
Called with a ‘success’ message if the commit succeeded, otherwise a failure message, and the full request text as a second parameter.
OpenLayers.Spherical.computeDistanceBetween = function( from,
to,
radius )
Computes the distance between two LonLats.
OpenLayers.Spherical.computeHeading = function( from,
to )
Computes the heading from one LonLat to another LonLat.
concatChildValues: function( node,
def )
Deprecated.
configure: function( options )
Configure the process, but do not execute it.
contains:function( x,
y,
inclusive )
Returns whether the bounds object contains the given x and y.
Deprecated.
contains: function( str,
sub )
Test whether a string contains another string.
containsBounds:function( bounds,
partial,
inclusive )
Returns whether the bounds object contains the given OpenLayers.Bounds.
containsLonLat: function( ll,
options )
Returns whether the bounds object contains the given OpenLayers.LonLat.
containsPixel:function( px,
inclusive )
Returns whether the bounds object contains the given OpenLayers.Pixel.
contentType: function( node )
Determine the content type for a given node.
count: function()
Writes the number of times that the line of code where count was called was executed.
Deprecated.
create: function()
Construct a request for writing newly created features.
create: function( features,
options )
Construct a request for writing newly created features.
create: function( features,
options )
Create new features into the database.
createControlMarkup: function( control )
This function just creates a div for the control.
createDocumentFragment: function()
Create a document fragment node that can be appended to another node created by createElementNS.
createElementNS: function( uri,
name )
Create a new element with namespace.
createLayer: function( capabilities,
config )
Create a WMTS layer given a capabilities object.
createParams: function( center,
zoom,
layers )
Creates the parameters that need to be encoded into the permalink url.
OpenLayers.Geometry.Polygon.createRegularPolygon = function( origin,
radius,
sides,
rotation )
Create a regular polygon around a radius.
createTextNode: function( text )
Create a text node.
function css( property )
Detect which property is used for a CSS property
Close