if(typeof Geo == "undefined") Geo={};
if(typeof Geo.Plugins == "undefined") Geo.Plugins={};
if(typeof Geo.Plugins.Ajax == "undefined") Geo.Plugins.Ajax={};
Geo.Plugins.Ajax.panelPlantas_class = function() {};
Object.extend(Geo.Plugins.Ajax.panelPlantas_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DoPlantas: function(tipo, nomeReq, nifReq, geometry, concelho, lang, controlID) {
		return this.invoke("DoPlantas", {"tipo":tipo, "nomeReq":nomeReq, "nifReq":nifReq, "geometry":geometry, "concelho":concelho, "lang":lang, "controlID":controlID}, this.DoPlantas.getArguments().slice(7));
	},
	DoPlantasArea: function(tipo, nomeReq, nifReq, layers, geometry, concelho, lang, controlID) {
		return this.invoke("DoPlantasArea", {"tipo":tipo, "nomeReq":nomeReq, "nifReq":nifReq, "layers":layers, "geometry":geometry, "concelho":concelho, "lang":lang, "controlID":controlID}, this.DoPlantasArea.getArguments().slice(8));
	},
	DoSelectPageFormat: function(tipo, pageFormat, language, handleID, controlID) {
		return this.invoke("DoSelectPageFormat", {"tipo":tipo, "pageFormat":pageFormat, "language":language, "handleID":handleID, "controlID":controlID}, this.DoSelectPageFormat.getArguments().slice(5));
	},
	url: '/ajaxpro/Geo.Plugins.Ajax.panelPlantas,Geo.Plugins.ashx'
}));
Geo.Plugins.Ajax.panelPlantas = new Geo.Plugins.Ajax.panelPlantas_class();


