C | |
cacheFeatures | |
calculateAngle, OpenLayers. Handler. RegularPolygon | |
calculateBounds | |
calculateGridLayout | |
calculateInRange, OpenLayers. Layer | |
calculateNewPx | |
calculateRelativePosition, OpenLayers. Popup. Anchored | |
callback | |
callUserCallback | |
camelize | |
cancel | |
cancelHover | |
centerLayerContainer, OpenLayers.Map | |
checkImgURL, OpenLayers. Tile. Image | |
checkModifiers, OpenLayers. Handler | |
checkRedraw, OpenLayers. Control. LayerSwitcher | |
clear | |
clearArray, Util | |
clearBounds, OpenLayers. Geometry | |
clearCache | |
clearFeatures | |
clearGrid, OpenLayers. Layer.Grid | |
clearLayerFilter, OpenLayers. Layer. ArcGIS93Rest | |
clearLayersArray, OpenLayers. Control. LayerSwitcher | |
clearMarkers, OpenLayers. Layer. Markers | |
clearMouseCache, OpenLayers. Events | |
clearMouseListener, OpenLayers. Events | |
clearTimer | |
click | |
clickFeature, OpenLayers. Control. SelectFeature | |
clickoutFeature, OpenLayers. Control. SelectFeature | |
clipLine, OpenLayers. Renderer.SVG | |
clone OpenLayers. BoundsOpenLayers. Feature. VectorOpenLayers. FilterOpenLayers. Filter. ComparisonOpenLayers. Filter. FeatureIdOpenLayers. Filter. LogicalOpenLayers. Filter. SpatialOpenLayers. GeometryOpenLayers. Geometry. CollectionOpenLayers. Geometry. PointOpenLayers.IconOpenLayers. LayerOpenLayers. Layer. ArcGIS93RestOpenLayers. Layer. GoogleOpenLayers. Layer.GridOpenLayers. Layer. HTTPRequestOpenLayers. Layer. ImageOpenLayers. Layer. KaMapOpenLayers. Layer. MapGuideOpenLayers. Layer. MapServerOpenLayers. Layer. MapServer. UntiledOpenLayers. Layer. TileCacheOpenLayers. Layer.TMSOpenLayers. Layer. VectorOpenLayers. Layer.WFSOpenLayers. Layer.WMSOpenLayers. Layer. WMS. UntiledOpenLayers. Layer.XYZOpenLayers. Layer. ZoomifyOpenLayers. LonLatOpenLayers. PixelOpenLayers.RuleOpenLayers.SizeOpenLayers.TileOpenLayers. Tile. ImageOpenLayers. Tile. Image. IFrame | |
cluster, OpenLayers. Strategy. Cluster | |
clustersExist, OpenLayers. Strategy. Cluster | |
collectDragHandle, OpenLayers. Control. ModifyFeature | |
collection | |
collectRadiusHandle, OpenLayers. Control. ModifyFeature | |
collectRoots, OpenLayers. Layer. Vector. RootContainer | |
collectVertices, OpenLayers. Control. ModifyFeature | |
commit | |
commitFailure, OpenLayers. Layer.WFS | |
commitReport, OpenLayers. Layer.WFS | |
commitSuccess, OpenLayers. Layer.WFS | |
concatChildValues, OpenLayers. Format.XML | |
configureLayers, OpenLayers. Control. ArgParser | |
considerSnapping, OpenLayers. Control. Snapping | |
considerSplit, OpenLayers. Control. Split | |
contains | |
containsBounds, OpenLayers. Bounds | |
containsLonLat, OpenLayers. Bounds | |
containsPixel, OpenLayers. Bounds | |
containsPoint | |
contentType, OpenLayers. Format.XML | |
contextToMap, OpenLayers. Format.WMC | |
count, OpenLayers. Console | |
create | |
createAlphaImageDiv, Util | |
createBlocks, OpenLayers. Popup. Framed | |
createBox, OpenLayers. Control. TransformFeature | |
createCallback, OpenLayers. Protocol | |
createCluster, OpenLayers. Strategy. Cluster | |
createControl, OpenLayers. Control. TransformFeature | |
createCRSObject, OpenLayers. Format. GeoJSON | |
createDefs, OpenLayers. Renderer.SVG | |
createDiv, Util | |
createdOffline, OpenLayers. Protocol. SQL. Gears | |
createElementDefaultNS, OpenLayers. Format. WMC.v1 | |
createElementNS, OpenLayers. Format.XML | |
createElementNSPlus, OpenLayers. Format.XML | |
createFeature | |
createFeatureFromItem, OpenLayers. Format. GeoRSS | |
createFeatureNodes, OpenLayers. Format.OSM | |
createFeatureXML | |
createFilter, OpenLayers. Strategy.BBOX | |
createFolderXML, OpenLayers. Format.KML | |
createGeometry, OpenLayers. Handler. RegularPolygon | |
createGeometryFromItem, OpenLayers. Format. GeoRSS | |
createIFrame, OpenLayers. Tile. Image. IFrame | |
createImage, Util | |
createImgDiv, OpenLayers. Tile. Image. IFrame | |
createLiteral, OpenLayers. Style | |
createLiterals, OpenLayers. Style | |
createMap, OpenLayers. Control. OverviewMap | |
createMarker | |
createNode | |
createOLPropertyNode, OpenLayers. Format. WMC.v1 | |
createOrUpdate, OpenLayers. Protocol. SQL. Gears | |
createParams, OpenLayers. Control. Permalink | |
createPlacemarkXML, OpenLayers. Format.KML | |
createPopup | |
createRegularPolygon, OpenLayers. Geometry. Polygon | |
createRenderRoot | |
createRequestForm, OpenLayers. Tile. Image. IFrame | |
createRoot | |
createSymbolizer | |
createTextNode, OpenLayers. Format.XML | |
createUniqueID, Util | |
createUrlObject, Util | |
createXML, OpenLayers. Format.OSM | |
CSWGetDomain, OpenLayers. Format | |
CSWGetRecords, OpenLayers. Format |
Cache features before they are added to the layer.
cacheFeatures: function( event )
Cache features before they are added to the layer.
cacheFeatures: function( event )
Calculate the angle based on settings.
calculateAngle: function( point, evt )
Recalculate the bounds for the geometry.
calculateBounds: function()
Recalculate the bounds by iterating through the components and calling calling extendBounds() on each item.
calculateBounds: function()
Create a new Bounds based on the lon/lat
calculateBounds: function ()
Recalculate the bounds for the geometry.
calculateBounds: function()
calculateBounds: function( center, resolution )
calculateBounds: function( mapBounds )
Generate parameters for the grid layout.
calculateGridLayout: function( bounds, extent, resolution )
ka-Map uses the center point of the map as an origin for its tiles.
calculateGridLayout: function( bounds, extent, resolution )
Generate parameters for the grid layout.
calculateGridLayout: function( bounds, extent, resolution )
Generate parameters for the grid layout.
calculateGridLayout: function( bounds, extent, resolution )
{Boolean} The layer is displayable at the current map’s current resolution.
calculateInRange: function()
calculateNewPx:function( px )
Besides the standard offset as determined by the Anchored class, our Framed popups have a special ‘offset’ property for each of their positions, which is used to offset the popup relative to its anchor.
calculateNewPx:function( px )
calculateRelativePosition:function( px )
Trigger the control’s named callback with the given arguments
callback: function ( name, args )
Trigger the control’s named callback with the given arguments
callback: function ( name, args )
This method is used from within the commit method each time an an HTTP response is received from the server, it is responsible for calling the user-supplied callbacks.
callUserCallback: function( resp, options )
This method is called from within commit each time a request is made to the database, it is responsible for calling the user-supplied callbacks.
callUserCallback: function( options, resp )
Camel-case a hyphenated string.
camelize: function( str )
Called when the drag handler detects a mouse-out (from the map viewport).
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()
Callback from the handlers.hover set up when hover selection is on
cancelHover: function()
Cancel callback for the hover handler
cancelHover: function()
This function takes care to recenter the layerContainerDiv.
centerLayerContainer: function ( lonlat )
Make sure that the image that just loaded is the one this tile is meant to display, since panning/zooming might have changed the tile’s URL in the meantime.
checkImgURL: function ()
Check the keyMask on the handler.
checkModifiers: function ( evt )
Checks if the layer state has changed since the last redraw() call.
checkRedraw: function()
Clear history.
clear: function()
clear: function()
Clear any rendered features on the temporary layer.
clear: function()
Removes all rows of the table.
clear: function()
Clear all vectors from the renderer.
clear: function()
Clear all vectors from the renderer.
clear: function()
Remove all the elements from the root
clear: function()
Clear the tile of any bounds/position-related data so that it can be reused in a new location.
clear: function()
Clear the tile of any bounds/position-related data so that it can be reused in a new location.
clear: function()
Removes the iframe from DOM (avoids back-button problems).
clear: function()
Clear the tile of any bounds/position-related data so that it can be reused in a new location.
clear: function()
Deprecated.
OpenLayers.Util.clearArray = function( array )
Nullify this components bounds and that of its parent as well.
clearBounds: function()
Clear out the cached features.
clearCache: function()
Clear out the cached features.
clearCache: function()
Destroy all features in this layer.
clearFeatures: function()
clearFeatures: function()
Go through and remove all tiles from the grid, calling destroy() on each of them to kill circular references
clearGrid:function()
Clears layer filters, either from a specific layer, or all of them.
clearLayerFilter: function ( id )
User specifies either “base” or “data”.
clearLayersArray: function( layersType )
This method removes all markers from a layer.
clearMarkers: function()
Clear cached data about the mouse position.
clearMouseCache: function()
Clear the timer and set timerId to null.
clearTimer: function()
Clear the timer and set timerId to null.
clearTimer: function()
Handle click.
click: function( evt )
The drag handler captures the click event.
click: function ( evt )
Handle click.
click: function( evt )
Handle clicks.
click: function( evt )
Called on click in a feature Only responds if this.hover is false.
clickFeature: function( feature )
Called on click outside a previously clicked (selected) feature.
clickoutFeature: function( feature )
Given two points (one inside the valid range, and one outside), clips the line betweeen the two points so that the new points are both inside the valid range.
clipLine: function( badComponent, goodComponent )
Create a cloned instance of this bounds.
clone:function()
Create a clone of this vector feature.
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()
{OpenLayers.Geometry.Point} An exact clone of this OpenLayers.Geometry.Point
clone: function( obj )
{OpenLayers.Icon} A fresh copy of the icon.
clone: function()
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
Create a clone of this layer
clone: function()
Create a clone of this layer
clone: function ( obj )
clone: function ( obj )
Create a clone of this layer
clone: function( obj )
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
clone: function ( obj )
clone: function ( obj )
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
Create a clone of this layer
clone: function ( obj )
clone: function ( obj )
{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()
clone: function ( obj )
clone: function ( obj )
clone: function ( obj )
Cluster features based on some threshold distance.
cluster: function( event )
Determine whether calculated clusters are already on the layer.
clustersExist: function()
Collect the drag handle for the selected geometry.
collectDragHandle: function()
Collect the radius handle for the selected geometry.
collectRadiusHandle: function()
Collects the root nodes of all layers this control is configured with and moveswien the nodes to this control’s layer
collectRoots: function()
Collect the vertices from the modifiable feature’s geometry and push them on to the control’s vertices array.
collectVertices: 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()
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.
commit: function( features, options )
Given a list of feature, assemble a batch request for update, create, and delete transactions.
commit: function( features, options )
Called when the Ajax request fails
commitFailure: function( request )
Called with a ‘success’ message if the commit succeeded, otherwise a failure message, and the full request text as a second parameter.
commitReport: function( string, response )
Called when the Ajax request returns a response
commitSuccess: function( request )
Deprecated.
concatChildValues: function( node, def )
As soon as all the layers are loaded, cycle through them and hide or show them.
configureLayers: function()
considerSnapping: function( point, loc )
Decide whether or not to split target features with the supplied feature.
considerSplit: function( feature )
contains:function( x, y, inclusive )
Test whether a string contains another string.
contains: function( str, sub )
Determine whether the target bounds is contained within this bounds.
containsBounds:function( bounds, partial, inclusive )
containsLonLat:function( ll, inclusive )
containsPixel:function( px, inclusive )
Test if a point is inside a linear ring.
containsPoint: function( point )
Test if a point is inside a polygon.
containsPoint: function( point )
Determine the content type for a given node.
contentType: function( node )
Create a map given a context object.
contextToMap: function( context, options )
Writes the number of times that the line of code where count was called was executed.
count: function()
Construct a request for writing newly created features.
create: function()
Construct a request for writing newly created features.
create: function( features, options )
Create new features into the database.
create: function( features, options )
OpenLayers.Util.createAlphaImageDiv = function( id, px, sz, imgURL, position, border, sizing, opacity, delayDisplay )
createBlocks: function()
Creates the box with all handles and transformation handles.
createBox: function()
Returns a function that applies the given public method with resp and options arguments.
createCallback: function( method, response, options )
Given a feature, create a cluster.
createCluster: function( feature )
Creates a DragFeature control for this control.
createControl: function()
Create the CRS object for an object.
createCRSObject: function( object )
{DOMElement} The element to which we’ll add the symbol definitions
createDefs: function()
Creates a new div and optionally set some standard attributes.
OpenLayers.Util.createDiv = function( id, px, sz, imgURL, position, border, overflow, opacity )
Returns true if the feature had a feature id when it was created in the Gears database, false otherwise; this is determined by checking the form of the feature’s fid value.
createdOffline: function( feature )
Shorthand for createElementNS with namespace from defaultPrefix.
createElementDefaultNS: function( name, childValue, attributes )
Create a new element with namespace.
createElementNS: function( uri, name )
Shorthand for creating namespaced elements with optional attributes and child text nodes.
createElementNSPlus: function( name, options )
Add temporary geometries
createFeature: function( pixel )
Add temporary features
createFeature: function( pixel )
Add temporary geometries
createFeature: function( pixel )
Return a feature from a GeoRSS Item.
createFeatureFromItem: function( item )
Takes a feature, returns a list of nodes from size 0->n.
createFeatureNodes: function( feature )
Accept an OpenLayers.Feature.Vector, and build a geometry for it.
createFeatureXML: function( feature )
Accept an OpenLayers.Feature.Vector, and build a GML node for it.
createFeatureXML: function( feature )
createFeatureXML: function( feature )
Creates a spatial BBOX filter.
createFilter: function()
Creates and returns a KML folder node
createFolderXML: function()
Create the new polygon geometry.
createGeometry: function()
Return a geometry from a GeoRSS Item.
createGeometryFromItem: function( item )
Create the IFrame which shows the image.
createIFrame: function()
Creates an img element with specific attribute values.
OpenLayers.Util.createImage = function( id, px, sz, imgURL, position, border, opacity, delayDisplay )
Creates a div with iframe.and eventPane
createImgDiv: function()
converts a style value holding a combination of PropertyName and Literal into a Literal, taking the property values from the passed features.
OpenLayers.Style.createLiteral = function( value, context, feature, property )
creates literals for all style properties that have an entry in this.propertyStyles.
createLiterals: function( style, feature )
Construct the map that this control contains
createMap: function()
Based on the data associated with the Feature, create and return a marker object.
createMarker: function()
createMarker: function()
createNode: function( type, id )
createNode: function( type, id )
Create a new node
createNode: function( type, id )
Create a node representing an OpenLayers property.
createOLPropertyNode: function( obj, prop )
Construct a request for updating or creating features in the database.
createOrUpdate: function( features )
Creates the parameters that need to be encoded into the permalink url.
createParams: function( center, zoom, layers )
Creates and returns a KML placemark node representing the given feature.
createPlacemarkXML: function( feature )
Creates a popup object created from the ‘lonlat’, ‘popupSize’, and ‘popupContentHTML’ properties set in this.data.
createPopup: function( closeBox )
createPopup: function()
Create a regular polygon around a radius.
OpenLayers.Geometry.Polygon.createRegularPolygon = function( origin, radius, sides, rotation )
{DOMElement} The specific render engine’s root element
createRenderRoot: function()
Create the renderer root
createRenderRoot: function()
Create the html form element with width, height, bbox and all parameters specified in the layer params.
createRequestForm: function()
createRoot: function( suffix )
Create the main root element
createRoot: function( suffix )
creates a style by applying all feature-dependent rules to the base style.
createSymbolizer: function( feature )
Creates the symbolizer for a feature for a render intent.
createSymbolizer: function( feature, intent )
Create a text node.
createTextNode: function( text )
Create a unique identifier for this session.
OpenLayers.Util.createUniqueID = function( prefix )
OpenLayers.Util.createUrlObject = function( url, options )
Takes a feature, returns a list of nodes from size 0->n.
createXML: