W | |
w, OpenLayers.Size | |
warn, OpenLayers. Console | |
WFS | |
wfsCache, OpenLayers. Control. SLDSelect | |
WFSCapabilities, OpenLayers. Format. WFSCapabilities. OpenLayers. Format | |
WFSDescribeFeatureType, OpenLayers. Format | |
wfsns, OpenLayers. Format.WFS | |
WKT, OpenLayers. Format. WKT. OpenLayers. Format | |
WMS, OpenLayers. Layer. WMS. OpenLayers. Layer | |
WMSCapabilities, OpenLayers. Format. WMSCapabilities. OpenLayers. Format | |
WMSDescribeLayer | |
WMSGetFeatureInfo, OpenLayers. Format. WMSGetFeatureInfo. OpenLayers. Format | |
WMSGetFeatureInfo>, OpenLayers. Control. WMSGetFeatureInfo.<OpenLayers. Control | |
WMTS, OpenLayers. Layer. WMTS. OpenLayers. Layer | |
WMTSCapabilities, OpenLayers. Format. WMTSCapabilities. OpenLayers. Format | |
WMTSGetFeatureInfo>, OpenLayers. Control. WMTSGetFeatureInfo.<OpenLayers. Control | |
WorldWind, OpenLayers. Layer. WorldWind. OpenLayers. Layer | |
wrapDateLine | |
write OpenLayers. Format. ArcXMLOpenLayers. Format.AtomOpenLayers. Format. ContextOpenLayers. Format. CSWGetDomain. v2_0_2OpenLayers. Format. FilterOpenLayers. Format. GeoJSONOpenLayers. Format. GeoRSSOpenLayers. Format.GMLOpenLayers. Format.JSONOpenLayers. Format.KMLOpenLayers. Format.OSMOpenLayers. Format. OWSContext. v0_3_1OpenLayers. Format.SLDOpenLayers. Format.XML | |
X | |
x | |
X, OpenLayers. Control. PanZoom | |
XML, OpenLayers. Format. XML. OpenLayers. Format | |
xy | |
XYZ, OpenLayers. Layer. XYZ. OpenLayers. Layer | |
Y | |
y | |
Y, OpenLayers. Control. PanZoom | |
Yahoo, OpenLayers. Layer. Yahoo. OpenLayers. Layer | |
yx, OpenLayers. Format. WMTSCapabilities | |
Z | |
Z_INDEX_BASE, OpenLayers.Map | |
Z_ORDER_DRAWING_ORDER, OpenLayers. ElementsIndexer. IndexingMethods | |
Z_ORDER_Y_ORDER, OpenLayers. ElementsIndexer. IndexingMethods | |
zIndex, OpenLayers. Symbolizer | |
zoomBoxEnabled, OpenLayers. Control. Navigation | |
zoomBoxKeyMask, OpenLayers. Control. Navigation | |
Zoomify, OpenLayers. Layer. Zoomify. OpenLayers. Layer | |
zoomIn, OpenLayers.Map | |
zoomLevels, OpenLayers. Layer. WorldWind | |
zoomOffset | |
zoomOut, OpenLayers.Map | |
ZoomPanel, OpenLayers. Control. ZoomPanel. OpenLayers. Control | |
zoomStopHeight, OpenLayers. Control. PanZoomBar | |
zoomStopWidth, OpenLayers. Control. PanZoomBar | |
zoomTo, OpenLayers.Map | |
zoomToExtent, OpenLayers.Map | |
zoomToMaxExtent, OpenLayers.Map | |
zoomToScale, OpenLayers.Map | |
zoomWheelEnabled, OpenLayers. Control. Navigation | |
zoomWorldIcon, OpenLayers. Control. PanZoomBar |
Writes a message to the console with the visual “warning” icon and color coding and a hyperlink to the line where it was called.
warn: function()
wrapDateLine: function( maxExtent, options )
wrapDateLine: function( maxExtent )
Generate an ArcXml document string for sending to an ArcIMS server.
write: function( request )
Serialize or more feature nodes to Atom documents.
write: function( features )
Write a context document given a map.
write: function( obj, options )
Given an configuration js object, write a CSWGetDomain request.
write: function( options )
Write an ogc:Filter given a filter object.
write: function( filter, options )
Serialize a feature, geometry, array of features into a GeoJSON string.
write: function( obj, pretty )
Accept Feature Collection, and return a string.
write: function( features )
Generate a GML document string given a list of features.
write: function( features )
Serialize an object into a JSON string.
write: function( value, pretty )
Accept Feature Collection, and return a string.
write: function( features )
Takes a list of features, returns a serialized OSM format file for use in tools like JOSM.
write: function( features )
write: function( context, options )
Write a SLD document given a list of styles.
write: function( sld, options )
Serialize a DOM node into a XML string.
write: function( node )
This method orders nodes by their z-index, but does so in a way that, if there are other nodes with the same z-index, the newest drawn will be the front most within that z-index.
Z_ORDER_DRAWING_ORDER: function( indexer, newNode, nextNode )
This one should really be called Z_ORDER_Y_ORDER_DRAWING_ORDER, as it best describes which ordering methods have precedence (though, the name would be too long).
Z_ORDER_Y_ORDER: function( indexer, newNode, nextNode )
zoomIn: function()
zoomOut: function()
Zoom to a specific zoom level
zoomTo: function( zoom )
Zoom to the passed in bounds, recenter
zoomToExtent: function( bounds, closest )
Zoom to the full extent and recenter.
zoomToMaxExtent: function( options )
Zoom to a specified scale
zoomToScale: function( scale, closest )