Version: 0.6.0
wxGISGPGeomVerticesToPointsTool Class Reference

The geoprocessing tool converts geometry vertices to points. More...

#include <gpgeomverttoptstool.h>

Inheritance diagram for wxGISGPGeomVerticesToPointsTool:
Collaboration diagram for wxGISGPGeomVerticesToPointsTool:

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
 

Detailed Description

The geoprocessing tool converts geometry vertices to points.

Member Function Documentation

bool wxGISGPGeomVerticesToPointsTool::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 wxGISGPGeomVerticesToPointsTool::GetCategory ( void  )
virtual

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

Implements wxGISGPTool.

const wxString wxGISGPGeomVerticesToPointsTool::GetDisplayName ( void  )
virtual

Returns tool name for display in UI

Implements wxGISGPTool.

const wxString wxGISGPGeomVerticesToPointsTool::GetName ( void  )
virtual

Returns uniq tool name for internal use

Implements wxGISGPTool.

GPParameters wxGISGPGeomVerticesToPointsTool::GetParameterInfo ( void  )
virtual

Returns tool parameters

Implements wxGISGPTool.

bool wxGISGPGeomVerticesToPointsTool::Validate ( void  )
virtual

Returns true if tool parameters are valid

Implements wxGISGPTool.

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/gpgeomverttoptstool.h
  • /home/bishop/work/projects/nextgismanager/src/geoprocessing/gpgeomverttoptstool.cpp