A | |
activate | |
activateResources | |
adaptColumnsToStore | |
addAction | |
addLayer, OpenLayers. | |
addOwner | |
addServer, OpenLayers. | |
addWFSCSVExportButton | |
afterFeatureModified, OpenLayers. | |
B | |
beforeFeaturesDeleted, OpenLayers. | |
beforePrint | |
C | |
callAction | |
cancel, OpenLayers. | |
changeFeatureType | |
clearFilterBuilder | |
clearSearch | |
cloneFeature, OpenLayers. | |
commit, OpenLayers. | |
connectServer, OpenLayers. | |
considerSplit, OpenLayers. | |
containsPoint, OpenLayers. | |
createAction | |
createDefaultFilter | |
createFilterBuilder | |
createFilterItems | |
currentWFSServiceAllowsCSVExport | |
D | |
deactivate | |
delegateToEditFeature | |
DeleteFeature, OpenLayers. | |
deleteFeatures | |
destroy, OpenLayers. | |
doCheckfid, OpenLayers. | |
doCheckfidCallback, OpenLayers. | |
E | |
EditFeature_Create, OpenLayers. | |
EditFeature_Delete, OpenLayers. | |
EditFeature_Split | |
EditFeature_Update, OpenLayers. | |
F | |
formCallBack | |
G | |
generatePDF, OpenLayers. | |
geomsToFeatures, OpenLayers. | |
getActiveOwner | |
getActiveStore | |
getFeatures | |
getLayerEventListeners | |
getLayers, OpenLayers. | |
getResource | |
getResourceByName | |
getResourceNameByLayer | |
getSelectControl, OpenLayers. | |
getSelectedFeatures, OpenLayers. | |
H | |
handleKeypress | |
hideFeaturePanel | |
hideWaitMessageBox | |
highlightOnGeometry | |
I | |
initComponent | |
initContent | |
initializeForm, OpenLayers. | |
isEligible, OpenLayers. | |
isValidFeature | |
L | |
loadCapabilities, OpenLayers. | |
loadCapabilitiesServers, OpenLayers. | |
loadCapabilitiesWorkspace, OpenLayers. | |
loadData |
Explicitly activates a control and it’s associated handlers if one has been set.
activate: function ()
Called when this widget is used.
activateResources: function()
The method adapt the columns to the selected store
adaptColumnsToStore : function()
Add a new action to the bottom right of the FeatureGridResult
addAction : function( title, url )
Called right after this FeaturePanel has been added to an owner.
addOwner: function( owner )
Adds the server to the user’s list
addServer : function( btn, text )
addWFSCSVExportButton: function()
Registered as a listener for the afterfeaturemodified event on the editable layer.
afterFeatureModified: function( event )
Called when the user triggers the ‘beforefeaturesdeleted’ event, i.e.
beforeFeaturesDeleted: function ( event )
Checks if there are unsuppored layers currently visible on map and ask the user what to do about them.
beforePrint: function( printProvider, map, pages, options )
Method called on click on a added action
callAction : function ( url )
Cancel modification on a feature (if it has any).
cancel: function( feature )
This method destroy the current filterBuilder and create a new one
changeFeatureType : function( params )
This method destroy the current filterBuilder and create a new, clean one.
clearFilterBuilder: function()
This method clear the search textfield.
clearSearch: function()
Feature handler callback method.
cloneFeature: function( feature )
Commit created/updated/deleted features using the layer’s protocol.
commit: function ( features )
Connects to the supplied server
connectServer: function()
Decide whether or not to split target features with the supplied feature.
considerSplit: function( feature )
Test if a point is inside a polygon.
containsPoint: function( point )
May be overridden to change the default filter.
createDefaultFilter: function()
This method create a new FilterBuilder
createFilterBuilder : function( selectedIndex )
Creates a panel config containing filter parts.
createFilterItems: function()
Check if the current selected resource has a WFS service which supports CSV export.
currentWFSServiceAllowsCSVExport: function()
Deactivates a control and it’s associated handlers if any.
deactivate: function ()
Used to delegate the editing to the updateControl.
delegateToEditFeature_Update: function( object )
Used to delegate the editing to the updateControl.
delegateToEditFeature_Update: function( object )
Trigger “beforefeaturesdeleted” and “deletefeatures” events with layer selected features as features to delete.
deleteFeatures: function ( options )
Called when the user triggers the ‘deletefeatures’ event, i.e.
deleteFeatures: function ( event )
Clean up the control.
destroy: function()
Check if feature alreay exist before its creation.
doCheckfid: function( showMessage )
Ajax request result callback function that check the result and deactivate the create control is feature exist.
doCheckfidCallback : function( response )
Called by the delegatecontext button.
formCallBack: function( object )
Generate the PDF with the specified template
generatePDF: function( button, e )
Create new features given a template feature and a list of geometries.
geomsToFeatures: function( feature, geoms )
Return the current activated owner (OpenLayers.Control).
getActiveOwner: function()
getActiveStore: function()
Retreive the features from the query response and add them to this.features.
getFeatures: function( response, resource )
Retreive the features from the query response and add them to this.features.
getFeatures: function( response, resource )
{Object} The events to add/remove listeners for this control
getLayerEventListeners: function()
{Object} The events to add/remove listeners for this control
getLayerEventListeners: function()
Get the good layers and add the layers.
getLayers: function( names )
Returns the resource object of this widget having a given name.
getResource: function( resourceName )
Returns the resource object inside this widget using its name.
getResourceByName: function( resourceName )
Returns the resource object inside this widget using its name.
getResourceByName: function( resourceName )
Returns the resource name of a layer given a service type.
getResourceNameByLayer: function( szLayer, szServiceType )
Returns the resource name of a layer given a service type.
getResourceNameByLayer: function( szLayer, szServiceType )
Returns the SelectFeature control used by this control depending on this.snappingcontrol.
getSelectControl: function()
Returns current selected features.
getSelectedFeatures: function()
Called by the feature handler on keypress.
handleKeypress: function( evt )
Called by the keyboard handler when a key is pressed.
handleKeypress: function( evt )
Called by an owner.
hideFeaturePanel: function()
Hides the “wait message” Ext.Window.
hideWaitMessageBox: function()
Hides the “wait message” Ext.Window.
hideWaitMessageBox: function()
Highlights the given geometry
highlightOnGeometry: function( feature )
Call by Ext on initialize of the Component
initComponent: function()
Create default controls for the map and associate each one of them to a GeoExtAction.
initContent : function( map, options )
Initialize the form with the corresponding fields
initializeForm: function( template, node )
Test if a target feature is eligible for splitting.
isEligible: function( target )
A feature is valid if :
isValidFeature: function( feature )
Load the personal servers and other layers of the current user
loadCapabilities : function()
Insert the capabilities in the server list
loadCapabilitiesServers : function( request )
Insert the layers in the list
loadCapabilitiesWorkspace : function( request )
Called after the ComboBox has been rendered.
loadData : function()