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
 camelize
 cancel
 clear
 clearMouseCache, OpenLayers. Events
 clone
 commit
 commitReport, OpenLayers. Layer.WFS
 concatChildValues, OpenLayers. Format.XML
 contains
 containsBounds, OpenLayers. Bounds
 containsLonLat, OpenLayers. Bounds
 containsPixel, OpenLayers. Bounds
 contentType, OpenLayers. Format.XML
 count, OpenLayers. Console
 create
 createContextualMenuPlugin, mapfish. widgets
 createDisableLayersPlugin, mapfish. widgets. LayerTree
 createElementNS, OpenLayers. Format.XML
 createParams, OpenLayers. Control. Permalink
 createPDF, mapfish. PrintProtocol
 createRecord, mapfish. widgets. editing. FeatureList
 createRegularPolygon, OpenLayers. Geometry. Polygon
 createTextNode, OpenLayers. Format.XML
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.
camelize: function(str)
Camel-case a hyphenated string.
Deprecated.
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.
clear: function()
Clear all the previous results.
clear: function()
Clear history.
clear: function()
clear: function()
Clear any rendered features on the temporary layer.
clearMouseCache: function()
Clear cached data about the mouse position.
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)
Create a clone of this layer
clone: function (obj)
clone: function (obj)
clone: function (obj)
clone: function (obj)
clone: function (obj)
clone: function (obj)
Create a clone of this layer
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
commit: function(features,
options)
Go over the features and for each take action based on the feature state.
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.
concatChildValues: function(node,
def)
Deprecated.
contains:function(x,
y,
inclusive)
contains: function(str,
sub)
Test whether a string contains another string.
Deprecated.
containsBounds:function(bounds,
partial,
inclusive)
Determine whether the target bounds is contained within this bounds.
containsLonLat:function(ll,
inclusive)
containsPixel:function(px,
inclusive)
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.
"create": function(features,
options)
Create features.
"create": function(features,
options)
Create features, this method does nothing more than calling the decorator protocol’s create method.
create: function(features,
options)
Construct a request for writing newly created features.
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.
Creates an EXT plugin that adds a contextual menu to the layer tree.
mapfish.widgets.LayerTree.createDisableLayersPlugin = function(serverResolution)
Creates an EXT plugin that allows to disable layers in the tree depending on current scale.
createElementNS: function(uri,
name)
Create a new element with namespace.
createParams: function(center,
zoom,
layers)
Creates the parameters that need to be encoded into the permalink url.
createPDF: function(success,
popup,
failure,
context)
Uses AJAX to create the PDF on the server and then gets it from the server.
mapfish.widgets.editing.FeatureList.createRecord = function(cols)
Generate a Record constructor for a specific record layout and with support for the ‘geo’ type.
OpenLayers.Geometry.Polygon.createRegularPolygon = function(origin,
radius,
sides,
rotation)
Create a regular polygon around a radius.
createTextNode: function(text)
Create a text node.
Close