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
 callbacks, OpenLayers. Control. SelectFeature
 camelize
 cancel
 Class, OpenLayers
 clear, OpenLayers. Handler. RegularPolygon
 clone
 Collection, OpenLayers. Geometry. Collection. OpenLayers. Geometry
 collectionName, OpenLayers. Format.GML
 commit, OpenLayers. Layer.WFS
 commitReport, OpenLayers. Layer.WFS
 components, OpenLayers. Geometry. Collection
 concatChildValues, OpenLayers. Format.XML
 Constants
 Constructor
GlobalOpenLayers. Ajax. RequestOpenLayers. BoundsOpenLayers. ControlOpenLayers. Control. ArgParserOpenLayers. Control. AttributionOpenLayers. Control. DragFeatureOpenLayers. Control. DrawFeatureOpenLayers. Control. EditingToolbarOpenLayers. Control. KeyboardDefaultsOpenLayers. Control. LayerSwitcherOpenLayers. Control. ModifyFeatureOpenLayers. Control. MouseDefaultsOpenLayers. Control. MousePositionOpenLayers. Control. MouseToolbarOpenLayers. Control. NavigationOpenLayers. Control. NavToolbarOpenLayers. Control. OverviewMapOpenLayers. Control. PanelOpenLayers. Control. PanZoomBarOpenLayers. Control. PermalinkOpenLayers. Control. ScaleOpenLayers. Control. SelectFeatureOpenLayers. EventsOpenLayers. FeatureOpenLayers. Feature. VectorOpenLayers. Feature.WFSOpenLayers. FormatOpenLayers. Format. GeoJSONOpenLayers. Format. GeoRSSOpenLayers. Format.GMLOpenLayers. Format.JSONOpenLayers. Format.KMLOpenLayers. Format.WFSOpenLayers. Format.WKTOpenLayers. Format.XMLOpenLayers. GeometryOpenLayers. Geometry. CollectionOpenLayers. Geometry. CurveOpenLayers. Geometry. LinearRingOpenLayers. Geometry. LineStringOpenLayers. Geometry. MultiLineStringOpenLayers. Geometry. MultiPointOpenLayers. Geometry. MultiPolygonOpenLayers. Geometry. PointOpenLayers. Geometry. PolygonOpenLayers. Geometry. RectangleOpenLayers. Geometry. SurfaceOpenLayers. HandlerOpenLayers. Handler.BoxOpenLayers. Handler.DragOpenLayers. Handler. FeatureOpenLayers. handler. KeyboardOpenLayers. Handler. MouseWheelOpenLayers. Handler.PathOpenLayers. Handler. PointOpenLayers. Handler. PolygonOpenLayers. Handler. RegularPolygonOpenLayers.IconOpenLayers. LayerOpenLayers. Layer. BoxesOpenLayers. Layer. EventPaneOpenLayers. Layer. FixedZoomLevelsOpenLayers. Layer. GeoRSSOpenLayers. Layer.GMLOpenLayers. Layer. GoogleOpenLayers. Layer.GridOpenLayers. Layer. HTTPRequestOpenLayers. Layer. ImageOpenLayers. Layer. KaMapOpenLayers. Layer. MapServerOpenLayers. Layer. MapServer. UntiledOpenLayers. Layer. MarkersOpenLayers. Layer. MultiMapOpenLayers. Layer.TextOpenLayers. Layer. TileCacheOpenLayers. Layer.TMSOpenLayers. Layer. VectorOpenLayers. Layer. VirtualEarthOpenLayers. Layer.WFSOpenLayers. Layer.WMSOpenLayers. Layer. WMS. UntiledOpenLayers. Layer. WorldWindOpenLayers. Layer. YahooOpenLayers. LonLatOpenLayers.MapOpenLayers. MarkerOpenLayers. Marker.BoxOpenLayers. PanZoomOpenLayers. PixelOpenLayers. PopupOpenLayers. Popup. AnchoredOpenLayers. Popup. AnchoredBubbleOpenLayers. RendererOpenLayers. Renderer. ElementsOpenLayers. Renderer.SVGOpenLayers. Renderer.VMLOpenLayers.SizeOpenLayers.TileOpenLayers. Tile. ImageOpenLayers. Tile.WFS
 contains
 containsBounds, OpenLayers. Bounds
 containsLonLat, OpenLayers. Bounds
 containsPixel, OpenLayers. Bounds
 control, OpenLayers. Handler
 Control
 CORNER_SIZE, OpenLayers. Popup. AnchoredBubble
 count, OpenLayers. Console
 create, OpenLayers
 createElementNS, OpenLayers. Format.XML
 createRegularPolygon, OpenLayers. Geometry. Polygon
 createTextNode, OpenLayers. Format.XML
 Curve, OpenLayers. Geometry. Curve. OpenLayers. Geometry
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.
{Object} The functions that are sent to the handler for callback
Camel-case a hyphenated string.
Deprecated.
cancel: function()
Finish the geometry and call the “cancel” callback.
cancel: function()
Finish the geometry and call the “cancel” callback.
Base class used to construct all other classes.
clear: function()
Clear any rendered features on the temporary layer.
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()
{OpenLayers.LonLat} New OpenLayers.LonLat object with the same lon and lat values
clone:function()
Return a clone of this pixel object
clone:function()
Create a clone of this size object
Creates a Geometry Collection -- a list of geoms.
{String} Name of featureCollection element.
commit: function()
Write out the data to a WFS server.
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.
{Array(OpenLayers.Geometry)} The component parts of this geometry
concatChildValues: function(node,
def)
Concatenate the value of all child nodes if any exist, or return an optional default string.
contains:function(x,
y,
inclusive)
Test whether a string contains another string.
Deprecated.
containsBounds:function(bounds,
partial,
inclusive)
containsLonLat:function(ll,
inclusive)
containsPixel:function(px,
inclusive)
{OpenLayers.Control}.
Create an OpenLayers Control.
{Integer} 5.
count: function()
Writes the number of times that the line of code where count was called was executed.
Deprecated.
createElementNS: function(uri,
name)
Create a new element with namespace.
OpenLayers.Geometry.Polygon.createRegularPolygon = function(origin,
radius,
sides,
rotation)
Create a regular polygon around a radius.
createTextNode: function(text)
Create a text node.