Class Caps2Context
Object
|
+--ToolBase
|
+--Caps2Context
- class
Caps2Context
- extends ToolBase
Defined in Caps2Context.js
Constructor Summary |
Caps2Context
(toolNode, model)
Build a Web Map Context (WMC) from a Web Map Server getCapabilities response.
|
Method Summary |
void
|
mapAllLayers(objRef)
Listener function which does the transformation and loads the target model
|
void
|
mapSingleLayer(objRef, layerName)
Listener function which does the transformation and loads the target model.
|
stylesheet
Object stylesheet
Caps2Context
Caps2Context(toolNode, model)
Build a Web Map Context (WMC) from a Web Map Server getCapabilities response.
This tool will replace the identified targetModel as opposed to editing
the target model which the EditContext tool will do.
Parameters:
toolNode
- The tools's XML object node from the configuration document.
model
- The model that this tool belongs to
mapAllLayers
void mapAllLayers(objRef)
Listener function which does the transformation and loads the target model
Parameters:
requestName
- the name of the web service operation to execute
featureNodeId
- the id of the node in the doc to be processed by the stylesheet
mapSingleLayer
void mapSingleLayer(objRef, layerName)
Listener function which does the transformation and loads the target model.
this wersion will convert a single layer from the Capabilities doc into a
context doc.
Parameters:
requestName
- the name of the web service operation to execute
featureNodeId
- the id of the node in the doc to be processed by the stylesheet
Documentation generated by
JSDoc on Tue Aug 21 08:12:28 2007