Class DeleteFeature
Object
|
+--WidgetBase
|
+--ButtonBase
|
+--DeleteFeature
- class
DeleteFeature
- extends ButtonBase
Defined in DeleteFeature.js
Author: Cameron Shorter
Constructor Summary |
DeleteFeature
(widgetNode, model)
When this button is pressed a WFS-T DeleteFeature transaction will be started.
|
Method Summary |
Object
|
createControl(objRef)
creates the OL control for this button
|
void
|
doSelect(objRef, selected)
Start a WFS-T DeleteFeature transaction.
|
void
|
handleResponse(objRef)
If transaction was sucessful, refresh the map and remove contents of
FeatureList.
|
cursor
Object cursor
deleteXsl
Object deleteXsl
Xsl to convert Feature into a WFS Transaction Delete.
httpPayload
Object httpPayload
tc
Object tc
tm
Object tm
trm
Object trm
DeleteFeature
DeleteFeature(widgetNode, model)
When this button is pressed a WFS-T DeleteFeature 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 DeleteFeature 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