The geoprocessing tool export vector data to various formats. More...
#include <gpexporttool.h>
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) |
Additional Inherited Members | |
Protected Attributes inherited from wxGISGPTool | |
GPParameters | m_paParam |
IGxCatalog * | m_pCatalog |
The geoprocessing tool export vector data to various formats.
|
virtual |
This function call from task manager than task is started.
pTrackCancel | The pointer to the ITrackCancel which get status meesages, done percent and indicating, that tool should stop execution than user cancel it |
Implements wxGISGPTool.
|
virtual |
Returns tool category name. This is used in add tool to the toolbox dialog
Implements wxGISGPTool.
|
virtual |
Returns tool name for display in UI
Implements wxGISGPTool.
|
virtual |
Returns uniq tool name for internal use
Implements wxGISGPTool.
|
virtual |
Returns tool parameters
Implements wxGISGPTool.
|
virtual |
Returns true if tool parameters are valid
Implements wxGISGPTool.