A Geoprocess class. More...
#include <gptoolmngr.h>


Public Member Functions | |
| wxGPProcess (wxString sCommand, wxArrayString saParams, IProcessParent *pParent, ITrackCancel *pTrackCancel) | |
| Class wxGPProcess. | |
| virtual void | ProcessInput (wxString sInputData) |
Public Member Functions inherited from wxGISProcess | |
| wxGISProcess (IGISProcessParent *pParent=NULL) | |
| virtual void | OnTerminate (int pid, int status) |
| virtual bool | Start (void) |
| virtual void | Stop (void) |
| virtual void | ProcessInput (wxString &sInputData) |
| virtual void | SetState (wxGISEnumTaskStateType nState) |
| virtual wxGISEnumTaskStateType | GetState (void) const |
| virtual wxDateTime | GetStart (void) const |
| virtual wxDateTime | GetFinish (void) const |
Protected Attributes | |
| ITrackCancel * | m_pTrackCancel |
| IProgressor * | m_pProgressor |
Protected Attributes inherited from wxGISProcess | |
| IGISProcessParent * | m_pParent |
| wxCriticalSection | m_ExitLock |
| wxDateTime | m_dtBeg |
| wxDateTime | m_dtEstEnd |
| wxGISEnumTaskStateType | m_nState |
| double | m_dfDone |
| bool | m_bKill |
Additional Inherited Members | |
Protected Member Functions inherited from wxGISProcess | |
| virtual wxThread::ExitCode | Entry () |
| bool | CreateAndRunReadThread (void) |
| void | DestroyReadThread (void) |
| virtual long | Execute (void)=0 |
| virtual void | UpdatePercent (const wxString &sPercentData) |
| virtual void | AddInfo (wxGISEnumMessageType eType, const wxString &sInfoData)=0 |
A Geoprocess class.