Class CollectionList
Object
|
+--WidgetBase
|
+--WidgetBaseXSL
|
+--CollectionList
- class
CollectionList
- extends WidgetBaseXSL
Defined in CollectionList.js
Constructor Summary |
CollectionList
(widgetNode, model)
A widget to display a list of context docs to pick from.
|
Method Summary |
void
|
setExtent(objRef)
Sets the extent of the map that we just switched to.
|
void
|
switchMap(objRef, modelUrl)
Switch to another map context, keeping the current extent.
|
CollectionList
CollectionList(widgetNode, model)
A widget to display a list of context docs to pick from. This is a view of
a Context Collection as specified in the OGC Context specification.
The default xsl stylesheet for this widget also uses the switchMap
function, which allows to switch to a different map context.
Parameters:
widgetNode
- The widget's XML object node from the configuration document.
model
- The model object that this widget belongs to.
setExtent
void setExtent(objRef)
Sets the extent of the map that we just switched to.
Called when the map is reloaded with the new context.
switchMap
void switchMap(objRef, modelUrl)
Switch to another map context, keeping the current extent.
Documentation generated by
JSDoc on Tue Aug 21 08:12:28 2007