// 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 (FeatureGeometrySelectionController == null) var FeatureGeometrySelectionController = {}; FeatureGeometrySelectionController._path = '/cadenza/servicejs'; FeatureGeometrySelectionController.getFeatureGeometries = function(p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(FeatureGeometrySelectionController._path, 'FeatureGeometrySelectionController', 'getFeatureGeometries', false, p1, p2, p3, p4, p5, p6, callback); }