OpenLayersThe OpenLayers object provides a namespace for all things OpenLayers Summary | The OpenLayers object provides a namespace for all things OpenLayers | | | | {String} Relative path of this script. | | | | Return the path to this script. | | | | |
diff --git a/files/OpenLayers/BaseTypes-js.html b/files/OpenLayers/BaseTypes-js.html
index 255f616f43..d70aea9cf0 100644
--- a/files/OpenLayers/BaseTypes-js.html
+++ b/files/OpenLayers/BaseTypes-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. ClassContains functions to create OpenLayers style classes. Summary | Contains functions to create OpenLayers style classes. | | | | Create an OpenLayers style class | | Inherit from one or more OpenLayers style classes | | This class represents a screen coordinate, in x and y coordinates | | | | {Number} The x coordinate | | {Number} The x coordinate | | | | Create a new OpenLayers.Pixel instance | | Cast this object into a string | | Return a clone of this pixel object | | Determine whether one pixel is equivalent to another | | Instances of this class represent a width/height pair | | | | | | | | | | Create an instance of OpenLayers.Size | | Return the string representation of a size object | | Create a clone of this size object | | This class represents a longitude and latitude pair | | | | Create a new OpenLayers.LonLat instance | | Return a readable string version of the lonlat | | Instances of this class represent bounding boxes. | | | | | | | | | | | | | | Construct a new bounds object. | | Create a cloned instance of this bounds. | | Test a two bounds for equivalence | | Get the opposite quadrant for a given quadrant string. |
diff --git a/files/OpenLayers/Console-js.html b/files/OpenLayers/Console-js.html
index 185ea16c59..71e94bf280 100644
--- a/files/OpenLayers/Console-js.html
+++ b/files/OpenLayers/Console-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. ConsoleThe OpenLayers.Console namespace is used for debugging and error logging. If the Firebug Lite (../Firebug/firebug.js) is included before this script, calls to OpenLayers.Console methods will get redirected to window.console. This makes use of the Firebug extension where available and allows for cross-browser debugging Firebug style. NoteNote that behavior will differ with the Firebug extention and Firebug Lite. Most notably, the Firebug Lite console does not currently allow for hyperlinks to code or for clicking on object to explore their properties. Summary | The OpenLayers.Console namespace is used for debugging and error logging. | | | | Log an object in the console. | | Writes a message to the console, including a hyperlink to the line where it was called. | | Writes a message to the console with the visual “info” icon and color coding and a hyperlink to the line where it was called. | | Writes a message to the console with the visual “warning” icon and color coding and a hyperlink to the line where it was called. | | Writes a message to the console with the visual “error” icon and color coding and a hyperlink to the line where it was called. | | Tests that an expression is true. | | Prints an interactive listing of all properties of the object. | | Prints the XML source tree of an HTML or XML element. | | Prints an interactive stack trace of JavaScript execution at the point where it is called. | | Writes a message to the console and opens a nested block to indent all future messages sent to the console. | | Closes the most recently opened block created by a call to OpenLayers.Console.group | | Creates a new timer under the given name. | | | | |
diff --git a/files/OpenLayers/Control-js.html b/files/OpenLayers/Control-js.html
index 69e188b802..8fe6e7872b 100644
--- a/files/OpenLayers/Control-js.html
+++ b/files/OpenLayers/Control-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers/ Control.jsSummary | | | | | | | {<OpenLayers.Handler}> null |
diff --git a/files/OpenLayers/Feature-js.html b/files/OpenLayers/Feature-js.html
index bed5119b3b..27bacb139f 100644
--- a/files/OpenLayers/Feature-js.html
+++ b/files/OpenLayers/Feature-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. FeatureFeatures are combinations of geography and attributes. The OpenLayers.Feature class specifically combines a marker and a lonlat. Summary | Features are combinations of geography and attributes. | | | | | | | | | | | | | | | | | | | | Constructor for features. | | nullify references to prevent circular references and memory leaks | | {Boolean} Whether or not the feature is currently visible on screen (based on its ‘lonlat’ property) | | Based on the data associated with the Feature, create and return a marker object. | | | | Creates a popup object created from the ‘lonlat’, ‘popupSize’, and ‘popupContentHTML’ properties set in this.data. | | Destroys the popup created via createPopup. |
diff --git a/files/OpenLayers/Feature/Vector-js.html b/files/OpenLayers/Feature/Vector-js.html
index 5c37b311c9..065650f14b 100644
--- a/files/OpenLayers/Feature/Vector-js.html
+++ b/files/OpenLayers/Feature/Vector-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Feature. VectorVector features use the OpenLayers.Geometry classes as geometry description. They have an ‘attributes’ property, which is the data object, and a ‘style’ property, the default values of which are defined in the OpenLayers.Feature.Vector.style objects. Inherits fromSummary | Vector features use the OpenLayers.Geometry classes as geometry description. | | | | | | | | | | | | | | | | | | nullify references to prevent circular references and memory leaks | | | | Determins whether the feature intersects with the specified location. | | | | | | OpenLayers features can have a number of style attributes. |
diff --git a/files/OpenLayers/Feature/WFS-js.html b/files/OpenLayers/Feature/WFS-js.html
index 21cc13b3fe..1bad16cb7c 100644
--- a/files/OpenLayers/Feature/WFS-js.html
+++ b/files/OpenLayers/Feature/WFS-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Feature.WFSWFS handling class, for use as a featureClass on the WFS layer for handling ‘point’ WFS types. Good for subclassing when creating a custom WFS like XML application. Inherits fromSummary | WFS handling class, for use as a featureClass on the WFS layer for handling ‘point’ WFS types. | | | | | | nullify references to prevent circular references and memory leaks | | When passed an xmlNode, parses it for a GML point, and passes back an object describing that point. |
diff --git a/files/OpenLayers/Format-js.html b/files/OpenLayers/Format-js.html
index eabf23181f..9ba7aa7f7a 100644
--- a/files/OpenLayers/Format-js.html
+++ b/files/OpenLayers/Format-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. FormatBase class for format reading/writing a variety of formats. Subclasses of OpenLayers.Format are expected to have read and write methods. Summary | Base class for format reading/writing a variety of formats. | | | | Instances of this class are not useful. | | Read data from a string, and return an object whose type depends on the subclass. | | Accept an object, and return a string. | | | | {String} OpenLayers.Format |
diff --git a/files/OpenLayers/Geometry-js.html b/files/OpenLayers/Geometry-js.html
index 2bd1546a2d..6cecf5b43b 100644
--- a/files/OpenLayers/Geometry-js.html
+++ b/files/OpenLayers/Geometry-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. GeometryA Geometry is a description of a geographic object. Summary | A Geometry is a description of a geographic object. | | | | | | | | Creates a geometry object. |
diff --git a/files/OpenLayers/Geometry/Collection-js.html b/files/OpenLayers/Geometry/Collection-js.html
index 16800c3e5a..20f9454f48 100644
--- a/files/OpenLayers/Geometry/Collection-js.html
+++ b/files/OpenLayers/Geometry/Collection-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Geometry. CollectionA Collection is exactly what it sounds like: A collection of different Geometries. These are stored in the local parameter “components” (which can be passed as a parameter to the constructor). As new geometries are added to the collection, they are NOT cloned. When removing geometries, they need to be specified by reference (ie you have to pass in the exact geometry to be removed). The getArea() and getLength() functions here merely iterate through the components, summing their respective areas and lengths. Inerhits fromSummary | A Collection is exactly what it sounds like: A collection of different Geometries. | | | | Creates a Geometry Collection -- a list of geoms. |
diff --git a/files/OpenLayers/Geometry/MultiLineString-js.html b/files/OpenLayers/Geometry/MultiLineString-js.html
index 3485a30345..3ccee2a612 100644
--- a/files/OpenLayers/Geometry/MultiLineString-js.html
+++ b/files/OpenLayers/Geometry/MultiLineString-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Geometry. MultiLineStringA MultiLineString is a collection of LineStrings. Inherits fromSummary | A MultiLineString is a collection of LineStrings. | | | | Constructor for a MultiLineString Geometry. | | | | |
diff --git a/files/OpenLayers/Geometry/MultiPoint-js.html b/files/OpenLayers/Geometry/MultiPoint-js.html
index a41ba7307c..dcbb8cba94 100644
--- a/files/OpenLayers/Geometry/MultiPoint-js.html
+++ b/files/OpenLayers/Geometry/MultiPoint-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Geometry. MultiPointMultiPoint is a collection of Points. Inherits fromSummary | MultiPoint is a collection of Points. | | | | Create a new MultiPoint Geometry |
diff --git a/files/OpenLayers/Geometry/Point-js.html b/files/OpenLayers/Geometry/Point-js.html
index cbb36130df..960c3ac020 100644
--- a/files/OpenLayers/Geometry/Point-js.html
+++ b/files/OpenLayers/Geometry/Point-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Geometry. PointPoint geometry class. Inherits fromSummary | | | | | | | | | | | Construct a point geometry. | | | | Create a new Bounds based on the lon/lat | | | | | | {String} Shortened String representation of Point object. | | |
diff --git a/files/OpenLayers/Geometry/Polygon-js.html b/files/OpenLayers/Geometry/Polygon-js.html
index 102f588c75..1102f71f00 100644
--- a/files/OpenLayers/Geometry/Polygon-js.html
+++ b/files/OpenLayers/Geometry/Polygon-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Geometry. PolygonPolygon is a collection of Geometry.LinearRings. Inherits fromSummary | Polygon is a collection of Geometry.LinearRings. | | | | Constructor for a Polygon geometry. | | Calculated by subtracting the areas of the internal holes from the area of the outer hole. |
diff --git a/files/OpenLayers/Icon-js.html b/files/OpenLayers/Icon-js.html
index a53a6ff775..6a5966c8b1 100644
--- a/files/OpenLayers/Icon-js.html
+++ b/files/OpenLayers/Icon-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers.IconSummary | | | | | | | | | | | | | | | | | | | Creates an icon, which is an image tag in a div. | | nullify references to prevent circular references and memory leaks | | | | | | Move the div to the given pixel. | | Change the icon’s opacity | | move icon to passed in px. | | |
diff --git a/files/OpenLayers/Layer-js.html b/files/OpenLayers/Layer-js.html
index 5bd1a6775f..721fe13d88 100644
--- a/files/OpenLayers/Layer-js.html
+++ b/files/OpenLayers/Layer-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. LayerSummary | | | | | {Integer} Determines the width (in pixels) of the gutter around image tiles to ignore. | | {String} Set in the layer options to override the default projection string this layer - also set maxExtent, maxResolution, and units if appropriate. | | {String} The layer map units. | | | | | | | | | | {Number} Default max is 360 deg / 256 px, which corresponds to zoom level 0 on gmaps. | | | | | | | | | | {Boolean} Request map tiles that are completely outside of the max extent for this layer. | | {Boolean} #487 for more info. | | | | | | Destroy is a destructor: this is to alleviate cyclic references which the Javascript garbage cleaner can not take care of on its own. | | |
diff --git a/files/OpenLayers/Layer/Image-js.html b/files/OpenLayers/Layer/Image-js.html
index 006b380970..48ecd4d05a 100644
--- a/files/OpenLayers/Layer/Image-js.html
+++ b/files/OpenLayers/Layer/Image-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Layer. ImageInstances of OpenLayers.Layer.Image are used to display data from a web accessible image as a map layer. Create a new image layer with the OpenLayers.Layer.Image constructor. Inherits from OpenLayers.Layer. Summary | Instances of OpenLayers.Layer.Image are used to display data from a web accessible image as a map layer. | | | | {Boolean} The layer is a base layer. | | {String} URL of the image to use | | | | | | | | {Number} The ratio of height/width represented by a single pixel in the graphic | | | | | | | | Create a clone of this layer | | | | {String} OpenLayers.Layer.Image |
diff --git a/files/OpenLayers/Layer/Vector-js.html b/files/OpenLayers/Layer/Vector-js.html
index 044fea44ed..84ad0849c0 100644
--- a/files/OpenLayers/Layer/Vector-js.html
+++ b/files/OpenLayers/Layer/Vector-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Layer. VectorInstances of OpenLayers.Layer.Vector are used to render vector data from a variety of sources. Create a new image layer with the OpenLayers.Layer.Vector constructor. Inherits fromSummary | Instances of OpenLayers.Layer.Vector are used to render vector data from a variety of sources. | | | | {Boolean} The layer is a base layer. | | | | Create a new vector layer | | | | | | {String} OpenLayers.Layer.Vector |
diff --git a/files/OpenLayers/Layer/WMS-js.html b/files/OpenLayers/Layer/WMS-js.html
index 9a97e93477..ae67077042 100644
--- a/files/OpenLayers/Layer/WMS-js.html
+++ b/files/OpenLayers/Layer/WMS-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Layer.WMSInstances of OpenLayers.Layer.WMS are used to display data from OGC Web Mapping Services. Create a new WMS layer with the OpenLayers.Layer.WMS constructor. Inherits fromSummary | Instances of OpenLayers.Layer.WMS are used to display data from OGC Web Mapping Services. | | | | {Object} Hashtable of default parameter key/value pairs | | | | {Boolean} Try to reproject this layer if its coordinate reference system is different than that of the base layer. | | | | Create a new WMS layer object | | | | Create a clone of this layer | | Return a GetMap query string for this layer | | | | {String} OpenLayers.Layer.WMS |
diff --git a/files/OpenLayers/Map-js.html b/files/OpenLayers/Map-js.html
index 44739b6e88..272ea44e44 100644
--- a/files/OpenLayers/Map-js.html
+++ b/files/OpenLayers/Map-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers.MapInstances of OpenLayers.Map are interactive maps embedded in a web page. Create a new map with the OpenLayers.Map constructor. Summary | Instances of OpenLayers.Map are interactive maps embedded in a web page. | | | | | | | | {Object} Base z-indexes for different classes of thing | | {Array} supported application event types | | | | {String} Unique identifier for the map | | {<OpenLayers.Events>} An events object that handles all events on the map | | Function that is called to destroy the map on page unload. | | {DOMElement} The element that contains the map | | | | {HTMLDivElement} The element that represents the map viewport | | { OpenLayers.LonLat} The lonlat at which the later container was re-initialized (on-zoom) | | {HTMLDivElement} The element that contains the layers. | | | | {Array(<OpenLayers.Control>)} List of controls associated with the map | | | | | | | | {Integer} The current zoom level of the map | | {String} Used to store a unique identifier that changes when the map view changes. | | { OpenLayers.Size} Set in the map options to override the default tile size for this map. | | {String} Set in the map options to override the default projection string this map - also set maxExtent, maxResolution, and units if appropriate. | | | | {Number} Default max is 360 deg / 256 px, which corresponds to zoom level 0 on gmaps. | | | | | | | | | | | | {Integer} Number of zoom levels for the map. | | {String} Relative path to a CSS file from which to load theme styles. | | {Boolean} Should OpenLayers allow events on the map to fall through to other elements on the page, or should it swallow them? | | Constructor for a new OpenLayers.Map instance. | | | | | | Get the tile size for the map | | Get a layer based on its id | | | | |
diff --git a/files/OpenLayers/Marker-js.html b/files/OpenLayers/Marker-js.html
index ecbdf42aa6..37e7be1cc3 100644
--- a/files/OpenLayers/Marker-js.html
+++ b/files/OpenLayers/Marker-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. MarkerInstances of OpenLayers.Marker are a combination of a OpenLayers.LonLat and an OpenLayers.Icon. Summary | | | | | | | | | | | | | | | | | Calls draw on the icon, and returns that output. | | Move the marker to the new location. | | {Boolean} Whether or not the marker is currently visible on screen. | | | | Change the opacity of the marker by changin the opacity of its icon | | | | |
diff --git a/files/OpenLayers/Popup-js.html b/files/OpenLayers/Popup-js.html
index b0deae2a67..4cd2664cb8 100644
--- a/files/OpenLayers/Popup-js.html
+++ b/files/OpenLayers/Popup-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. PopupSummary | | | | | | | | | | | | | | | | | | | | | | | | | | | { OpenLayers.Map} this gets set in Map.js when the popup is added to the map | | | | | | nullify references to prevent circular references and memory leaks | | | | if the popup has a lonlat and its map members set, then have it move itself to its proper position | | | | {Boolean} Boolean indicating whether or not the popup is visible | | | | | | | | | | | | | | | | | | Registers events on the popup. | | When mouse goes down within the popup, make a note of it locally, and then do not propagate the mousedown (but do so safely so that user can select text inside) | | If the drag was started within the popup, then do not propagate the mousemove (but do so safely so that user can select text inside) | | When mouse comes up within the popup, after going down in it, reset the flag, and then (once again) do not propagate the event, but do so safely so that user can select text inside | | Ignore clicks, but allowing default browser handling | | When mouse goes out of the popup set the flag to false so that if they let go and then drag back in, we won’t be confused. | | Ignore double-clicks, but allowing default browser handling |
diff --git a/files/OpenLayers/Tile-js.html b/files/OpenLayers/Tile-js.html
index f785816947..c2ea603671 100644
--- a/files/OpenLayers/Tile-js.html
+++ b/files/OpenLayers/Tile-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers.TileThis is a class designed to designate a single tile, however it is explicitly designed to do relatively little. Tiles store information about themselves -- such as the URL that they are related to, and their size - but do not add themselves to the layer div automatically, for example. Create a new tile with the OpenLayers.Tile constructor, or a subclass. | TBD 3.0 | remove reference to url in above paragraph |
Summary | This is a class designed to designate a single tile, however it is explicitly designed to do relatively little. | | | | | | | | {String} url of the request | | | | | | {OpenLayers.Pixel} Top Left pixel of the tile | | | | | | | | nullify references to prevent circular references and memory leaks | | Clear out existing tile, and return whether to draw or not. | | | | Clear the tile of any bounds/position-related data so that it can be reused in a new location. | | Take the pixel locations of the corner of the tile, and pass them to the base layer and ask for the location of those pixels, so that displaying tiles over Google works fine. |
diff --git a/files/OpenLayers/Tile/Image-js.html b/files/OpenLayers/Tile/Image-js.html
index 4bc7184dfa..fc1fea0ac8 100644
--- a/files/OpenLayers/Tile/Image-js.html
+++ b/files/OpenLayers/Tile/Image-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Tile. ImageInstances of OpenLayers.Tile.Image are used to manage the image tiles used by various layers. Create a new image tile with the OpenLayers.Tile.Image constructor. Inherits from OpenLayers.Tile. Summary | Instances of OpenLayers.Tile.Image are used to manage the image tiles used by various layers. | | | | {String} The URL of the image being requested. | | {DOMElement} The div element which wraps the image. | | {DOMElement} The image element is appended to the frame. | | | | | | nullify references to prevent circular references and memory leaks | | Check that a tile should be drawn, and draw it. | | Clear the tile of any bounds/position-related data so that it can be reused in a new location. | | | | Creates the imgDiv property on the tile. | | 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. |
diff --git a/files/OpenLayers/Tile/WFS-js.html b/files/OpenLayers/Tile/WFS-js.html
index 1364663b04..e14ac9ecfe 100644
--- a/files/OpenLayers/Tile/WFS-js.html
+++ b/files/OpenLayers/Tile/WFS-js.html
@@ -8,7 +8,7 @@ if (browserType) {document.write("");if (browserV
-
OpenLayers. Tile.WFSInstances of OpenLayers.Tile.WFS are used to manage the image tiles used by various layers. Create a new image tile with the OpenLayers.Tile.WFS constructor. Inherits from OpenLayers.Tile. Summary | Instances of OpenLayers.Tile.WFS are used to manage the image tiles used by various layers. | | | | | | | | | | | | nullify references to prevent circular references and memory leaks | | Clear the tile of any bounds/position-related data so that it can be reused in a new location. | | Check that a tile should be drawn, and load features for it. | | get the full request string from the ds and the tile params and call the AJAX loadURL(). | | Called on return from request succcess. | | Construct new feature via layer featureClass constructor, and add to this.features. | | Iterate through and call destroy() on each feature, removing it from the local array |
diff --git a/index/Classes.html b/index/Classes.html
index 148d972d69..94c1cd7fc2 100644
--- a/index/Classes.html
+++ b/index/Classes.html
@@ -8,8 +8,8 @@ if (browserType) {document.write("");if (browserV
- Class 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
+Class 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
diff --git a/index/Constants.html b/index/Constants.html
index eca9e105f3..78c136546d 100644
--- a/index/Constants.html
+++ b/index/Constants.html
@@ -8,8 +8,8 @@ if (browserType) {document.write("");if (browserV
- Constant 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
+Constant 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
diff --git a/index/Files.html b/index/Files.html
index a41bbd94df..214071a276 100644
--- a/index/Files.html
+++ b/index/Files.html
@@ -8,8 +8,8 @@ if (browserType) {document.write("");if (browserV
- File 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
+File 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
diff --git a/index/Functions.html b/index/Functions.html
index eeabc7c827..b5f2cd5507 100644
--- a/index/Functions.html
+++ b/index/Functions.html
@@ -8,8 +8,8 @@ if (browserType) {document.write("");if (browserV
- 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 | $#! | | | | _getScriptLocation, OpenLayers | | A | | | | addResults, OpenLayers. Tile.WFS | | | assert, OpenLayers. Console | | | atPoint, OpenLayers. Feature. Vector | | B | | | | Bounds, OpenLayers. Bounds. OpenLayers | | C | | | | calculateBounds, OpenLayers. Geometry. Point | | | checkImgURL, OpenLayers. Tile. Image | | | clear | | | clone | | | Collection, OpenLayers. Geometry. Collection. OpenLayers. Geometry | | | create, OpenLayers. Class | | | createMarker, OpenLayers. Feature | | | createPopup, OpenLayers. Feature | | D | | | | debug, OpenLayers. Console | | | defaultIcon, OpenLayers. Marker | | | destroy | | | destroyAllFeatures, OpenLayers. Tile.WFS | | | destroyMarker, OpenLayers. Feature | | | destroyPopup, OpenLayers. Feature | | | dir, OpenLayers. Console | | | dirxml, OpenLayers. Console | | | display | | | distanceTo, OpenLayers. Geometry. Point | | | draw | | E | | | | equals | | | error, OpenLayers. Console | | F | | | | Feature, OpenLayers. Feature. OpenLayers | | | Format, OpenLayers. Format. OpenLayers | | G | | | | Geometry, OpenLayers. Geometry. OpenLayers | | | getArea, OpenLayers. Geometry. Polygon | | | getBoundsFromBaseLayer, OpenLayers.Tile | | | getLayer, OpenLayers.Map | | | getTileSize, OpenLayers.Map | | | getURL, OpenLayers. Layer.WMS | | | group, OpenLayers. Console | | | groupEnd, OpenLayers. Console | | H | | | | hide, OpenLayers. Popup | | I | | | | Icon, OpenLayers. Icon. OpenLayers | | | Image | | | inflate, OpenLayers. Marker | | | info, OpenLayers. Console | | | inherit, OpenLayers. Class | | | initImgDiv, OpenLayers. Tile. Image | | L | | | | Layer, OpenLayers. Layer. OpenLayers | | | loadFeaturesForRegion, OpenLayers. Tile.WFS | | | log, OpenLayers. Console | | | LonLat, OpenLayers. LonLat. OpenLayers |
+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 | $#! | | | | _getScriptLocation, OpenLayers | | A | | | | addResults, OpenLayers. Tile.WFS | | | assert, OpenLayers. Console | | | atPoint, OpenLayers. Feature. Vector | | B | | | | Bounds, OpenLayers. Bounds. OpenLayers | | | Box, OpenLayers. Marker. Box. OpenLayers. Marker | | C | | | | calculateBounds, OpenLayers. Geometry. Point | | | checkImgURL, OpenLayers. Tile. Image | | | clear | | | clone | | | Collection, OpenLayers. Geometry. Collection. OpenLayers. Geometry | | | create, OpenLayers. Class | | | createMarker, OpenLayers. Feature | | | createPopup, OpenLayers. Feature | | D | | | | debug, OpenLayers. Console | | | defaultIcon, OpenLayers. Marker | | | destroy | | | destroyAllFeatures, OpenLayers. Tile.WFS | | | destroyMarker, OpenLayers. Feature | | | destroyPopup, OpenLayers. Feature | | | dir, OpenLayers. Console | | | dirxml, OpenLayers. Console | | | display | | | distanceTo, OpenLayers. Geometry. Point | | | draw | | E | | | | equals | | | error, OpenLayers. Console | | F | | | | Feature, OpenLayers. Feature. OpenLayers | | | Format, OpenLayers. Format. OpenLayers | | G | | | | Geometry, OpenLayers. Geometry. OpenLayers | | | getArea, OpenLayers. Geometry. Polygon | | | getBoundsFromBaseLayer, OpenLayers.Tile | | | getLayer, OpenLayers.Map | | | getTileSize, OpenLayers.Map | | | getURL, OpenLayers. Layer.WMS | | | group, OpenLayers. Console | | | groupEnd, OpenLayers. Console | | H | | | | hide, OpenLayers. Popup | | I | | | | Icon, OpenLayers. Icon. OpenLayers | | | Image | | | inflate, OpenLayers. Marker | | | info, OpenLayers. Console | | | inherit, OpenLayers. Class | | | initImgDiv, OpenLayers. Tile. Image | | L | | | | Layer, OpenLayers. Layer. OpenLayers | | | loadFeaturesForRegion, OpenLayers. Tile.WFS | | | log, OpenLayers. Console | | | LonLat, OpenLayers. LonLat. OpenLayers |
@@ -27,31 +27,31 @@ if (document.getElementById){for (var menu = 1; menu < 7; menu++){if (menu != 6
-
+
-
+
-
+
-
+
-
+
-
+
-
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|