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
 capitalize, EMS.String
 check, EMS.Service.Security
 clear
 clearMarkers, EMS.Map
 clearMouseCache, OpenLayers.Events
 clearRoute
 clone
 commit
 commitReport, OpenLayers.Layer.WFS
 concatChildValues, OpenLayers.Format.XML
 contains
 containsAll, EMS.Array
 containsBounds, OpenLayers.Bounds
 containsLonLat, OpenLayers.Bounds
 containsPixel, OpenLayers.Bounds
 contentType, OpenLayers.Format.XML
 count, OpenLayers.Console
 create
 createElementNS, OpenLayers.Format.XML
 createLayer, OpenLayers.Format.WMTSCapabilities
 createParams, OpenLayers.Control.Permalink
 createRegularPolygon, OpenLayers.Geometry.Polygon
 createTextNode, OpenLayers.Format.XML
 cross, EMS.Icon
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()
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.
EMS.String.capitalize = function(string)
Capitalizes the first letter of each word in a string.
check: function(callback)
EMS.Array.clear = function(array)
Clears an array of all items.
clear: function()
Clear history.
clear: function()
clear: function()
Clear any rendered features on the temporary layer.
clearMarkers: function()
Shortcut method for clearing all markers from the map.
clearMouseCache: function()
Clear cached data about the mouse position.
clearRoute: function()
Clears the current route off the layer, releasing all resources.
clearRoute: function()
Shortcut method for clearing any route from the current map.
clone: function (obj)
Returns an exact clone of this OpenLayers.Layer.ArcGISCache
clone: function()
{EMS.Address} Returns a clone/copy of this address.
EMS.Array.clone = function(array)
Makes a shallow copy of the array.
clone: function()
{EMS.Color} Returns a clone of this color.
clone: function()
{EMS.Geocode} Returns a clone of this geocode object.
clone: function()
{EMS.Gradient} Returns a clone of this gradient.
clone: function ()
Create a clone of this layer Returns: {EMS.Layer.Remapper} An exact clone of this OpenLayers.Layer.XYZ
clone: function()
{EMS.RankedPoint} Returns a clone of this point.
clone: function()
{EMS.Route.Handle} Returns a clone of the handle.
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)
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.
concatChildValues: function(node,
def)
Deprecated.
EMS.Array.contains = function(array,
item,
from)
Searches an array for a given item.
contains:function(x,
y,
inclusive)
contains: function(str,
sub)
Test whether a string contains another string.
Deprecated.
EMS.Array.containsAll = function(array,
items)
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.
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.
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.
EMS.Icon.crosshair = function(color)
Shortcut for getting a cross-hair icon.
Close