Class InsertFeature
Object
|
+--WidgetBase
|
+--ButtonBase
|
+--InsertFeature
- class
InsertFeature
- extends ButtonBase
Defined in InsertFeature.js
Author: Cameron Shorter
Field Summary |
Object |
cursor
|
Object |
httpPayload
|
Object |
insertXsl
Xsl to convert Feature into a WFS Transaction Insert. |
Object |
tc
|
Object |
tm
|
Object |
trm
|
Object |
updateXsl
Xsl to convert Feature into a WFS Transaction Update. |
Constructor Summary |
InsertFeature
(widgetNode, model)
When this button is pressed a WFS-T InsertFeature transaction will be started.
|
Method Summary |
Object
|
createControl(objRef)
creates the OL control for this button
|
void
|
doSelect(objRef, selected)
Start a WFS-T InsertFeature transaction.
|
void
|
handleResponse(objRef)
If transaction was sucessful, refresh the map and remove contents of
FeatureList.
|
cursor
Object cursor
httpPayload
Object httpPayload
insertXsl
Object insertXsl
Xsl to convert Feature into a WFS Transaction Insert.
tc
Object tc
tm
Object tm
trm
Object trm
updateXsl
Object updateXsl
Xsl to convert Feature into a WFS Transaction Update.
InsertFeature
InsertFeature(widgetNode, model)
When this button is pressed a WFS-T InsertFeature transaction will be started.
Parameters:
widgetNode
- The widget node from the Config XML file.
model
- The model for this widget
createControl
Object createControl(objRef)
creates the OL control for this button
doSelect
void doSelect(objRef, selected)
Start a WFS-T InsertFeature transaction.
Parameters:
objRef
- Pointer to this object.
handleResponse
void handleResponse(objRef)
If transaction was sucessful, refresh the map and remove contents of
FeatureList. This function is called after the TransactionResponseModel
has been updated.
Parameters:
objRef
- Pointer to this object.
Documentation generated by
JSDoc on Tue Aug 21 08:12:28 2007