B | |
baseLayerDraw, OpenLayers. | |
beforeSelectFeature, OpenLayers. | |
begin | |
bind | |
bindAsEventListener | |
boolean, OpenLayers. | |
bounds, OpenLayers. | |
box | |
buildContentNode, OpenLayers. | |
buildCoordinates | |
buildCoordinatesNode | |
buildEntryNode, OpenLayers. | |
buildExtendedData, OpenLayers. | |
buildFeatureNode, OpenLayers. | |
buildGeometryNode | |
buildMetadataNode, OpenLayers. | |
buildPersonConstructNode, OpenLayers. | |
buildRequestOptions, OpenLayers. | |
buildTrkPtNode, OpenLayers. | |
buildTrkSegNode, OpenLayers. | |
buildWMSOptions, OpenLayers. | |
buildWptNode, OpenLayers. | |
buttonClick, OpenLayers. | |
buttonDown, OpenLayers. | |
buttonUp, OpenLayers. |
baseLayerDraw: function()
Called before a feature is selected.
beforeSelectFeature: function( feature )
Begins the dragging.
begin: function()
Bind a function to an object.
bind: function( func, object )
Bind a function to an object, and configure it to receive the event object as first parameter when called.
bindAsEventListener: function( func, object )
buildContentNode: function( content )
builds the coordinates XmlNode
buildCoordinatesNode: function( geometry )
buildCoordinates: function( point )
buildCoordinatesNode: function( geometry )
Builds and returns the KML coordinates node with the given geometry coordinates...</coordinates>
buildCoordinatesNode: function( geometry )
Build an Atom entry node from a feature object.
buildEntryNode: function( feature )
buildExtendedData: function( attributes )
Accepts an OpenLayers.Feature.Vector, and builds a node for it.
buildFeatureNode: function( feature )
builds a GeoRSS node with a given geometry
buildGeometryNode: function( geometry )
builds a GeoRSS node with a given geometry
buildGeometryNode: function( geometry )
buildGeometryNode: function( geometry )
Builds and returns a KML geometry node with the given geometry.
buildGeometryNode: function( geometry )
Creates a “metadata” node.
buildMetadataNode: function( metadata )
buildPersonConstructNode: function( name, value )
Build an object with the relevant options for the GetFeatureInfo request.
buildRequestOptions: function( layer, xy )
Builds a trkpt node given a point
buildTrkPtNode: function( point )
Builds trkseg node(s) given a geometry
buildTrkSegNode: function( geometry )
Build an object with the relevant WMS options for the GetFeatureInfo request
buildWMSOptions: function( url, layers, clickPosition, format )
Builds a wpt node given a point
buildWptNode: function( geometry )
Check if a button was clicked, and fire the buttonclick event
buttonClick: function( evt )
buttonDown: function( evt )
buttonUp: function( evt )