// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (FeatureSelectionController == null) var FeatureSelectionController = {}; FeatureSelectionController._path = '/cadenza/servicejs'; FeatureSelectionController.hasSelectedFeatures = function(p0, callback) { dwr.engine._execute(FeatureSelectionController._path, 'FeatureSelectionController', 'hasSelectedFeatures', p0, false, callback); } FeatureSelectionController.deselectFeaturesForLayers = function(p0, callback) { dwr.engine._execute(FeatureSelectionController._path, 'FeatureSelectionController', 'deselectFeaturesForLayers', p0, false, callback); } FeatureSelectionController.hasSelectedFeaturesInLayerTheme = function(p0, callback) { dwr.engine._execute(FeatureSelectionController._path, 'FeatureSelectionController', 'hasSelectedFeaturesInLayerTheme', p0, false, callback); } FeatureSelectionController.deselectFeatures = function(p0, callback) { dwr.engine._execute(FeatureSelectionController._path, 'FeatureSelectionController', 'deselectFeatures', p0, false, callback); }