Version: 0.6.0
wxGISGPMeanByColumnTool Class Reference

The geoprocessing tool calculate mean column data by other colum with equil data. More...

#include <gpsumtabletool.h>

Inheritance diagram for wxGISGPMeanByColumnTool:
Collaboration diagram for wxGISGPMeanByColumnTool:

Public Member Functions

virtual const wxString GetDisplayName (void)
 
virtual const wxString GetName (void)
 
virtual const wxString GetCategory (void)
 
virtual bool Execute (ITrackCancel *pTrackCancel)
 
virtual bool Validate (void)
 
virtual GPParameters GetParameterInfo (void)
 
- Public Member Functions inherited from wxGISGPTool
 wxGISGPTool (void)
 
virtual ~wxGISGPTool (void)
 
virtual void SetCatalog (IGxCatalog *pCatalog)
 
virtual IGxCatalog *const GetCatalog (void)
 
virtual const wxString GetAsString (void)
 
virtual bool SetFromString (const wxString &sParams)
 
virtual void Copy (IGPTool *const pTool)
 

Protected Attributes

wxString m_sInputPath
 
- Protected Attributes inherited from wxGISGPTool
GPParameters m_paParam
 
IGxCatalog * m_pCatalog
 

Detailed Description

The geoprocessing tool calculate mean column data by other colum with equil data.

Member Function Documentation

bool wxGISGPMeanByColumnTool::Execute ( ITrackCancel pTrackCancel)
virtual

This function call from task manager than task is started.

Parameters
pTrackCancelThe pointer to the ITrackCancel which get status meesages, done percent and indicating, that tool should stop execution than user cancel it
Returns
true on success and false if failed

Implements wxGISGPTool.

Here is the call graph for this function:

const wxString wxGISGPMeanByColumnTool::GetCategory ( void  )
virtual

Returns tool category name. This is used in add tool to the toolbox dialog

Implements wxGISGPTool.

const wxString wxGISGPMeanByColumnTool::GetDisplayName ( void  )
virtual

Returns tool name for display in UI

Implements wxGISGPTool.

const wxString wxGISGPMeanByColumnTool::GetName ( void  )
virtual

Returns uniq tool name for internal use

Implements wxGISGPTool.

Here is the caller graph for this function:

GPParameters wxGISGPMeanByColumnTool::GetParameterInfo ( void  )
virtual

Returns tool parameters

Implements wxGISGPTool.

bool wxGISGPMeanByColumnTool::Validate ( void  )
virtual

Returns true if tool parameters are valid

Implements wxGISGPTool.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
  • /home/bishop/work/projects/nextgismanager/include/wxgis/geoprocessing/gpsumtabletool.h
  • /home/bishop/work/projects/nextgismanager/src/geoprocessing/gpsumtabletool.cpp