S | |
Sandclock | |
savewmc | |
scalebar | |
selArea | |
selectMapsize | |
send, Request | |
set, Extent | |
setExtent, Map | |
setFeatureProperty, ResultGeometryListModel | |
show, Sandclock | |
showResult, printPDF | |
T | |
tabs_vertical | |
toString, Extent | |
trigger, Event | |
twitter_signin | |
U | |
unregister, Event | |
updateFeature, ResultGeometryListModel | |
W | |
Warning | |
wmsTimeInterval | |
wmsTimeSliderYear | |
Z | |
zoomFull | |
ZoomIn1 | |
ZoomOut1 |
Sends the request to the server side
this.send = function ()
Allows to set the center (one param) or the extent (two params)
this.set = function ( min, max )
set the extent of the wms
this.setExtent = function( minx, miny, maxx, maxy )
Set a property of a feature in the geometry array
this.setFeatureProperty = function ( index, pName, pValue )
Displays the sandclock
this.show = function ( nodeId, arg )
load the generated PDF from the returned URL as an attachment, that triggers a download popup or is displayed in PDF plugin.
var showResult = function ( res, text )
Returns a comma-separated list of all four coordinates
Mapbender.Extent.prototype.toString = function ()
This function triggers the event.
this.trigger = function( properties, booleanOperator )
Exclude a previously registered function from the event permanently
this.unregister = function( aFunction )
Replace a feature in the geometry array
this.updateFeature = function ( index, geoJson )
Mapbender.Warning = function ( message )