| G | |
| GET, OpenLayers. | |
| getArea | |
| getAttributeNodeNS, OpenLayers. | |
| getAttributeNS, OpenLayers. | |
| getBounds, OpenLayers. | |
| getBy, OpenLayers.Map | |
| getCanvasContext, OpenLayers. | |
| getCenter, OpenLayers.Map | |
| getCenterLonLat, OpenLayers. | |
| getCenterPixel, OpenLayers. | |
| getCentroid | |
| getChildEl, OpenLayers. | |
| getChildValue, OpenLayers. | |
| getCode | |
| getControl, OpenLayers.Map | |
| getControlsBy | |
| getControlsByClass | |
| getControlsByName, OpenLayers. | |
| getCurrentLocation, OpenLayers. | |
| getDataExtent | |
| getDimensions, OpenLayers. | |
| getElementsByTagNameNS, OpenLayers. | |
| getExtent | |
| getFeatureBy, OpenLayers. | |
| getFeatureByFid, OpenLayers. | |
| getFeatureById, OpenLayers. | |
| getFeatureId, OpenLayers. | |
| getFeaturesByAttribute, OpenLayers. | |
| getFormattedLonLat, Util | |
| getFullRequestString | |
| getGeodesicArea | |
| getGeodesicLength | |
| getHeight | |
| getImageSize, OpenLayers. | |
| getLatitudeFromMapObjectLonLat | |
| getLayer, OpenLayers.Map | |
| getLayerIndex, OpenLayers.Map | |
| getLayerPxFromLonLat, OpenLayers.Map | |
| getLayerPxFromViewPortPx, OpenLayers.Map | |
| getLayersBy, OpenLayers.Map | |
| getLayersByClass, OpenLayers.Map | |
| getLayersByName, OpenLayers.Map | |
| getLength | |
| getLongitudeFromMapObjectLonLat | |
| getLonLatFromPixel, OpenLayers.Map | |
| getLonLatFromViewPortPx, OpenLayers. | |
| getMapObjectBoundsFromOLBounds | |
| getMapObjectCenter | |
| getMapObjectLonLatFromLonLat | |
| getMapObjectLonLatFromMapObjectPixel | |
| getMapObjectPixelFromMapObjectLonLat | |
| getMapObjectPixelFromXY | |
| getMapObjectSizeFromOLSize, OpenLayers. | |
| getMapObjectZoom | |
| getMapObjectZoomFromMapObjectBounds | |
| getMapObjectZoomFromOLZoom, OpenLayers. | |
| getMaxExtent, OpenLayers.Map | |
| getMaxResolution, OpenLayers.Map | |
| getMinZoom, OpenLayers.Map | |
| getNextEl, OpenLayers. | |
| getNextElement, OpenLayers. | |
| getNumLayers, OpenLayers.Map | |
| getNumZoomLevels, OpenLayers.Map | |
| getOLBoundsFromMapObjectBounds, OpenLayers. | |
| getOLZoomFromMapObjectZoom, OpenLayers. | |
| getOrigin, OpenLayers. | |
| getPixelFromLonLat, OpenLayers.Map | |
| getProcess, OpenLayers. | |
| getProjection, OpenLayers.Map | |
| getProjectionObject, OpenLayers.Map | |
| getResolution | |
| getResolutionForZoom | |
| getSafeContentSize, OpenLayers. | |
| getScale, OpenLayers.Map | |
| getScrollbarWidth, Util | |
| getSize | |
| getStyle, OpenLayers. | |
| getTileBounds | |
| getTilesBounds, OpenLayers. | |
| getTileSize, OpenLayers.Map | |
| getUnits | |
| getURL, OpenLayers. | |
| getVertices | |
| getViewport, OpenLayers.Map | |
| getViewPortPxFromLayerPx, OpenLayers.Map | |
| getViewPortPxFromLonLat | |
| getVisibility, OpenLayers. | |
| getWarningHTML | |
| getWidth, OpenLayers. | |
| getXFromMapObjectPixel | |
| getYFromMapObjectPixel | |
| getZIndex, OpenLayers. | |
| getZoom, OpenLayers.Map | |
| getZoomForExtent | |
| getZoomForResolution | |
| group, OpenLayers. | |
| groupEnd, OpenLayers. | 
Send an HTTP GET request.
GET: function( config ) 
Calculate the area of this geometry.
getArea: function() 
getArea: function() 
Calculated by subtracting the areas of the internal holes from the area of the outer hole.
getArea: function() 
{Float} The area of the geometry
getArea: function() 
Get an attribute node given the namespace URI and local name.
getAttributeNodeNS: function( node, uri, name ) 
Get an attribute value given the namespace URI and local name.
getAttributeNS: function( node, uri, name ) 
Get the bounds for this Geometry.
getBounds: function() 
Get a list of objects given a property and a match item.
getBy: function( array, property, match ) 
Returns a canvas context associated with the tile image (with the image drawn on it).
getCanvasContext: function() 
{OpenLayers.LonLat}
getCenter: function () 
Returns the OpenLayers.LonLat object which represents the center of the bounds.
getCenterLonLat:function() 
Returns the OpenLayers.Pixel object which represents the center of the bounds.
getCenterPixel:function() 
Calculate the centroid of this geometry.
getCentroid: function() 
Compute the centroid for this geometry collection.
getCentroid: function( weighted ) 
{OpenLayers.Geometry.Point} The centroid of the collection
getCentroid: function() 
{OpenLayers.Geometry.Point} The centroid of the collection
getCentroid: function() 
Get the first child element.
getChildEl: function( node, name, uri ) 
Get the textual value of the node if it exists, or return an optional default string.
getChildValue: function( node, def ) 
Get the current language code.
getCode: function() 
Get the string SRS code.
getCode: function() 
getControl: function ( id ) 
Get a list of controls with properties matching the given criteria.
getControlsBy: function( property, match ) 
Get a list of controls with properties matching the given criteria.
getControlsBy: function( property, match ) 
Get a list of controls of a given type (CLASS_NAME).
getControlsByClass: function( match ) 
Get a list of controls of a given class (CLASS_NAME).
getControlsByClass: function( match ) 
Get a list of contorls with names matching the given name.
getControlsByName: function( match ) 
{Boolean} Returns true if a event will be fired (successfull registration)
getCurrentLocation: function() 
Calculates the max extent which includes all of the markers.
getDataExtent: function () 
Calculates the max extent which includes all of the features.
getDataExtent: function () 
Calculates the max extent which includes all of the layer data.
getDataExtent: function () 
Deprecated.
getDimensions: function( element ) 
Get a list of elements on a node given the namespace URI and local name.
getElementsByTagNameNS: function( node, uri, name ) 
{OpenLayers.Bounds} A Bounds object which represents the lon/lat bounds of the current viewPort.
getExtent: function() 
Calculates using px-> lonlat translation functions on tl and br corners of viewport
getExtent: function () 
{OpenLayers.Bounds} A Bounds object which represents the lon/lat bounds of the current viewPort.
getExtent: function () 
Given a property value, return the feature if it exists in the features array
getFeatureBy: function( property, value ) 
Given a feature fid, return the feature if it exists in the features array
getFeatureByFid: function( featureFid ) 
Given a feature id, return the feature if it exists in the features array
getFeatureById: function( featureId ) 
Get the identifier for the feature associated with a map location.
getFeatureId: function( location ) 
Returns an array of features that have the given attribute key set to the given value.
getFeaturesByAttribute: function( attrName, attrValue ) 
This function will return latitude or longitude value formatted as
OpenLayers.Util.getFormattedLonLat = function( coordinate, axis, dmsOption ) 
combine the layer’s url with its params and these newParams.
getFullRequestString:function( newParams, altUrl ) 
Combine the layer’s url with its params and these newParams.
getFullRequestString:function( newParams, altUrl ) 
Calculate the approximate area of the polygon were it projected onto the earth.
getGeodesicArea: function( projection ) 
Calculate the approximate area of the polygon were it projected onto the earth.
getGeodesicArea: function( projection ) 
Calculate the approximate area of the polygon were it projected onto the earth.
getGeodesicArea: function( projection ) 
Calculate the approximate length of the geometry were it projected onto the earth.
getGeodesicLength: function( projection ) 
Calculate the approximate length of the geometry were it projected onto the earth.
getGeodesicLength: function( projection ) 
Returns the height of the bounds.
getHeight:function() 
getHeight: function( element ) 
getImageSize: function( bounds ) 
getLatitudeFromMapObjectLonLat: function( moLonLat ) 
getLatitudeFromMapObjectLonLat: function( moLonLat ) 
getLatitudeFromMapObjectLonLat: function( moLonLat ) 
Get a layer based on its id
getLayer: function( id ) 
getLayerIndex: function ( layer ) 
getLayerPxFromLonLat: function ( lonlat ) 
getLayerPxFromViewPortPx:function( viewPortPx ) 
Get a list of layers with properties matching the given criteria.
getLayersBy: function( property, match ) 
Get a list of layers of a given class (CLASS_NAME).
getLayersByClass: function( match ) 
Get a list of layers with names matching the given name.
getLayersByName: function( match ) 
Calculate the length of this geometry
getLength: function() 
{Float} The length of the curve
getLength: function() 
{Float} The length of the geometry
getLength: function() 
getLongitudeFromMapObjectLonLat: function( moLonLat ) 
getLongitudeFromMapObjectLonLat: function( moLonLat ) 
getLongitudeFromMapObjectLonLat: function( moLonLat ) 
getLonLatFromPixel: function ( px ) 
getLonLatFromViewPortPx: function ( viewPortPx ) 
getMapObjectBoundsFromOLBounds: function( olBounds ) 
getMapObjectBoundsFromOLBounds: function( olBounds ) 
{Object} The mapObject’s current center in Map Object format
getMapObjectCenter: function() 
{Object} The mapObject’s current center in Map Object format
getMapObjectCenter: function() 
{Object} The mapObject’s current center in Map Object format
getMapObjectCenter: function() 
getMapObjectLonLatFromLonLat: function( lon, lat ) 
getMapObjectLonLatFromLonLat: function( lon, lat ) 
getMapObjectLonLatFromLonLat: function( lon, lat ) 
getMapObjectLonLatFromLonLat: function( lon, lat ) 
getMapObjectLonLatFromMapObjectPixel: function( moPixel ) 
getMapObjectLonLatFromMapObjectPixel: function( moPixel ) 
getMapObjectLonLatFromMapObjectPixel: function( moPixel ) 
getMapObjectLonLatFromMapObjectPixel: function( moPixel ) 
getMapObjectPixelFromMapObjectLonLat: function( moLonLat ) 
getMapObjectPixelFromMapObjectLonLat: function( moLonLat ) 
getMapObjectPixelFromMapObjectLonLat: function( moLonLat ) 
getMapObjectPixelFromMapObjectLonLat: function( moLonLat ) 
getMapObjectPixelFromXY: function( x, y ) 
getMapObjectPixelFromXY: function( x, y ) 
getMapObjectPixelFromXY: function( x, y ) 
getMapObjectPixelFromXY: function( x, y ) 
getMapObjectSizeFromOLSize: function( olSize ) 
{Integer} The mapObject’s current zoom, in Map Object format
getMapObjectZoom: function() 
{Integer} The mapObject’s current zoom, in Map Object format
getMapObjectZoom: function() 
{Integer} The mapObject’s current zoom, in Map Object format
getMapObjectZoom: function() 
getMapObjectZoomFromMapObjectBounds: function( moBounds ) 
getMapObjectZoomFromMapObjectBounds: function( moBounds ) 
getMapObjectZoomFromOLZoom: function( olZoom ) 
getMaxExtent: function ( options ) 
{String} The Map’s Maximum Resolution
getMaxResolution: function() 
Returns the minimum zoom level for the current map view.
getMinZoom: function() 
Get the next sibling element.
getNextEl: function( node, name, uri ) 
Get the next element in the order stack.
getNextElement: function( index ) 
{Int} The number of layers attached to the map.
getNumLayers: function () 
{Integer} The total number of zoom levels that can be displayed by the current baseLayer.
getNumZoomLevels: function() 
getOLBoundsFromMapObjectBounds: function( moBounds ) 
getOLZoomFromMapObjectZoom: function( moZoom ) 
Get the grid origin property.
getOrigin: function() 
Returns a pixel location given a map location.
getPixelFromLonLat: function ( lonlat ) 
Creates an OpenLayers.WPSProcess.
getProcess: function( serverID, processID ) 
This method returns a string representing the projection.
getProjection: function() 
Returns the projection obect from the baselayer.
getProjectionObject: function() 
{Float} The currently selected resolution of the map, taken from the resolutions array, indexed by current zoom level.
getResolution: function() 
Get the current map resolution
getResolution: function() 
{Float} The current resolution of the map.
getResolution: function () 
getResolutionForZoom: function( zoom ) 
getResolutionForZoom: function( zoom ) 
getSafeContentSize: function( size ) 
{Float} The current scale denominator of the map.
getScale: function () 
This function has been modified by the OpenLayers from the original version, written by Matthew Eernisse and released under the Apache 2 license here:
OpenLayers.Util.getScrollbarWidth = function() 
Returns an OpenLayers.Size object of the bounds.
getSize:function() 
{OpenLayers.Size} An OpenLayers.Size object that represents the size, in pixels, of the div into which OpenLayers has been loaded.
getSize: function () 
getStyle: function( element, style ) 
Returns The tile bounds for a layer given a pixel location.
getTileBounds: function( viewPortPx ) 
Returns The tile bounds for a layer given a pixel location.
getTileBounds: function( viewPortPx ) 
Return the bounds of the tile grid.
getTilesBounds: function() 
Get the tile size for the map
getTileSize: function() 
{Float} The current units of the map.
getUnits: function () 
Get the units string for the projection -- returns null if proj4js is not available.
getUnits: function() 
The url we return is always the same (the image itself never changes) so we can ignore the bounds parameter (it will always be the same, anyways)
getURL: function( bounds ) 
Return a list of all points in this geometry.
getVertices: function( nodes ) 
Return a list of all points in this geometry.
getVertices: function( nodes ) 
Return a list of all points in this geometry.
getVertices: function( nodes ) 
Return a list of all points in this geometry.
getVertices: function( nodes ) 
Return a list of all points in this geometry.
getVertices: function( nodes ) 
Get the DOMElement representing the view port.
getViewport: function() 
getViewPortPxFromLayerPx:function( layerPx ) 
Returns a pixel location given a map location.
getViewPortPxFromLonLat: function ( lonlat, resolution ) 
getViewPortPxFromLonLat: function ( lonlat ) 
{Boolean} The layer should be displayed (if in range).
getVisibility: function() 
{String} String with information on why layer is broken, how to get it working.
getWarningHTML:function() 
{String} String with information on why layer is broken, how to get it working.
getWarningHTML:function() 
{String} String with information on why layer is broken, how to get it working.
getWarningHTML:function() 
Returns the width of the bounds.
getWidth:function() 
getXFromMapObjectPixel: function( moPixel ) 
getXFromMapObjectPixel: function( moPixel ) 
getXFromMapObjectPixel: function( moPixel ) 
getYFromMapObjectPixel: function( moPixel ) 
getYFromMapObjectPixel: function( moPixel ) 
getYFromMapObjectPixel: function( moPixel ) 
Get the z-index value for the current node from the node data itself.
getZIndex: function( node ) 
{Integer}
getZoom: function () 
getZoomForExtent: function( extent, closest ) 
getZoomForExtent: function ( bounds, closest ) 
getZoomForResolution: function( resolution, closest ) 
getZoomForResolution: function( resolution, closest ) 
Writes a message to the console and opens a nested block to indent all future messages sent to the console.
group: function() 
Closes the most recently opened block created by a call to OpenLayers.Console.group
groupEnd: function()